You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: conda-recipe/meta.yaml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ source:
10
10
11
11
build:
12
12
number: {{ buildnumber }}
13
+
script_env:
14
+
- WHEELS_OUTPUT_FOLDER
13
15
ignore_run_exports:
14
16
- blas
15
17
@@ -30,6 +32,7 @@ requirements:
30
32
- mkl-devel
31
33
- tbb-devel
32
34
- numpy-base
35
+
- wheel >=0.41.3
33
36
run:
34
37
- python
35
38
- {{ pin_compatible('intel-cmplr-lib-rt') }}
@@ -52,3 +55,12 @@ about:
52
55
license: BSD-3
53
56
license_file: LICENSE.txt
54
57
summary: Universal functions for real and complex floating point arrays powered by Intel(R) Math Kernel Library Vector (Intel(R) MKL) and Intel(R) Short Vector Math Library (Intel(R) SVML)
58
+
description: |
59
+
<strong>LEGAL NOTICE: Use of this software package is subject to the
60
+
software license agreement (as set forth above, in the license section of
61
+
the installed Conda package and/or the README file) and all notices,
62
+
disclaimers or license terms for third party or open source software
0 commit comments