diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2018-01-25 11:47:16 +0000 |
---|---|---|
committer | Edoardo Pasca <edo.paskino@gmail.com> | 2018-01-25 11:47:16 +0000 |
commit | d2e72727c9b9b3478fea5ed6b6be549eec70c034 (patch) | |
tree | 0cf42a267e968ecb1dfc3285180301d6d4dec386 /src/Python/compile-fista.sh.in | |
parent | 132f0d71950fdf8abf7da55593b30d8bc19c7ff6 (diff) | |
download | regularization-d2e72727c9b9b3478fea5ed6b6be549eec70c034.tar.gz regularization-d2e72727c9b9b3478fea5ed6b6be549eec70c034.tar.bz2 regularization-d2e72727c9b9b3478fea5ed6b6be549eec70c034.tar.xz regularization-d2e72727c9b9b3478fea5ed6b6be549eec70c034.zip |
removed src dir
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 |