diff options
author | vagrant <vagrant@localhost.localdomain> | 2019-01-21 16:41:25 +0000 |
---|---|---|
committer | vagrant <vagrant@localhost.localdomain> | 2019-01-21 16:41:25 +0000 |
commit | d0052abf619d327e18791aeefd1b0a0a513c546b (patch) | |
tree | e30e86ebd29a6a1e0bac1df48751fe445b361865 /recipes/regularisers/build.sh | |
parent | 5e436eab5cea50569df9c85159be69d8e88688f0 (diff) | |
download | regularization-d0052abf619d327e18791aeefd1b0a0a513c546b.tar.gz regularization-d0052abf619d327e18791aeefd1b0a0a513c546b.tar.bz2 regularization-d0052abf619d327e18791aeefd1b0a0a513c546b.tar.xz regularization-d0052abf619d327e18791aeefd1b0a0a513c546b.zip |
UPDATE: build
Diffstat (limited to 'recipes/regularisers/build.sh')
-rw-r--r-- | recipes/regularisers/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/regularisers/build.sh b/recipes/regularisers/build.sh index aede303..eaa778e 100644 --- a/recipes/regularisers/build.sh +++ b/recipes/regularisers/build.sh @@ -13,7 +13,7 @@ mkdir ${SRC_DIR}/build cp -rv ${RECIPE_DIR}/../../Core/ ${SRC_DIR}/build mkdir ${SRC_DIR}/build/build cd ${SRC_DIR}/build/build -cmake -G "Unix Makefiles" -DCIL_VERSION="${CIL_VERSION}" -DLIBRARY_LIB="${CONDA_PREFIX}/lib" -DLIBRARY_INC="${CONDA_PREFIX}" -DCMAKE_INSTALL_PREFIX="${PREFIX}" ../Core +cmake -G "Unix Makefiles" -DLIBRARY_LIB="${CONDA_PREFIX}/lib" -DLIBRARY_INC="${CONDA_PREFIX}" -DCMAKE_INSTALL_PREFIX="${PREFIX}" ../Core make -j2 VERBOSE=1 make install |