Skip to content

Commit de942fd

Browse files
committed
More flags
1 parent 1c4ad8b commit de942fd

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

recipes/recipes_emscripten/octave/build.sh

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff 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

2531
emmake make --jobs 1 # OOM
2632

recipes/recipes_emscripten/octave/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)