conda
This commit is contained in:
parent
1739529c8b
commit
9101620974
@ -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
|
||||||
|
|
||||||
|
@ -15,7 +15,6 @@ requirements:
|
|||||||
- r
|
- r
|
||||||
- notebook
|
- notebook
|
||||||
- pkgconfig
|
- pkgconfig
|
||||||
- make
|
|
||||||
- libxml2
|
- libxml2
|
||||||
run:
|
run:
|
||||||
- jupyterlab
|
- jupyterlab
|
||||||
|
Reference in New Issue
Block a user