rpms/atlas/devel atlas.spec,1.22,1.23

Deji Akingunola deji at fedoraproject.org
Sun May 3 12:58:04 UTC 2009


Author: deji

Update of /cvs/pkgs/rpms/atlas/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7614

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/devel/atlas.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- atlas.spec	22 Apr 2009 11:47:16 -0000	1.22
+++ atlas.spec	3 May 2009 12:57:33 -0000	1.23
@@ -2,7 +2,7 @@
 
 Name:           atlas
 Version:        3.8.3
-Release:        3%{?dist}.1
+Release:        4%{?dist}
 Summary:        Automatically Tuned Linear Algebra Software
 
 Group:          System Environment/Libraries
@@ -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,9 @@ 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
 




More information about the scm-commits mailing list