summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/conda-recipe
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2018-08-05 15:56:52 +0100
committerEdoardo Pasca <edo.paskino@gmail.com>2018-08-05 15:58:49 +0100
commita490e0a75e810591f87c73e41965fad9187f6cd1 (patch)
tree68cd2f4bfe4e2ea5c9e31c6b2072f579fb929855 /Wrappers/Python/conda-recipe
parent2a2eb0e083991753a8d9247b63fea8f37559a6d7 (diff)
downloadregularization-a490e0a75e810591f87c73e41965fad9187f6cd1.tar.gz
regularization-a490e0a75e810591f87c73e41965fad9187f6cd1.tar.bz2
regularization-a490e0a75e810591f87c73e41965fad9187f6cd1.tar.xz
regularization-a490e0a75e810591f87c73e41965fad9187f6cd1.zip
added BUILD_PYTHON_WRAPPERS BUILD_MATLAB_WRAPPERS BUILD_CUDA options
Diffstat (limited to 'Wrappers/Python/conda-recipe')
-rw-r--r--Wrappers/Python/conda-recipe/bld.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/conda-recipe/bld.bat b/Wrappers/Python/conda-recipe/bld.bat
index e58808b..6c84355 100644
--- a/Wrappers/Python/conda-recipe/bld.bat
+++ b/Wrappers/Python/conda-recipe/bld.bat
@@ -10,7 +10,7 @@ ROBOCOPY /E "%RECIPE_DIR%\..\..\..\Core" "%SRC_DIR%\Core"
cd %SRC_DIR%
:: issue cmake to create setup.py
-cmake -G "NMake Makefiles" %RECIPE_DIR%\..\..\..\ -DBUILD_WRAPPERS=ON -DCONDA_BUILD=ON -DCMAKE_BUILD_TYPE="Release" -DLIBRARY_LIB="%CONDA_PREFIX%\lib" -DLIBRARY_INC="%CONDA_PREFIX%" -DCMAKE_INSTALL_PREFIX="%PREFIX%\Library"
+cmake -G "NMake Makefiles" %RECIPE_DIR%\..\..\..\ -DBUILD_PYTHON_WRAPPERS=ON -DCONDA_BUILD=ON -DBUILD_CUDA=OFF -DCMAKE_BUILD_TYPE="Release" -DLIBRARY_LIB="%CONDA_PREFIX%\lib" -DLIBRARY_INC="%CONDA_PREFIX%" -DCMAKE_INSTALL_PREFIX="%PREFIX%\Library"
::%PYTHON% setup-regularisers.py build_ext
::if errorlevel 1 exit 1