diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2018-01-25 21:55:28 +0000 |
---|---|---|
committer | Edoardo Pasca <edo.paskino@gmail.com> | 2018-01-25 21:55:28 +0000 |
commit | dea3fee71df68034223948f1f992814081994517 (patch) | |
tree | 2eceac615ef26d9565538d35ec3159aeda9eb800 /src/Python/compile-fista.sh.in | |
parent | 542eda7340dd8ed74eb5a2e492bc5171ecd588af (diff) | |
parent | d274c376cfb5bcb11e8ce72ea57f921c4149eb7e (diff) | |
download | regularization-dea3fee71df68034223948f1f992814081994517.tar.gz regularization-dea3fee71df68034223948f1f992814081994517.tar.bz2 regularization-dea3fee71df68034223948f1f992814081994517.tar.xz regularization-dea3fee71df68034223948f1f992814081994517.zip |
Merge branch 'master' into gpu
Diffstat (limited to 'src/Python/compile-fista.sh.in')
-rw-r--r-- | src/Python/compile-fista.sh.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Python/compile-fista.sh.in b/src/Python/compile-fista.sh.in deleted file mode 100644 index 267f014..0000000 --- a/src/Python/compile-fista.sh.in +++ /dev/null @@ -1,9 +0,0 @@ -#!/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 |