Patch openblas Makefile only when version >= 0.2.16. (#3170)

This commit is contained in:
健美猫 2017-02-18 04:03:43 +08:00 committed by Todd Gamblin
parent 38dd01f6b5
commit 1de2c53935

View file

@ -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')