diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2017-10-25 10:56:57 +0100 |
---|---|---|
committer | Edoardo Pasca <edo.paskino@gmail.com> | 2017-10-25 10:56:57 +0100 |
commit | c21df8581e052541a2dd39a46a4c1f50e335fd9e (patch) | |
tree | 5c8f755f910a9b5006791e715328242f68fbe504 /src/Python/compile-fista.sh.in | |
parent | 31097954f87d0f30f667b29a12f7098710c284ab (diff) | |
parent | 455ca86825c157512f61441d3d27b8148ca795a7 (diff) | |
download | regularization-c21df8581e052541a2dd39a46a4c1f50e335fd9e.tar.gz regularization-c21df8581e052541a2dd39a46a4c1f50e335fd9e.tar.bz2 regularization-c21df8581e052541a2dd39a46a4c1f50e335fd9e.tar.xz regularization-c21df8581e052541a2dd39a46a4c1f50e335fd9e.zip |
Merge branch origin/pythonize into pythonize
Diffstat (limited to 'src/Python/compile-fista.sh.in')
-rw-r--r-- | src/Python/compile-fista.sh.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Python/compile-fista.sh.in b/src/Python/compile-fista.sh.in new file mode 100644 index 0000000..267f014 --- /dev/null +++ b/src/Python/compile-fista.sh.in @@ -0,0 +1,9 @@ +#!/bin/sh +# compile within the right conda environment +#module load python/anaconda +#source activate @CONDA_ENVIRONMENT@ + +export CIL_VERSION=@CIL_VERSION@ +export LIBRARY_INC=@CONDA_ENVIRONMENT_LIBRARY_INC@ + +conda build fista-recipe --python=@PYTHON_VERSION_MAJOR@.@PYTHON_VERSION_MINOR@ --numpy=@NUMPY_VERSION@ -c ccpi |