Skip to content

Commit f3944b2

Browse files
authored
Update meta.yaml
MKL back in main build path; comment out locally if MKL errors are encountered
1 parent d83f278 commit f3944b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda.recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ app:
2020

2121
requirements:
2222
build:
23-
- nomkl
23+
# - nomkl # in case MKL is broken on Linux
2424
- numpy
2525
- python
2626
- setuptools
2727
run:
2828
- dill
2929
- matplotlib
30-
- nomkl
30+
# - nomkl # in case MKL is broken on Linux
3131
- numba
3232
- numpy
3333
- progressbar >=2.3

0 commit comments

Comments
 (0)