summaryrefslogtreecommitdiffstats
path: root/src/Python/compile.bat.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Python/compile.bat.in')
-rw-r--r--src/Python/compile.bat.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Python/compile.bat.in b/src/Python/compile.bat.in
new file mode 100644
index 0000000..d4ddc92
--- /dev/null
+++ b/src/Python/compile.bat.in
@@ -0,0 +1,4 @@
+set CIL_VERSION=@CIL_VERSION@
+
+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