Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 committed Jan 24, 2025
1 parent d70da54 commit f860562
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions recipes/recipes_emscripten/symengine/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ emcmake cmake \
-DWITH_GMP=OFF \
-DWITH_MPFR=OFF \
-DWITH_MPC=OFF \
-DWITH_OPENMP=OFF \
.

emmake make install
-DWITH_OPENMP=OFF \
-S . \ # Explicitly specify the source directory
-B build # Add a separate build directory for clarity

emmake cmake --build build --target install

0 comments on commit f860562

Please sign in to comment.