Skip to content

Commit

Permalink
Update lapack from 3.12.0 to 3.12.1 [emscripten-3.1.73]
Browse files Browse the repository at this point in the history
  • Loading branch information
emscripten-forge-bot authored and IsabelParedes committed Jan 30, 2025
1 parent ec084c2 commit 31b4ed4
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions recipes/recipes_emscripten/lapack/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
context:
version: 3.12.0
version: 3.12.1
name: lapack

source:
url: https://github.com/Reference-LAPACK/${{ name }}/archive/v${{ version }}.tar.gz
sha256: eac9570f8e0ad6f30ce4b963f4f033f0f643e7c3912fc9ee6cd99120675ad48b
sha256: 2ca6407a001a474d4d4d35f3a61550156050c48016d949f0da0529c0aa052422
patches:
- patches/0001_Disable_fortran_compiler_check.patch

Expand All @@ -19,12 +19,12 @@ outputs:
version: ${{ version }}
build:
files:
- lib/libblas.a
- lib/pkgconfig/blas.pc
- lib/libblas.a
- lib/pkgconfig/blas.pc
requirements:
build:
- ${{ compiler("c") }}
- ninja
- ${{ compiler("c") }}
- ninja
tests:
- script: test -f $PREFIX/lib/libblas.a

Expand All @@ -33,15 +33,15 @@ outputs:
version: ${{ version }}
build:
files:
- lib/libcblas.a
- lib/pkgconfig/cblas.pc
- lib/cmake/cblas-${{ version }}/cblas*
- lib/libcblas.a
- lib/pkgconfig/cblas.pc
- lib/cmake/cblas-${{ version }}/cblas*
requirements:
build:
- ${{ compiler("c") }}
- ninja
- ${{ compiler("c") }}
- ninja
run:
- libblas ${{ version }}
- libblas ${{ version }}
tests:
- script: test -f $PREFIX/lib/libcblas.a

Expand All @@ -50,15 +50,15 @@ outputs:
version: ${{ version }}
build:
files:
- lib/liblapack.a
- lib/pkgconfig/lapack.pc
- lib/cmake/lapack-${{ version }}/lapack*
- lib/liblapack.a
- lib/pkgconfig/lapack.pc
- lib/cmake/lapack-${{ version }}/lapack*
requirements:
build:
- ${{ compiler("c") }}
- ninja
- ${{ compiler("c") }}
- ninja
run:
- libblas ${{ version }}
- libblas ${{ version }}
tests:
- script: test -f $PREFIX/lib/liblapack.a

Expand All @@ -70,4 +70,4 @@ about:

extra:
maintainers:
- IsabelParedes
- IsabelParedes

0 comments on commit 31b4ed4

Please sign in to comment.