From 572b6bbc52596fa733b2a3c3ceec0736698861c6 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Mon, 10 Feb 2014 21:36:36 -0700 Subject: [PATCH] Use tatlas for RHEL7+ --- arpack.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arpack.spec b/arpack.spec index 0b4ec9a..f86d00a 100644 --- a/arpack.spec +++ b/arpack.spec @@ -61,7 +61,7 @@ library and so links used for building arpack based applications. %build export F77=gfortran -%if 0%{?fedora} >= 21 +%if 0%{?fedora} >= 21 || 0%{?rhel} >= 7 %global atlaslib -L%{_libdir}/atlas -ltatlas %else %global atlaslib -L%{_libdir}/atlas -lf77blas -latlas