Skip to content

Commit b731ad3

Browse files
committed
pin llvm-openmp >=22.1.8,<23 via conda_build_config.yaml on osx
1 parent 67582e5 commit b731ad3

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

recipe_rattler/conda_build_config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ openmpi:
2424
- 4.*
2525
libxc-c:
2626
- 7.1.* cpu*
27+
llvm-openmp:
28+
- ">=22.1.8,<23" # [osx]
2729
scalapack:
2830
- disabled # [not linux]
2931
- disabled # [linux]

recipe_rattler/recipe.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ requirements:
7676
- simple-dftd3
7777
- dftd4
7878
- if: osx
79-
then: llvm-openmp ==22.1.8
80-
- if: osx
81-
then: libcxx ==22.1.8
79+
then: llvm-openmp
8280
host:
8381
- blas * *openblas
8482
- hdf5
@@ -96,9 +94,7 @@ requirements:
9694
- if: scalapack != "disabled"
9795
then: scalapack
9896
- if: osx
99-
then: llvm-openmp ==22.1.8
100-
- if: osx
101-
then: libcxx ==22.1.8
97+
then: llvm-openmp
10298
run:
10399
- hdf5
104100
- libcint

0 commit comments

Comments
 (0)