From f16f534ed76743d859ebf4728e08c9b1af6a63bb Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Fri, 7 Sep 2012 13:59:55 -0600 Subject: [PATCH] Rebuild with lapack 3.4.1 --- atlas.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/atlas.spec b/atlas.spec index 216b12c..4fd9f87 100644 --- a/atlas.spec +++ b/atlas.spec @@ -5,7 +5,7 @@ Version: 3.8.4 %if "%{?enable_native_atlas}" != "0" %define dist .native %endif -Release: 6%{?dist} +Release: 7%{?dist} Summary: Automatically Tuned Linear Algebra Software Group: System Environment/Libraries @@ -667,6 +667,9 @@ fi %endif %changelog +* Fri Sep 07 2012 Orion Poplawski - 3.8.4-7 +- Rebuild with lapack 3.4.1 + * Thu Aug 09 2012 Orion Poplawski - 3.8.4-6 - Add patch to properly pass -melf_* to the linker with -Wl (bug 817552)