disable openblas intel openmp patch for versions > 0.2.20, fixed upstream (#8638)

This commit is contained in:
becker33 2018-07-03 14:25:12 -07:00 committed by Adam J. Stewart
parent 9a60698ef8
commit aab5488154

View file

@ -78,7 +78,7 @@ class Openblas(MakefilePackage):
# https://github.com/xianyi/OpenBLAS/pull/915 # https://github.com/xianyi/OpenBLAS/pull/915
# UPD: the patch has been merged starting version 0.2.20 # UPD: the patch has been merged starting version 0.2.20
patch('openblas_icc.patch', when='@:0.2.19%intel') patch('openblas_icc.patch', when='@:0.2.19%intel')
patch('openblas_icc_openmp.patch', when='%intel@16.0:') patch('openblas_icc_openmp.patch', when='@:0.2.20%intel@16.0:')
patch('openblas_icc_fortran.patch', when='%intel@16.0:') patch('openblas_icc_fortran.patch', when='%intel@16.0:')
patch('openblas_icc_fortran2.patch', when='%intel@18.0:') patch('openblas_icc_fortran2.patch', when='%intel@18.0:')