File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Intel numpy-base is still needed for internal wheels CI, so we control its use with this optional toggle
2- {% set use_numpy_base = environ.get('USE_NUMPY_BASE', 'true').lower() == 'true' %}
3-
41package :
52 name : mkl_fft
63 version : {{ GIT_DESCRIBE_TAG }}
@@ -14,11 +11,7 @@ build:
1411 - WHEELS_OUTPUT_FOLDER
1512 ignore_run_exports :
1613 - blas
17- {% if use_numpy_base %}
18- - numpy-base
19- {% else %}
2014 - numpy
21- {% endif %}
2215
2316requirements :
2417 build :
@@ -31,21 +24,13 @@ requirements:
3124 - setuptools >=77
3225 - mkl-devel
3326 - cython
34- {% if use_numpy_base %}
35- - numpy-base
36- {% else %}
3727 - numpy
38- {% endif %}
3928 - wheel >=0.41.3
4029 run :
4130 - python
4231 - python-gil # [py>=314]
4332 - {{ pin_compatible('mkl') }}
44- {% if use_numpy_base %}
45- - numpy-base
46- {% else %}
4733 - numpy >=1.26.4
48- {% endif %}
4934
5035test :
5136 commands :
You can’t perform that action at this time.
0 commit comments