From b2ee5b9b8ace546076bd18b006008d916e08d983 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Jun 04 2007 19:48:07 +0000 Subject: Try to enable ppc64 builds --- diff --git a/atlas.spec b/atlas.spec index e704f80..8ea2e75 100644 --- a/atlas.spec +++ b/atlas.spec @@ -1,6 +1,6 @@ Name: atlas Version: 3.6.0 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Automatically Tuned Linear Algebra Software Group: System Environment/Libraries @@ -110,7 +110,7 @@ optimizations for the 3DNow extensions to the ix86 architecture. %endif -%ifarch ppc +%ifarch ppc ppc64 %define archt powerpc %define types base altivec @@ -417,7 +417,7 @@ rm -rf $RPM_BUILD_ROOT %postun -n atlas-3dnow -p /sbin/ldconfig %endif -%ifarch ppc +%ifarch ppc ppc64 %post -n atlas-altivec -p /sbin/ldconfig @@ -511,7 +511,7 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/atlas %endif -%ifarch ppc +%ifarch ppc ppc64 %files altivec %defattr(-,root,root,-) @@ -533,6 +533,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Mon Jun 4 2007 Orion Poplawski 3.6.0-12 +- Rebuild for ppc64 + * Fri Sep 8 2006 Quentin Spencer 3.6.0-11 - Rebuild for FC6. - Remove outdated comments from spec file.