Skip to content

Commit 5118b1d

Browse files
committed
add openmp as explicit conda package requirement
1 parent 1597f35 commit 5118b1d

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

conda-recipe-cf/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@ requirements:
2323
- python-gil # [py>=314]
2424
- pip
2525
- mkl-devel
26+
- openmp
2627
- cython
2728
- numpy
2829
- wheel >=0.41.3
2930
run:
3031
- python
3132
- python-gil # [py>=314]
3233
- {{ pin_compatible('mkl') }}
34+
- {{ pin_compatible('openmp') }}
3335
- numpy
3436

3537
test:

conda-recipe/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ requirements:
3333
- python-gil # [py>=314]
3434
- pip
3535
- mkl-devel
36+
- intel-openmp
3637
- cython
3738
{% if use_numpy_base %}
3839
- numpy-base
@@ -44,6 +45,7 @@ requirements:
4445
- python
4546
- python-gil # [py>=314]
4647
- {{ pin_compatible('mkl') }}
48+
- {{ pin_compatible('intel-openmp') }}
4749
{% if use_numpy_base %}
4850
- numpy-base
4951
{% else %}

0 commit comments

Comments
 (0)