rpms/atlas/devel atlas.spec,1.5,1.6

Quentin Spencer (qspencer) fedora-extras-commits at redhat.com
Mon Feb 13 17:34:36 UTC 2006


Author: qspencer

Update of /cvs/extras/rpms/atlas/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14926

Modified Files:
	atlas.spec 
Log Message:
Rebuild for FE5. Fix executable stack bug.



Index: atlas.spec
===================================================================
RCS file: /cvs/extras/rpms/atlas/devel/atlas.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- atlas.spec	19 Dec 2005 18:10:30 -0000	1.5
+++ atlas.spec	13 Feb 2006 17:34:35 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           atlas
 Version:        3.6.0
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Automatically Tuned Linear Algebra Software
 
 Group:          System Environment/Libraries
@@ -242,7 +242,7 @@
 
   cat ${BUILD_DATA_DIR}/build.uu | uudecode | zcat - | \
 	sed -e s/g77/gfortran/ -e s/-DAdd__/-DAdd_/ | debian/ab topdir=`pwd` \
-	carch=$BUILD_DIR debug= | bash -x -e
+	carch=$BUILD_DIR fpic="-Wa,--noexecstack" debug= | bash -x -e
   mv lib/$BUILD_DIR/liblapack.a lib/$BUILD_DIR/liblapack_atlas.a
 
   # Create replacement for BLAS and LAPACK Libraries
@@ -289,7 +289,7 @@
 
   cat ${BUILD_DATA_DIR}/build.uu | uudecode | zcat - | \
 	sed -e s/g77/gfortran/ -e s/-DAdd__/-DAdd_/ | debian/ab topdir=`pwd` \
-	carch=$BUILD_DIR fpic="-fPIC" debug= | bash -x -e
+	carch=$BUILD_DIR fpic="-Wa,--noexecstack -fPIC" debug= | bash -x -e
   mv lib/$BUILD_DIR/liblapack.a lib/$BUILD_DIR/liblapack_atlas.a
 
   mkdir tmp
@@ -537,6 +537,11 @@
 %endif
 
 %changelog
+* Mon Feb 13 2006 Quentin Spencer <qspencer at users.sourceforge.net> 3.6.0-10
+- Rebuild for Fedora Extras 5.
+- Add --noexecstack to compilation of assembly kernels. These were
+  previously marked executable, which caused problems with selinux.
+
 * Mon Dec 19 2005 Quentin Spencer <qspencer at users.sourceforge.net> 3.6.0-9
 - Rebuild for gcc 4.1.
 




More information about the fedora-extras-commits mailing list