diff options
author | Daniil Kazantsev <dkazanc@hotmail.com> | 2019-12-15 15:29:40 +0000 |
---|---|---|
committer | Daniil Kazantsev <dkazanc@hotmail.com> | 2019-12-15 15:29:40 +0000 |
commit | a3e360fcac7e1656802deb414fbd7b9d9f7e1038 (patch) | |
tree | dc1f3cf46b067ddf88d30bf7bd681e0cf531c834 /build/run.sh | |
parent | 1e9d5bc4ad830ff6ddb3cd9fbb8239d7a93b43be (diff) | |
download | regularization-a3e360fcac7e1656802deb414fbd7b9d9f7e1038.tar.gz regularization-a3e360fcac7e1656802deb414fbd7b9d9f7e1038.tar.bz2 regularization-a3e360fcac7e1656802deb414fbd7b9d9f7e1038.tar.xz regularization-a3e360fcac7e1656802deb414fbd7b9d9f7e1038.zip |
methods added
Diffstat (limited to 'build/run.sh')
-rwxr-xr-x | build/run.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/run.sh b/build/run.sh index f0b3d3e..91c5f05 100755 --- a/build/run.sh +++ b/build/run.sh @@ -6,11 +6,11 @@ rm -r ../build_proj mkdir ../build_proj cd ../build_proj/ #make clean -export CIL_VERSION=19.10 +export CIL_VERSION=19.10.1 # install Python modules without CUDA #cmake ../ -DBUILD_PYTHON_WRAPPER=ON -DBUILD_MATLAB_WRAPPER=OFF -DBUILD_CUDA=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./install # install Python modules with CUDA -cmake ../ -DBUILD_PYTHON_WRAPPER=ON -DBUILD_MATLAB_WRAPPER=OFF -DBUILD_CUDA=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./install + cmake ../ -DBUILD_PYTHON_WRAPPER=ON -DBUILD_MATLAB_WRAPPER=OFF -DBUILD_CUDA=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./install # install Matlab modules without CUDA # cmake ../ -DBUILD_PYTHON_WRAPPER=OFF -DMatlab_ROOT_DIR=/dls_sw/apps/matlab/r2014a/ -DBUILD_MATLAB_WRAPPER=ON -DBUILD_CUDA=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./install # install Matlab modules with CUDA |