Skip to content

Commit 3604afc

Browse files
authored
Align wheels build logic with internal CI (#96)
1 parent a4e441c commit 3604afc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

conda-recipe/meta.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ source:
1010

1111
build:
1212
number: {{ buildnumber }}
13+
script_env:
14+
- WHEELS_OUTPUT_FOLDER
1315
ignore_run_exports:
1416
- blas
1517

@@ -30,6 +32,7 @@ requirements:
3032
- mkl-devel
3133
- tbb-devel
3234
- numpy-base
35+
- wheel >=0.41.3
3336
run:
3437
- python
3538
- {{ pin_compatible('intel-cmplr-lib-rt') }}
@@ -52,3 +55,12 @@ about:
5255
license: BSD-3
5356
license_file: LICENSE.txt
5457
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
63+
included in or with the software.</strong>
64+
<br/><br/>
65+
EULA: <a href="https://opensource.org/licenses/BSD-3-Clause" target="_blank">BSD-3-Clause</a>
66+
<br/><br/>

0 commit comments

Comments
 (0)