We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36f7d1 commit c00dce8Copy full SHA for c00dce8
recipes/recipes_emscripten/octave/build.sh
@@ -60,8 +60,8 @@ emconfigure ./configure \
60
--disable-readline \
61
--disable-docs \
62
--disable-java \
63
- --with-blas \
64
- --with-lapack \
+ --with-blas="-lopenblas" \
+ --with-lapack="-lopenblas" \
65
--with-pcre2 \
66
--with-pcre2-includedir="${PREFIX}/include" \
67
--with-pcre2-libdir="${PREFIX}/lib" \
recipes/recipes_emscripten/octave/recipe.yaml
@@ -34,8 +34,7 @@ requirements:
34
- gperf
35
host:
36
- libflang
37
- - openblas-flang # libblas, libcblas
38
- - liblapack>=3.12
+ - openblas-flang # libblas, libcblas, liblapack
39
- pcre2>=10.43
40
run_exports:
41
- ${{ pin_subpackage('octave', upper_bound='x') }}
0 commit comments