From 834c71fa3eda9dc48bed080551407d434c6e6ecd Mon Sep 17 00:00:00 2001 From: Deji Akingunola Date: May 03 2009 13:02:01 +0000 Subject: - Use the right -msse* option for the -sse* subpackages (Fedora bug #498715) --- diff --git a/atlas.spec b/atlas.spec index 2289b0a..c550772 100644 --- a/atlas.spec +++ b/atlas.spec @@ -2,7 +2,7 @@ Name: atlas Version: 3.8.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Automatically Tuned Linear Algebra Software Group: System Environment/Libraries @@ -121,7 +121,7 @@ optimizations for the sse3 extensions to the ix86 architecture. %endif %endif -%ifarch x86_64 ppc64 +%ifarch x86_64 ppc64 s390x %define mode 64 %else %define mode 32 @@ -150,9 +150,11 @@ for type in %{types}; do if [ "$type" = "sse" ]; then sed -i 's#ARCH =.*#ARCH = PIII32SSE1#' Make.inc sed -i 's#-DATL_SSE3 -DATL_SSE2##' Make.inc + sed -i 's#-msse3#-msse#' Make.inc elif [ "$type" = "sse2" ]; then sed -i 's#ARCH =.*#ARCH = P432SSE2#' Make.inc sed -i 's#-DATL_SSE3##' Make.inc + sed -i 's#-msse3#-msse2#' Make.inc elif [ "$type" = "sse3" ]; then sed -i 's#ARCH =.*#ARCH = P4E32SSE3#' Make.inc fi @@ -279,6 +281,12 @@ rm -rf %{buildroot} %endif %changelog +* Sat May 02 2009 Deji Akingunola - 3.8.3-4 +- Use the right -msse* option for the -sse* subpackages (Fedora bug #498715) + +* Tue Apr 21 2009 Karsten Hopp 3.8.3-3.1 +- add s390x to 64 bit archs + * Fri Feb 27 2009 Deji Akingunola - 3.8.3-3 - Rebuild