Skip to content

Commit

Permalink
Add mgis to run parameter for unix (it's not added to
Browse files Browse the repository at this point in the history
  • Loading branch information
Krande committed Dec 17, 2024
1 parent f0ff145 commit 164016c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conda/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ requirements:
- "liblapack * *mkl"
- ${{ pin_compatible('numpy', upper_bound='x.x') }}
- if: not win
then: libxcrypt
then:
- libxcrypt
- {{ pin_compatible('mgis', max_pin='x.x') }} # this is not given a run_export in conda-forge
run_exports:
- ${{ pin_subpackage(name, upper_bound='x.x') }}
ignore_run_exports:
Expand Down

0 comments on commit 164016c

Please sign in to comment.