1 parent 67582e5 commit b731ad3Copy full SHA for b731ad3
2 files changed
recipe_rattler/conda_build_config.yaml
@@ -24,6 +24,8 @@ openmpi:
24
- 4.*
25
libxc-c:
26
- 7.1.* cpu*
27
+llvm-openmp:
28
+ - ">=22.1.8,<23" # [osx]
29
scalapack:
30
- disabled # [not linux]
31
- disabled # [linux]
recipe_rattler/recipe.yaml
@@ -76,9 +76,7 @@ requirements:
76
- simple-dftd3
77
- dftd4
78
- if: osx
79
- then: llvm-openmp ==22.1.8
80
- - if: osx
81
- then: libcxx ==22.1.8
+ then: llvm-openmp
82
host:
83
- blas * *openblas
84
- hdf5
@@ -96,9 +94,7 @@ requirements:
96
94
- if: scalapack != "disabled"
97
95
then: scalapack
98
99
100
101
102
run:
103
104
- libcint
0 commit comments