diff options
author | dkazanc <dkazanc@hotmail.com> | 2019-05-15 12:04:29 +0100 |
---|---|---|
committer | dkazanc <dkazanc@hotmail.com> | 2019-05-15 12:04:29 +0100 |
commit | 1207b14fa2fac7f8b83280d75884ad3a62e57e75 (patch) | |
tree | 402aa4670dbbb6412df21441180940ebaace8551 | |
parent | d8168df8b3235284c0917a9a123aeb36a9a3becc (diff) | |
download | regularization-1207b14fa2fac7f8b83280d75884ad3a62e57e75.tar.gz regularization-1207b14fa2fac7f8b83280d75884ad3a62e57e75.tar.bz2 regularization-1207b14fa2fac7f8b83280d75884ad3a62e57e75.tar.xz regularization-1207b14fa2fac7f8b83280d75884ad3a62e57e75.zip |
rerun
-rwxr-xr-x | build/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/run.sh b/build/run.sh index 521272c..c243b12 100755 --- a/build/run.sh +++ b/build/run.sh @@ -6,7 +6,7 @@ rm -r ../build_proj mkdir ../build_proj cd ../build_proj/ #make clean -export CIL_VERSION=19.05 +export CIL_VERSION=19.06 # 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 |