Skip to content

Commit 188c193

Browse files
committed
update conda-forge conda recipe
1 parent e47438a commit 188c193

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

conda-recipe-cf/meta.yaml

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,35 @@
1-
{% set version = "1.4.0dev1" %}
2-
{% set buildnumber = 0 %}
3-
41
package:
52
name: mkl_random
6-
version: {{ version }}
3+
version: {{ GIT_DESCRIBE_TAG }}
74

85
source:
96
path: ..
107

118
build:
12-
number: {{buildnumber}}
9+
number: {{ GIT_DESCRIBE_NUMBER }}
10+
script_env:
11+
- WHEELS_OUTPUT_FOLDER
1312
ignore_run_exports:
1413
- blas
1514

1615
requirements:
1716
build:
1817
- {{ compiler('c') }}
1918
- {{ compiler('cxx') }}
19+
- {{ stdlib('c') }}
2020
host:
2121
- python
22+
- python-gil # [py>=314]
2223
- setuptools >=77
2324
- mkl-devel
2425
- cython
2526
- numpy
2627
- pip
28+
- wheel >=0.41.3
2729
run:
2830
- python
29-
- numpy
31+
- python-gil [py>=314]
32+
- {{ pin_compatible('numpy', min_pin="x.x", max_pin="x") }}
3033
- {{ pin_compatible('mkl', min_pin="x.x", max_pin="x") }}
3134

3235
test:
@@ -43,3 +46,12 @@ about:
4346
license: BSD-3-Clause
4447
license_file: LICENSE.txt
4548
summary: NumPy-based implementation of random number generation sampling using Intel (R) Math Kernel Library, mirroring numpy.random, but exposing all choices of sampling algorithms available in MKL.
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/>

0 commit comments

Comments
 (0)