Skip to content

Update openblas from 0.3.26 to 0.3.27 #2231

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions recipes/recipes_emscripten/openblas/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
context:
version: 0.3.26
version: 0.3.27
name: openblas

package:
name: ${{ name }}
version: ${{ version }}

source:
sha256: 4e6e4f5cb14c209262e33e6816d70221a2fe49eb69eaf0a06f065598ac602c68
url: https://github.com/OpenMathLib/OpenBLAS/releases/download/v${{ version }}/OpenBLAS-${{ version }}.tar.gz
sha256: aa2d68b1564fe2b13bc292672608e9cdeeeb6dc34995512e65c3b10f4599e897
url: https://github.com/OpenMathLib/OpenBLAS/releases/download/v${{ version }}/OpenBLAS-${{
version }}.tar.gz
patches:
- patches/0001-Add-Wno-return-type-flag.patch
- patches/0002-Align-xerbla_array-signature-with-scipy-expectation.patch
- patches/0003-Skip-linktest.patch
- patches/0001-Add-Wno-return-type-flag.patch
- patches/0002-Align-xerbla_array-signature-with-scipy-expectation.patch
- patches/0003-Skip-linktest.patch

build:
number: 13
Expand Down
Loading