File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed
recipes/recipes_emscripten/octave Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,22 @@ emconfigure ./configure \
1111 --host=" wasm32-unknown-emscripten" \
1212 --disable-dependency-tracking \
1313 --enable-fortran-calling-convention=" f2c" \
14- --enable-shared=yes \
14+ --enable-shared \
15+ --disable-dl \
1516 --disable-rpath \
16- --with-blas=" yes" \
17- --with-lapack=" yes" \
18- --without-pcre \
17+ --disable-openmp \
18+ --disable-readline \
19+ --disable-docs \
20+ --with-blas \
21+ --with-lapack \
1922 --with-pcre2 \
2023 --with-pcre2-includedir=" ${PREFIX} /include" \
2124 --with-pcre2-libdir=" -lpcre2-8" \
22- --disable-openmp \
23- --disable-readline \
25+ --without-pcre \
26+ --without-qt \
27+ --without-qrupdate \
28+ --without-framework-carbon \
29+ --without-java \
2430
2531emmake make --jobs 1 # OOM
2632
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ requirements:
2323 - flang_${{ target_platform }}
2424 - micromamba # flang activation script
2525 - make
26- - libtool
26+ - libtool>=2.5.4
2727 - pkg-config
2828 - grep
2929 - sed
You can’t perform that action at this time.
0 commit comments