rpms/atlas/F-11 atlas.spec,1.21,1.22

Deji Akingunola deji at fedoraproject.org
Sun May 3 13:02:32 UTC 2009


Author: deji

Update of /cvs/pkgs/rpms/atlas/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8420

Modified Files:
	atlas.spec 
Log Message:
* Sat May 02 2009 Deji Akingunola <dakingun at gmail.com> - 3.8.3-4
- Use the right -msse* option for the -sse* subpackages (Fedora bug #498715)



Index: atlas.spec
===================================================================
RCS file: /cvs/pkgs/rpms/atlas/F-11/atlas.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- atlas.spec	27 Feb 2009 18:24:52 -0000	1.21
+++ atlas.spec	3 May 2009 13:02:01 -0000	1.22
@@ -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
 %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 <dakingun at gmail.com> - 3.8.3-4
+- Use the right -msse* option for the -sse* subpackages (Fedora bug #498715)
+
+* Tue Apr 21 2009 Karsten Hopp <karsten at redhat.com> 3.8.3-3.1
+- add s390x to 64 bit archs
+
 * Fri Feb 27 2009 Deji Akingunola <dakingun at gmail.com> - 3.8.3-3
 - Rebuild
 




More information about the scm-commits mailing list