Rebuild with lapack 3.4.1

This commit is contained in:
Orion Poplawski 2012-09-07 13:59:55 -06:00
parent c842a31147
commit f16f534ed7
1 changed files with 4 additions and 1 deletions

View File

@ -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 <orion@nwra.com> - 3.8.4-7
- Rebuild with lapack 3.4.1
* Thu Aug 09 2012 Orion Poplawski <orion@nwra.com> - 3.8.4-6
- Add patch to properly pass -melf_* to the linker with -Wl (bug 817552)