diff options
author | algol <dkazanc@hotmail.com> | 2018-01-25 17:22:13 +0000 |
---|---|---|
committer | algol <dkazanc@hotmail.com> | 2018-01-25 17:22:13 +0000 |
commit | 7edf78f4733379ddc093dc37650f5886bb03d98b (patch) | |
tree | c78c03166d90c06de88d5d78bed449041361da02 /src/Python/compile-fista.sh.in | |
parent | ef41d45779400ae029a14822df79d5d8910ef03d (diff) | |
parent | 993022bdddef2c81067db70be6c65a6f943c24bb (diff) | |
download | regularization-7edf78f4733379ddc093dc37650f5886bb03d98b.tar.gz regularization-7edf78f4733379ddc093dc37650f5886bb03d98b.tar.bz2 regularization-7edf78f4733379ddc093dc37650f5886bb03d98b.tar.xz regularization-7edf78f4733379ddc093dc37650f5886bb03d98b.zip |
Merge branch 'master' of https://github.com/vais-ral/CCPi-FISTA_Reconstruction
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 |