Patch openblas Makefile only when version >= 0.2.16. (#3170)
This commit is contained in:
parent
38dd01f6b5
commit
1de2c53935
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class Openblas(MakefilePackage):
|
|||
provides('blas')
|
||||
provides('lapack')
|
||||
|
||||
patch('make.patch')
|
||||
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')
|
||||
|
|
Loading…
Reference in a new issue