Skip to content

Commit 0ded60e

Browse files
committed
Another attempt
1 parent a6b51f0 commit 0ded60e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

conda_build_config.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
blas_impl:
2+
- mkl
3+
openmp_impl:
4+
- llvm-openmp
15
python:
26
- 3.8
37
- 3.9
@@ -14,6 +18,4 @@ numpy:
1418
- 2.1
1519
zip_keys:
1620
- python
17-
- numpy
18-
blas_impl:
19-
- openblas
21+
- numpy

meta.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,22 @@ requirements:
2323
- numpy
2424
- scipy
2525
- {{ blas_impl }}
26+
- {{ openmp_impl }}
2627

2728
run:
2829
- python
2930
- numpy
3031
- scipy
3132
- tqdm
3233
- {{ blas_impl }}
34+
- {{ openmp_impl }}
3335

3436
test:
3537
requires:
3638
- numpy
3739
- scipy
3840
- {{ blas_impl }}
41+
- {{ openmp_impl }}
3942
- setuptools
4043
- pytest
4144
source_files:

0 commit comments

Comments
 (0)