This commit is contained in:
Vitor Santos Costa 2019-04-20 03:25:12 -05:00
parent 1739529c8b
commit 9101620974
2 changed files with 2 additions and 3 deletions

View File

@ -13,11 +13,11 @@ mkdir $PREFIX/conda
cd $PREFIX/conda cd $PREFIX/conda
# The datarootdir option places the docs into a temp folder that won't # The datarootdir option places the docs into a temp folder that won't
$CMAKE --build=. --target=install \ $CMAKE --build=. --target=install \
-DCMAKE_BUILD_TYPE=Debug \ -DCMAKE_BUILD_TYPE=Debug -GNinja \
-DCMAKE_INSTALL_PREFIX="$PREFIX" \ -DCMAKE_INSTALL_PREFIX="$PREFIX" \
$RECIPE_DIR/.. -DWITH_CUDD=NO -DWITH_GECODE=NO -DWITH_JAVA=NO -DWITH_RAPTOR=NO $RECIPE_DIR/.. -DWITH_CUDD=NO -DWITH_GECODE=NO -DWITH_JAVA=NO -DWITH_RAPTOR=NO
make -j install ninja install
# Remove the created lib64 directory # Remove the created lib64 directory

View File

@ -15,7 +15,6 @@ requirements:
- r - r
- notebook - notebook
- pkgconfig - pkgconfig
- make
- libxml2 - libxml2
run: run:
- jupyterlab - jupyterlab