summaryrefslogtreecommitdiffstats
path: root/src/Python/compile.sh.in
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2017-10-19 17:01:55 +0100
committerEdoardo Pasca <edo.paskino@gmail.com>2017-10-20 16:55:24 +0100
commit8b427d82acfaeb4671484bc459343c5e2e412736 (patch)
treed61da32f885832f1bf8e2230541eec268c14e503 /src/Python/compile.sh.in
parent97f96692db91473b4bc9387994860baadab13e6a (diff)
downloadregularization-8b427d82acfaeb4671484bc459343c5e2e412736.tar.gz
regularization-8b427d82acfaeb4671484bc459343c5e2e412736.tar.bz2
regularization-8b427d82acfaeb4671484bc459343c5e2e412736.tar.xz
regularization-8b427d82acfaeb4671484bc459343c5e2e412736.zip
Initial revision of build environment made with CMake
Initial revision of build environment made with CMake First commit of CMakeLists.txt attempt to use CMake to create the build environment First commit of CMakeLists.txt attempting to locate conda python environment Added a few files for CMake Many changes for the CMake compilation. Tested CMake build Bugfixes
Diffstat (limited to 'src/Python/compile.sh.in')
-rw-r--r--src/Python/compile.sh.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Python/compile.sh.in b/src/Python/compile.sh.in
new file mode 100644
index 0000000..dd29973
--- /dev/null
+++ b/src/Python/compile.sh.in
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+export CIL_VERSION=@CIL_VERSION@
+module load python/anaconda
+source activate @CONDA_ENVIRONMENT@
+conda build conda-recipe --python=@PYTHON_VERSION_MAJOR@.@PYTHON_VERSION_MINOR@ --numpy=@NUMPY_VERSION@ -c ccpi \ No newline at end of file