summaryrefslogtreecommitdiffstats
path: root/src/Python/compile.sh.in
diff options
context:
space:
mode:
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