diff options
author | Daniil Kazantsev <dkazanc@hotmail.com> | 2019-03-12 22:14:27 +0000 |
---|---|---|
committer | Daniil Kazantsev <dkazanc@hotmail.com> | 2019-03-12 22:14:27 +0000 |
commit | 1ac06b5ce11b247930489b7aa3afa59215e43c91 (patch) | |
tree | 8a5dc7649b2fdeda67c8df9ff2ea2880596d9e67 /run.sh | |
parent | 420e71a0dcb42e91e1aa93306c2e2f688b309620 (diff) | |
download | regularization-1ac06b5ce11b247930489b7aa3afa59215e43c91.tar.gz regularization-1ac06b5ce11b247930489b7aa3afa59215e43c91.tar.bz2 regularization-1ac06b5ce11b247930489b7aa3afa59215e43c91.tar.xz regularization-1ac06b5ce11b247930489b7aa3afa59215e43c91.zip |
readme updates and demos
Diffstat (limited to 'run.sh')
-rwxr-xr-x | run.sh | 26 |
1 files changed, 0 insertions, 26 deletions
@@ -1,26 +0,0 @@ -#!/bin/bash -echo "Building CCPi-regularisation Toolkit using CMake" -rm -r build_proj -# Requires Cython, install it first: -# pip install cython -mkdir build_proj -cd build_proj/ -#make clean -export CIL_VERSION=19.03 -# 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 -# 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 -cmake ../ -DBUILD_PYTHON_WRAPPER=OFF -DMatlab_ROOT_DIR=/dls_sw/apps/matlab/r2014a/ -DBUILD_MATLAB_WRAPPER=ON -DBUILD_CUDA=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./install -make install -#### Python -#cp install/lib/libcilreg.so install/python/ccpi/filters -# cd install/python -# export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:../lib -# spyder -##### Matlab (Linux) -#PATH="/path/to/mex/:$PATH" LD_LIBRARY_PATH="/path/to/library:$LD_LIBRARY_PATH" matlab -PATH="/home/kjy41806/Documents/SOFT/CCPi-Regularisation-Toolkit/build_proj/install/matlab/:$PATH" LD_LIBRARY_PATH="/home/kjy41806/Documents/SOFT/CCPi-Regularisation-Toolkit/build_proj/install/lib:$LD_LIBRARY_PATH" matlab |