summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkazanc <dkazanc@hotmail.com>2019-05-15 12:04:29 +0100
committerdkazanc <dkazanc@hotmail.com>2019-05-15 12:04:29 +0100
commit1207b14fa2fac7f8b83280d75884ad3a62e57e75 (patch)
tree402aa4670dbbb6412df21441180940ebaace8551
parentd8168df8b3235284c0917a9a123aeb36a9a3becc (diff)
downloadregularization-1207b14fa2fac7f8b83280d75884ad3a62e57e75.tar.gz
regularization-1207b14fa2fac7f8b83280d75884ad3a62e57e75.tar.bz2
regularization-1207b14fa2fac7f8b83280d75884ad3a62e57e75.tar.xz
regularization-1207b14fa2fac7f8b83280d75884ad3a62e57e75.zip
rerun
-rwxr-xr-xbuild/run.sh2
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