File tree Expand file tree Collapse file tree 3 files changed +1
-20
lines changed
recipes/recipes_emscripten/octave Expand file tree Collapse file tree 3 files changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,6 @@ set -eux
66# CONFIGURE EMSCRIPTEN #
77# #######################
88
9- # Filter out unrecognized arguments (--enable-bulk-memory-opt and
10- # --enable-call-indirect-overlong) when calling `wasm-opt`
11-
12- EMSDK_DIR=$BUILD_PREFIX /opt/emsdk/upstream
13- mv $EMSDK_DIR /bin/wasm-opt $EMSDK_DIR /bin/wasm-opt-original
14- cp $RECIPE_DIR /patches/wasm-opt-wrapper $EMSDK_DIR /bin/wasm-opt
15- chmod +x $EMSDK_DIR /bin/wasm-opt
16-
179# FIXME: There should be a better way to prioritize Emscripten's PIC libs
1810emlibs=(
1911 libc-debug
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ source:
3333 - patches/0019-FIXME-memory-leaks.patch
3434
3535build :
36- number : 0
36+ number : 1
3737
3838requirements :
3939 build :
@@ -54,7 +54,6 @@ requirements:
5454 - gperf
5555 host :
5656 - libflang
57- # - openblas-flang # libblas, libcblas, liblapack
5857 - libblas>=3.12
5958 - liblapack>=3.12
6059 - pcre2>=10.43
You can’t perform that action at this time.
0 commit comments