diff options
author | Daniil Kazantsev <dkazanc@hotmail.com> | 2019-12-16 13:48:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-16 13:48:34 +0000 |
commit | 24e4f323f8800b534fb65184c2973bb5e3aeb369 (patch) | |
tree | 01687d663d4e698dbad3ef1d6d7aa9da77cb92b6 /build/run.sh | |
parent | c9fa02f93c506dcbed963ad5b51202c071e3d53d (diff) | |
parent | e98f2735ce27925f907e5a32bcd521f578b77dbe (diff) | |
download | regularization-24e4f323f8800b534fb65184c2973bb5e3aeb369.tar.gz regularization-24e4f323f8800b534fb65184c2973bb5e3aeb369.tar.bz2 regularization-24e4f323f8800b534fb65184c2973bb5e3aeb369.tar.xz regularization-24e4f323f8800b534fb65184c2973bb5e3aeb369.zip |
Merge pull request #140 from vais-ral/constrdiff
Edge constrained nonlinear diffusion
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 |