File tree Expand file tree Collapse file tree 7 files changed +21
-15
lines changed Expand file tree Collapse file tree 7 files changed +21
-15
lines changed Original file line number Diff line number Diff line change 50
50
architecture : x64
51
51
52
52
- name : Checkout repo
53
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
53
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
54
54
with :
55
55
fetch-depth : 0
56
56
Original file line number Diff line number Diff line change 31
31
run : |
32
32
sudo apt-get install jq
33
33
34
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
35
35
with :
36
36
fetch-depth : 0
37
37
Original file line number Diff line number Diff line change 37
37
with :
38
38
access_token : ${{ github.token }}
39
39
40
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
41
41
with :
42
42
fetch-depth : 0
43
43
@@ -174,7 +174,7 @@ jobs:
174
174
with :
175
175
access_token : ${{ github.token }}
176
176
177
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
177
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
178
178
with :
179
179
fetch-depth : 0
180
180
Original file line number Diff line number Diff line change 27
27
with :
28
28
access_token : ${{ github.token }}
29
29
30
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
31
31
with :
32
32
fetch-depth : 0
33
33
@@ -168,7 +168,7 @@ jobs:
168
168
with :
169
169
access_token : ${{ github.token }}
170
170
171
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
171
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
172
172
with :
173
173
fetch-depth : 0
174
174
Original file line number Diff line number Diff line change 34
34
35
35
steps :
36
36
- name : " Checkout code"
37
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
38
38
with :
39
39
persist-credentials : false
40
40
69
69
70
70
# Upload the results to GitHub's code scanning dashboard.
71
71
- name : " Upload to code-scanning"
72
- uses : github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
72
+ uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
73
73
with :
74
74
sarif_file : results.sarif
Original file line number Diff line number Diff line change 13
13
timeout-minutes : 30
14
14
steps :
15
15
- name : Checkout repo
16
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17
17
18
18
- name : Set up python
19
19
uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
Original file line number Diff line number Diff line change 1
- {% set version = "2.1.0dev0" %}
2
- {% set buildnumber = 0 %}
3
-
4
1
package :
5
2
name : mkl_fft
6
- version : {{ version }}
3
+ version : {{ GIT_DESCRIBE_TAG }}
7
4
8
5
source :
9
6
path : ../
10
7
11
8
build :
12
- number : {{ buildnumber }}
9
+ number : {{ GIT_DESCRIBE_NUMBER }}
13
10
script_env :
14
11
- WHEELS_OUTPUT_FOLDER
15
12
ignore_run_exports :
@@ -50,4 +47,13 @@ about:
50
47
home : http://github.com/IntelPython/mkl_fft
51
48
license : BSD-3-Clause
52
49
license_file : LICENSE.txt
53
- summary : NumPy-based implementation of Fast Fourier Transform using Intel® oneAPI Math Kernel Library (OneMKL)
50
+ summary : NumPy-based implementation of Fast Fourier Transform using Intel® oneAPI Math Kernel Library (oneMKL)
51
+ description : |
52
+ <strong>LEGAL NOTICE: Use of this software package is subject to the
53
+ software license agreement (as set forth above, in the license section of
54
+ the installed Conda package and/or the README file) and all notices,
55
+ disclaimers or license terms for third party or open source software
56
+ included in or with the software.</strong>
57
+ <br/><br/>
58
+ EULA: <a href="https://opensource.org/licenses/BSD-3-Clause" target="_blank">BSD-3-Clause</a>
59
+ <br/><br/>
You can’t perform that action at this time.
0 commit comments