Skip to content

Commit

Permalink
Merge pull request #235 from ktlim/tickets/DM-43113
Browse files Browse the repository at this point in the history
DM-43113: Constrain mpi4py builds.
  • Loading branch information
erykoff authored Mar 1, 2024
2 parents 2c53f23 + 2bc2cbc commit 2772b6c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .scripts/build_steps.sh

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

6 changes: 3 additions & 3 deletions .scripts/run_osx_build.sh

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

5 changes: 3 additions & 2 deletions build-locally.py

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

4 changes: 3 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 = "8.0.0" %}
{% set build_number = 2 %}
{% set build_number = 3 %}

package:
name: {{ name }}
Expand Down Expand Up @@ -40,6 +40,8 @@ outputs:
- starlink-ast
- wcslib
- xpa
run_constrained:
- impi_rt == 9999999999999
run:
# jq is special - it is needed for the pin-it utility in this package
- jq
Expand Down

0 comments on commit 2772b6c

Please sign in to comment.