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.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Python/compile.sh.in b/src/Python/compile.sh.in
index dd29973..ca9f310 100644
--- a/src/Python/compile.sh.in
+++ b/src/Python/compile.sh.in
@@ -1,6 +1,9 @@
#!/bin/sh
+# compile within the right conda environment
+#module load python/anaconda
+#source activate @CONDA_ENVIRONMENT@
export CIL_VERSION=@CIL_VERSION@
-module load python/anaconda
-source activate @CONDA_ENVIRONMENT@
+export LIBRARY_INC=@CONDA_ENVIRONMENT_LIBRARY_INC@
+
conda build conda-recipe --python=@PYTHON_VERSION_MAJOR@.@PYTHON_VERSION_MINOR@ --numpy=@NUMPY_VERSION@ -c ccpi \ No newline at end of file