Skip to content

Commit b8b2710

Browse files
committed
Use patched wasm-opt to build Octave
1 parent e76a772 commit b8b2710

File tree

3 files changed

+1
-20
lines changed

3 files changed

+1
-20
lines changed

recipes/recipes_emscripten/octave/build.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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
1810
emlibs=(
1911
libc-debug

recipes/recipes_emscripten/octave/patches/wasm-opt-wrapper

Lines changed: 0 additions & 10 deletions
This file was deleted.

recipes/recipes_emscripten/octave/recipe.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ source:
3333
- patches/0019-FIXME-memory-leaks.patch
3434

3535
build:
36-
number: 0
36+
number: 1
3737

3838
requirements:
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

0 commit comments

Comments
 (0)