File tree 2 files changed +13
-7
lines changed
recipes/recipes_emscripten/octave 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,22 @@ emconfigure ./configure \
11
11
--host=" wasm32-unknown-emscripten" \
12
12
--disable-dependency-tracking \
13
13
--enable-fortran-calling-convention=" f2c" \
14
- --enable-shared=yes \
14
+ --enable-shared \
15
+ --disable-dl \
15
16
--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 \
19
22
--with-pcre2 \
20
23
--with-pcre2-includedir=" ${PREFIX} /include" \
21
24
--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 \
24
30
25
31
emmake make --jobs 1 # OOM
26
32
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ requirements:
23
23
- flang_${{ target_platform }}
24
24
- micromamba # flang activation script
25
25
- make
26
- - libtool
26
+ - libtool>=2.5.4
27
27
- pkg-config
28
28
- grep
29
29
- sed
You can’t perform that action at this time.
0 commit comments