Skip to content
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
6 changes: 3 additions & 3 deletions recipes/recipes_emscripten/openblas/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
context:
name: openblas
version: 0.3.31
version: 0.3.32

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

source:
url: https://github.com/OpenMathLib/OpenBLAS/archive/v${{ version }}.tar.gz
sha256: 6dd2a63ac9d32643b7cc636eab57bf4e57d0ed1fff926dfbc5d3d97f2d2be3a6
sha256: f8a1138e01fddca9e4c29f9684fd570ba39dedc9ca76055e1425d5d4b1a4a766
patches:
# Branch containing these patches is v0.3.31-emforge at https://github.com/ianthomas23/OpenBLAS
# Use `git format-patch v0.3.31..v0.3.31-emforge` to create patch files.
Expand All @@ -22,7 +22,7 @@ source:
- patches/0008-Clear-FEXTRALIB-when-linking-shared-library.patch

build:
number: 4
number: 0

files:
exclude:
Expand Down
Loading