OpenBLAS: one of the patches is not needed starting version 0.2.20. (#4971)
This commit is contained in:
parent
739bb9e5b7
commit
f8dfb6a486
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ class Openblas(MakefilePackage):
|
|||
patch('make.patch', when='@0.2.16:')
|
||||
# This patch is in a pull request to OpenBLAS that has not been handled
|
||||
# https://github.com/xianyi/OpenBLAS/pull/915
|
||||
patch('openblas_icc.patch', when='%intel')
|
||||
# UPD: the patch has been merged starting version 0.2.20
|
||||
patch('openblas_icc.patch', when='@:0.2.19%intel')
|
||||
patch('openblas_icc_openmp.patch', when='%intel@16.0:')
|
||||
patch('openblas_icc_fortran.patch', when='%intel@16.0:')
|
||||
|
||||
|
|
Loading…
Reference in a new issue