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 | |
parent | c8b0684f4870015930da3b9a376633b61cac1e92 (diff) | |
download | regularization-fbbe502caa70043824f75ec615932f0185c136b7.tar.gz regularization-fbbe502caa70043824f75ec615932f0185c136b7.tar.bz2 regularization-fbbe502caa70043824f75ec615932f0185c136b7.tar.xz regularization-fbbe502caa70043824f75ec615932f0185c136b7.zip |
debug cuda test
-rw-r--r-- | Wrappers/Python/conda-recipe/build.sh | 2 | ||||
-rwxr-xr-x | build/jenkins-build.sh | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/build/jenkins-build.sh b/build/jenkins-build.sh index 67bb559..6e35e4a 100755 --- a/build/jenkins-build.sh +++ b/build/jenkins-build.sh @@ -9,4 +9,4 @@ conda install -y conda-build #export CIL_VERSION=0.10.2 export CIL_VERSION=0.10.2 #cd CCPi-Regularisation-Toolkit # already there by jenkins -conda build Wrappers/Python/conda-recipe +conda build --debug Wrappers/Python/conda-recipe |