From 52f7080153a00bd3f7276a4be0a79f7aa82c6196 Mon Sep 17 00:00:00 2001 From: Edoardo Pasca Date: Fri, 20 Oct 2017 17:07:05 +0100 Subject: add conda-forge to the channel --- src/Python/compile.bat.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Python/compile.bat.in') diff --git a/src/Python/compile.bat.in b/src/Python/compile.bat.in index d4ddc92..ab23404 100644 --- a/src/Python/compile.bat.in +++ b/src/Python/compile.bat.in @@ -1,4 +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 +conda build conda-recipe --python=@PYTHON_VERSION_MAJOR@.@PYTHON_VERSION_MINOR@ --numpy=@NUMPY_VERSION@ -c ccpi -c conda-forge \ No newline at end of file -- cgit v1.2.3