Skip to content

Commit def7f33

Browse files
authored
4x clapack (#3431)
* 4x clapack * Update run_exports to use upper_bound for clapack * Update recipe.yaml
1 parent 4083433 commit def7f33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

recipes/recipes_emscripten/clapack/recipe.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package:
77
version: ${{ version }}
88

99
source:
10-
- url: http://uvcdat.llnl.gov/cdat/resources/clapack-${{ version }}-CMAKE.tgz
10+
- url: https://www.netlib.org/clapack/clapack-${{version}}-CMAKE.tgz
1111
sha256: 0b3f782bc24845d85f36bafbff0f2f1384dc72df730fda4e7924ec1a70baca5a
1212
patches:
1313
- patches/0001-add-missing-import.patch
@@ -19,7 +19,7 @@ source:
1919
- path: make.inc
2020

2121
build:
22-
number: 5
22+
number: 6
2323

2424
requirements:
2525
build:
@@ -28,4 +28,4 @@ requirements:
2828
- sed
2929

3030
run_exports:
31-
- ${{ pin_subpackage('clapack', max_pin='x.x') }}
31+
- ${{ pin_subpackage('clapack', upper_bound='x.x') }}

0 commit comments

Comments
 (0)