File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -203,9 +203,6 @@ jobs:
203203 ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-python-${{ matrix.python }}-
204204 ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-
205205
206- - name : Setup MSVC
207- uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
208-
209206 - name : Build conda package with NumPy 2.x
210207 run : |
211208 conda activate
Original file line number Diff line number Diff line change @@ -194,9 +194,6 @@ jobs:
194194 ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-python-${{ matrix.python }}-
195195 ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-
196196
197- - name : Setup MSVC
198- uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
199-
200197 - name : Build conda package
201198 run : |
202199 conda activate
Original file line number Diff line number Diff line change 1- {% set version = "2.2.0dev1" %}
2- {% set buildnumber = 0 %}
3-
41package :
52 name : mkl_fft
6- version : {{ version }}
3+ version : {{ GIT_DESCRIBE_TAG }}
74
85source :
96 path : ../
107
118build :
12- number : {{ buildnumber }}
9+ number : {{ GIT_DESCRIBE_NUMBER }}
10+ script_env :
11+ - WHEELS_OUTPUT_FOLDER
1312 ignore_run_exports :
1413 - blas
1514
1615requirements :
1716 build :
1817 - {{ compiler('c') }}
18+ - {{ stdlib('c') }}
1919 host :
2020 - python
21+ - python-gil # [py>=314]
22+ - pip
2123 - setuptools >=77
2224 - mkl-devel
2325 - cython
2426 - numpy
27+ - wheel >=0.41.3
2528 run :
2629 - python
30+ - python-gil # [py>=314]
2731 - mkl-service
2832 - numpy
2933
@@ -36,11 +40,18 @@ test:
3640 imports :
3741 - mkl_fft
3842 - mkl_fft.interfaces
39- - mkl_fft.interfaces.numpy_fft
40- - mkl_fft.interfaces.scipy_fft
4143
4244about :
4345 home : http://github.com/IntelPython/mkl_fft
4446 license : BSD-3-Clause
4547 license_file : LICENSE.txt
46- summary : NumPy-based implementation of Fast Fourier Transform using Intel® oneAPI Math Kernel Library (OneMKL)
48+ summary : NumPy-based implementation of Fast Fourier Transform using Intel® oneAPI Math Kernel Library (oneMKL)
49+ description : |
50+ <strong>LEGAL NOTICE: Use of this software package is subject to the
51+ software license agreement (as set forth above, in the license section of
52+ the installed Conda package and/or the README file) and all notices,
53+ disclaimers or license terms for third party or open source software
54+ included in or with the software.</strong>
55+ <br/><br/>
56+ EULA: <a href="https://opensource.org/licenses/BSD-3-Clause" target="_blank">BSD-3-Clause</a>
57+ <br/><br/>
You can’t perform that action at this time.
0 commit comments