diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2017-11-10 14:03:37 +0000 |
---|---|---|
committer | Edoardo Pasca <edo.paskino@gmail.com> | 2017-11-10 14:03:37 +0000 |
commit | 4b74129efead9b8af67f92c3c67a0d9e2b18cdf4 (patch) | |
tree | 8ad51231ce6912b33264fc03de1340a0b088623d /Wrappers/Python/compile-fista.bat.in | |
parent | 28f5ddb4538b0d37422821b9b9cfd9a9e8ae0fb1 (diff) | |
download | regularization-4b74129efead9b8af67f92c3c67a0d9e2b18cdf4.tar.gz regularization-4b74129efead9b8af67f92c3c67a0d9e2b18cdf4.tar.bz2 regularization-4b74129efead9b8af67f92c3c67a0d9e2b18cdf4.tar.xz regularization-4b74129efead9b8af67f92c3c67a0d9e2b18cdf4.zip |
code refactoring step1
Diffstat (limited to 'Wrappers/Python/compile-fista.bat.in')
-rw-r--r-- | Wrappers/Python/compile-fista.bat.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Wrappers/Python/compile-fista.bat.in b/Wrappers/Python/compile-fista.bat.in new file mode 100644 index 0000000..b1db686 --- /dev/null +++ b/Wrappers/Python/compile-fista.bat.in @@ -0,0 +1,7 @@ +set CIL_VERSION=@CIL_VERSION@ + +set PREFIX=@CONDA_ENVIRONMENT_PREFIX@ +set LIBRARY_INC=@CONDA_ENVIRONMENT_LIBRARY_INC@ + +REM activate @CONDA_ENVIRONMENT@ +conda build fista-recipe --python=@PYTHON_VERSION_MAJOR@.@PYTHON_VERSION_MINOR@ --numpy=@NUMPY_VERSION@ -c ccpi -c conda-forge |