diff options
Diffstat (limited to 'build/run.sh')
-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 285476b..f0b3d3e 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.09 +export CIL_VERSION=19.10 # 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 |