Skip to content

Commit c00dce8

Browse files
committed
Try openblas lapack
1 parent c36f7d1 commit c00dce8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

recipes/recipes_emscripten/octave/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ emconfigure ./configure \
6060
--disable-readline \
6161
--disable-docs \
6262
--disable-java \
63-
--with-blas \
64-
--with-lapack \
63+
--with-blas="-lopenblas" \
64+
--with-lapack="-lopenblas" \
6565
--with-pcre2 \
6666
--with-pcre2-includedir="${PREFIX}/include" \
6767
--with-pcre2-libdir="${PREFIX}/lib" \

recipes/recipes_emscripten/octave/recipe.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ requirements:
3434
- gperf
3535
host:
3636
- libflang
37-
- openblas-flang # libblas, libcblas
38-
- liblapack>=3.12
37+
- openblas-flang # libblas, libcblas, liblapack
3938
- pcre2>=10.43
4039
run_exports:
4140
- ${{ pin_subpackage('octave', upper_bound='x') }}

0 commit comments

Comments
 (0)