From 576efdace506c99fbc9d43f1d0b13922b8b1373c Mon Sep 17 00:00:00 2001 From: Frantisek Kluknavsky Date: Feb 06 2013 09:53:40 +0000 Subject: Rebase to 3.10.0 - Dropped x86_64-SSE2, ix86-SSE1, ix86-3DNow (uncompilable). - Unbundled Lapack. - Added subpackage static. - Disabled incompatible patches. - Modified makefile to include build-id. - Disabled cpu throttling detection again (sorry, could not work on atlas otherwise, feel free to enable yet again - atlas-throttling.patch). - Removed mentions of "Fedora" to promote redistribution. - Modified parts of atlas.spec left in place, work still in progress, cleanup needed. --- diff --git a/atlas.spec b/atlas.spec index f81f443..2482e40 100644 --- a/atlas.spec +++ b/atlas.spec @@ -253,6 +253,18 @@ This package contains headers and shared versions of the ATLAS (Automatically Tuned Linear Algebra Software) libraries compiled with optimizations for the z196 architecture. +%package z196-static +Summary: Static libraries for ATLAS +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} +Requires(posttrans): chkconfig +Requires(preun): chkconfig + +%description z196-static +This package contains static version of ATLAS (Automatically Tuned +Linear Algebra Software) for the z196 architecture. + + %package z10 Summary: ATLAS libraries for z10 Group: System Environment/Libraries @@ -274,6 +286,18 @@ This package contains headers and shared versions of the ATLAS (Automatically Tuned Linear Algebra Software) libraries compiled with optimizations for the z10 architecture. +%package z10-static +Summary: Static libraries for ATLAS +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} +Requires(posttrans): chkconfig +Requires(preun): chkconfig + +%description z10-static +This package contains static version of ATLAS (Automatically Tuned +Linear Algebra Software) for the z10 architecture. + + %endif %endif