diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2017-10-19 17:01:55 +0100 |
---|---|---|
committer | Edoardo Pasca <edo.paskino@gmail.com> | 2017-10-20 16:55:24 +0100 |
commit | 8b427d82acfaeb4671484bc459343c5e2e412736 (patch) | |
tree | d61da32f885832f1bf8e2230541eec268c14e503 /src/Python/compile.bat.in | |
parent | 97f96692db91473b4bc9387994860baadab13e6a (diff) | |
download | regularization-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.bat.in')
-rw-r--r-- | src/Python/compile.bat.in | 4 |
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 |