diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2018-08-06 21:38:41 +0100 |
---|---|---|
committer | Edoardo Pasca <edo.paskino@gmail.com> | 2018-08-06 21:38:41 +0100 |
commit | 44c897e2b13d2b85a8dde028fd80ec3413c80cf4 (patch) | |
tree | 0513d5a1d227243f5d7eee3831ad085d32cdf38b /Wrappers/Python/conda-recipe | |
parent | 4fa0c5bcd9e362cbdf2211edc85f30ec1dafee3b (diff) | |
parent | c025620ae1d6f4bfcf823de716336277a2ecb621 (diff) | |
download | regularization-44c897e2b13d2b85a8dde028fd80ec3413c80cf4.tar.gz regularization-44c897e2b13d2b85a8dde028fd80ec3413c80cf4.tar.bz2 regularization-44c897e2b13d2b85a8dde028fd80ec3413c80cf4.tar.xz regularization-44c897e2b13d2b85a8dde028fd80ec3413c80cf4.zip |
Merge branch 'cmaking' of https://github.com/vais-ral/CCPi-FISTA_Reconstruction into cmaking
Diffstat (limited to 'Wrappers/Python/conda-recipe')
-rw-r--r-- | Wrappers/Python/conda-recipe/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/conda-recipe/build.sh b/Wrappers/Python/conda-recipe/build.sh index 9706301..1247707 100644 --- a/Wrappers/Python/conda-recipe/build.sh +++ b/Wrappers/Python/conda-recipe/build.sh @@ -9,7 +9,7 @@ cp -rv "$RECIPE_DIR/../../../Core" "$SRC_DIR/Core" cd $SRC_DIR -cmake -G "Unix Makefiles" $RECIPE_DIR/../../../ -DBUILD_WRAPPERS=ON -DCONDA_BUILD=ON -DCMAKE_BUILD_TYPE="Release" -DLIBRARY_LIB=$CONDA_PREFIX/lib -DLIBRARY_INC=$CONDA_PREFIX -DCMAKE_INSTALL_PREFIX=$PREFIX +cmake -G "Unix Makefiles" $RECIPE_DIR/../../../ -DBUILD_PYTHON_WRAPPERS=ON -DCONDA_BUILD=ON -DBUILD_CUDA=ON -DCMAKE_BUILD_TYPE="Release" -DLIBRARY_LIB=$CONDA_PREFIX/lib -DLIBRARY_INC=$CONDA_PREFIX -DCMAKE_INSTALL_PREFIX=$PREFIX make install |