OpenBLAS: one of the patches is not needed starting version 0.2.20. (#4971)

This commit is contained in:
Sergey Kosukhin 2017-08-04 16:34:58 +02:00 committed by Adam J. Stewart
parent 739bb9e5b7
commit f8dfb6a486

View file

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