diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2017-11-06 14:03:18 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2017-11-06 14:40:24 +0100 |
commit | 4637704745849cf60ab951f941d5b81fd6fe55dc (patch) | |
tree | 1b52b7ec76676c1f7356377b5e1d6fec5c07c6fa /python | |
parent | 1642ceef7cb622e530b30232536b31bb43ac7ed9 (diff) | |
download | astra-4637704745849cf60ab951f941d5b81fd6fe55dc.tar.gz astra-4637704745849cf60ab951f941d5b81fd6fe55dc.tar.bz2 astra-4637704745849cf60ab951f941d5b81fd6fe55dc.tar.xz astra-4637704745849cf60ab951f941d5b81fd6fe55dc.zip |
Add workaround for apparently broken mkl/win-64 conda package
Diffstat (limited to 'python')
-rw-r--r-- | python/conda/astra-toolbox/meta.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/conda/astra-toolbox/meta.yaml b/python/conda/astra-toolbox/meta.yaml index f3a39be..2b25c44 100644 --- a/python/conda/astra-toolbox/meta.yaml +++ b/python/conda/astra-toolbox/meta.yaml @@ -17,6 +17,8 @@ test: requires: # To avoid large downloads just for testing after build phase - nomkl # [not win] + # import scipy.sparse.linalg fails with mkl-2017.0.4 on Windows + - mkl !=2017.0.4 # [win] requirements: build: |