mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-13 22:50:33 +05:00
Moved Python Package Installation to project file
This commit is contained in:
parent
ad29fbecff
commit
cb3964cd4a
@ -107,16 +107,16 @@ if errorlevel 1 goto LibInstallFailed
|
|||||||
echo Installing %PROJ_NAME%.h: Completed OK!!
|
echo Installing %PROJ_NAME%.h: Completed OK!!
|
||||||
|
|
||||||
|
|
||||||
if defined PYTHONROOT (
|
REM if defined PYTHONROOT (
|
||||||
REM *** Copy the python package into python\lib folder ***
|
REM *** Copy the python package into python\lib folder ***
|
||||||
echo Installing Python package
|
REM echo Installing Python package
|
||||||
REM xcopy "%NGLIB_PYTHON_SOURCE%\__init__.py" "%PY_PACKAGE_FOLDER%\" /i /d /y
|
REM xcopy "%NGLIB_PYTHON_SOURCE%\__init__.py" "%PY_PACKAGE_FOLDER%\" /i /d /y
|
||||||
copy "%NGLIB_PYTHON_SOURCE%\__init__.py" "%PY_PACKAGE_FOLDER%\"
|
REM copy "%NGLIB_PYTHON_SOURCE%\__init__.py" "%PY_PACKAGE_FOLDER%\"
|
||||||
copy "%NGLIB_PYTHON_SOURCE%\csg.py" "%PY_PACKAGE_FOLDER%\"
|
REM copy "%NGLIB_PYTHON_SOURCE%\csg.py" "%PY_PACKAGE_FOLDER%\"
|
||||||
copy "%NGLIB_PYTHON_SOURCE%\meshing.py" "%PY_PACKAGE_FOLDER%\"
|
REM copy "%NGLIB_PYTHON_SOURCE%\meshing.py" "%PY_PACKAGE_FOLDER%\"
|
||||||
if errorlevel 1 goto PythonPackageInstallFailed
|
REM if errorlevel 1 goto PythonPackageInstallFailed
|
||||||
echo Installing Python package: Completed OK!!
|
REM echo Installing Python package: Completed OK!!
|
||||||
)
|
REM )
|
||||||
|
|
||||||
REM *** Clean up the build directory by deleting the OBJ files ***
|
REM *** Clean up the build directory by deleting the OBJ files ***
|
||||||
REM echo Deleting the %PROJ_NAME% build folder %PROJ_DIR%%PROJ_NAME% ....
|
REM echo Deleting the %PROJ_NAME% build folder %PROJ_DIR%%PROJ_NAME% ....
|
||||||
|
Loading…
Reference in New Issue
Block a user