Skip to content

Commit

Permalink
Merge pull request #269 from roceb/tickets/DM-46144
Browse files Browse the repository at this point in the history
DM-46144: Pin libblas to use openblas for rubin-env
  • Loading branch information
roceb authored Sep 6, 2024
2 parents b73c468 + 69e45e2 commit 7c4ebad
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ ndarray:
- '1'
numpy:
- 1.26.4
openblas:
- 0.3.*
pin_run_as_build:
python:
min_pin: x.x
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ ndarray:
- '1'
numpy:
- 1.26.4
openblas:
- 0.3.*
pin_run_as_build:
python:
min_pin: x.x
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ ndarray:
- '1'
numpy:
- 1.26.4
openblas:
- 0.3.*
pin_run_as_build:
python:
min_pin: x.x
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ ndarray:
- '1'
numpy:
- 1.26.4
openblas:
- 0.3.*
pin_run_as_build:
python:
min_pin: x.x
Expand Down
5 changes: 4 additions & 1 deletion build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "rubin-env" %}
{% set version = "9.0.0" %}
{% set build_number = 3 %}
{% set build_number = 4 %}

package:
name: {{ name }}
Expand Down Expand Up @@ -35,6 +35,7 @@ outputs:
- liblapack
- liblapacke
- log4cxx
- openblas
- minuit2
- numpy
- starlink-ast
Expand Down Expand Up @@ -63,6 +64,8 @@ outputs:
- doxygen >=1.9.8
- eups >=2.2.8
- flake8 ==7.1.0
- libblas * *openblas
- openblas
- make >=4.3
- meson >=1.3.0
- nose >=1.3.7
Expand Down

0 comments on commit 7c4ebad

Please sign in to comment.