diff options
author | TomasKulhanek <tomas.kulhanek@stfc.ac.uk> | 2018-12-06 22:51:23 +0000 |
---|---|---|
committer | TomasKulhanek <tomas.kulhanek@stfc.ac.uk> | 2018-12-06 22:51:23 +0000 |
commit | fbbe502caa70043824f75ec615932f0185c136b7 (patch) | |
tree | 024220ddd09cb41c7874afcc94d5ad6a6b9e60ab /Wrappers/Python/conda-recipe | |
parent | c8b0684f4870015930da3b9a376633b61cac1e92 (diff) | |
download | regularization-fbbe502caa70043824f75ec615932f0185c136b7.tar.gz regularization-fbbe502caa70043824f75ec615932f0185c136b7.tar.bz2 regularization-fbbe502caa70043824f75ec615932f0185c136b7.tar.xz regularization-fbbe502caa70043824f75ec615932f0185c136b7.zip |
debug cuda test
Diffstat (limited to 'Wrappers/Python/conda-recipe')
-rw-r--r-- | Wrappers/Python/conda-recipe/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/conda-recipe/build.sh b/Wrappers/Python/conda-recipe/build.sh index 0aca278..eec7c2f 100644 --- a/Wrappers/Python/conda-recipe/build.sh +++ b/Wrappers/Python/conda-recipe/build.sh @@ -5,7 +5,7 @@ cp -rv "$RECIPE_DIR/../../../Core" "$SRC_DIR/Core" cd $SRC_DIR ##cuda=off -cmake -G "Unix Makefiles" $RECIPE_DIR/../../../ -DBUILD_PYTHON_WRAPPER=ON -DCONDA_BUILD=ON -DBUILD_CUDA=OFF -DCMAKE_BUILD_TYPE="Release" -DLIBRARY_LIB=$CONDA_PREFIX/lib -DLIBRARY_INC=$CONDA_PREFIX -DCMAKE_INSTALL_PREFIX=$PREFIX +cmake -G "Unix Makefiles" $RECIPE_DIR/../../../ -DBUILD_PYTHON_WRAPPER=ON -DCONDA_BUILD=ON -DBUILD_CUDA=ON -DCMAKE_BUILD_TYPE="Release" -DLIBRARY_LIB=$CONDA_PREFIX/lib -DLIBRARY_INC=$CONDA_PREFIX -DCMAKE_INSTALL_PREFIX=$PREFIX make install |