diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2017-10-24 10:38:37 +0100 |
---|---|---|
committer | Edoardo Pasca <edo.paskino@gmail.com> | 2017-10-24 10:38:37 +0100 |
commit | 4fd4f187a70c0e4f56d5194b09ab4a528d20ee51 (patch) | |
tree | 80d9a3f38e53bbc3374b0f42b7a8d97300986da3 /src/Python/compile-fista.sh.in | |
parent | ece0bfc45cf2e339fc517a4f2c078f0b8fe274ad (diff) | |
download | regularization-4fd4f187a70c0e4f56d5194b09ab4a528d20ee51.tar.gz regularization-4fd4f187a70c0e4f56d5194b09ab4a528d20ee51.tar.bz2 regularization-4fd4f187a70c0e4f56d5194b09ab4a528d20ee51.tar.xz regularization-4fd4f187a70c0e4f56d5194b09ab4a528d20ee51.zip |
Builds 2 packages fista and regularizers
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 |