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
# The datarootdir option places the docs into a temp folder that won't
$CMAKE --build=. --target=install \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_BUILD_TYPE=Debug -GNinja \
-DCMAKE_INSTALL_PREFIX="$PREFIX" \
$RECIPE_DIR/.. -DWITH_CUDD=NO -DWITH_GECODE=NO -DWITH_JAVA=NO -DWITH_RAPTOR=NO
make -j install
ninja install
# Remove the created lib64 directory

View File

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