Skip to content

Commit 23ce304

Browse files
authored
Merge pull request #265 from xhochy/llvm-openmp
2 parents 8bb0be3 + b124302 commit 23ce304

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

recipe/meta.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ source:
1010
sha256: cd2aac2b566c7e740d34aabb4737864c74ba33c29aad7101fbf1bab2931c02dc
1111

1212
build:
13-
number: 0
13+
number: 1
1414
skip: true # [py<39]
1515

1616
requirements:
@@ -40,6 +40,9 @@ requirements:
4040
- scipy >=1.8 # [aarch64]
4141
- joblib >=1.2.0
4242
- threadpoolctl >=3.1.0
43+
# See https://github.com/conda-forge/openmp-feedstock/issues/126
44+
- llvm-openmp # [osx]
45+
- libgomp # [linux]
4346
run:
4447
- python
4548
- scipy

0 commit comments

Comments
 (0)