The lapack-0.3.9-xerbl patch is no longer needed (#17217)

The lapack-0.3.9-xerbl patch is not needed for versions 0.3.10 and
above.
This commit is contained in:
Glenn Johnson 2020-06-24 22:12:48 -05:00 committed by GitHub
parent bed11a5a54
commit 7717532d14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ class Openblas(MakefilePackage):
patch('openblas_icc_fortran.patch', when='%intel@16.0:')
patch('openblas_icc_fortran2.patch', when='%intel@18.0:')
# See https://github.com/spack/spack/issues/15385
patch('lapack-0.3.9-xerbl.patch', when='@0.3.8: %intel')
patch('lapack-0.3.9-xerbl.patch', when='@0.3.8:0.3.9 %intel')
# Fixes compilation error on POWER8 with GCC 7
# https://github.com/xianyi/OpenBLAS/pull/1098