rpms/atlas/devel atlas.spec,1.33,1.34

Deji Akingunola deji at fedoraproject.org
Wed Feb 10 15:58:26 UTC 2010


Author: deji

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

Modified Files:
	atlas.spec 
Log Message:
* Wed Feb 10 2010 Deji Akingunola <dakingun at gmail.com> - 3.8.3-15
- Disable the problematic sparc patch
- Change lapack-devel BR to lapack-static, where liblapack_pic.a now resides.



Index: atlas.spec
===================================================================
RCS file: /cvs/pkgs/rpms/atlas/devel/atlas.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- atlas.spec	4 Feb 2010 01:01:47 -0000	1.33
+++ atlas.spec	10 Feb 2010 15:58:26 -0000	1.34
@@ -2,7 +2,7 @@
 
 Name:           atlas
 Version:        3.8.3
-Release:        14%{?dist}
+Release:        15%{?dist}
 Summary:        Automatically Tuned Linear Algebra Software
 
 Group:          System Environment/Libraries
@@ -18,7 +18,7 @@ Patch0:		atlas-fedora_shared.patch
 Patch1:         atlas-sparc-linux.patch  
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  gcc-gfortran lapack-devel
+BuildRequires:  gcc-gfortran lapack-static
 
 %description
 The ATLAS (Automatically Tuned Linear Algebra Software) project is an
@@ -45,7 +45,7 @@ Requires(posttans):	chkconfig
 Requires(preun):	chkconfig
 
 %description devel
-This package contains the static libraries and headers for development
+This package contains the libraries and headers for development
 with ATLAS (Automatically Tuned Linear Algebra Software).
 
 %define types base
@@ -75,7 +75,7 @@ Requires(posttans):	chkconfig
 Requires(preun):	chkconfig
 
 %description 3dnow-devel
-This package contains headers and shared and static versions of the ATLAS
+This package contains headers and shared versions of the ATLAS
 (Automatically Tuned Linear Algebra Software) libraries compiled with
 optimizations for the 3DNow extensions to the ix86 architecture.
 
@@ -98,7 +98,7 @@ Requires(posttans):	chkconfig
 Requires(preun):	chkconfig
 
 %description sse-devel
-This package contains headers and shared and static versions of the ATLAS
+This package contains headers and shared versions of the ATLAS
 (Automatically Tuned Linear Algebra Software) libraries compiled with
 optimizations for the SSE(1) extensions to the ix86 architecture.
 
@@ -107,8 +107,8 @@ Summary:        ATLAS libraries for SSE2
 Group:          System Environment/Libraries
 
 %description sse2
-This package contains the ATLAS (Automatically Tuned Linear Algebra
-Software) libraries compiled with optimizations for the SSE2
+This package contains ATLAS (Automatically Tuned Linear Algebra Software)
+shared libraries compiled with optimizations for the SSE2
 extensions to the ix86 architecture. Fedora also produces ATLAS build with
 SSE(1) and SSE3 extensions.
 
@@ -121,9 +121,9 @@ Requires(posttans):	chkconfig
 Requires(preun):	chkconfig
 
 %description sse2-devel
-This package contains shared and static versions of the ATLAS
-(Automatically Tuned Linear Algebra Software) libraries compiled with
-optimizations for the SSE2 extensions to the ix86 architecture.
+This package contains ATLAS (Automatically Tuned Linear Algebra Software)
+shared libraries compiled with optimizations for the SSE2 extensions to the 
+ix86 architecture.
 
 %package sse3
 Summary:        ATLAS libraries for SSE3 extensions
@@ -143,9 +143,8 @@ Requires(posttans):	chkconfig
 Requires(preun):	chkconfig
 
 %description sse3-devel
-This package contains shared and static versions of the ATLAS
-(Automatically Tuned Linear Algebra Software) libraries compiled with
-optimizations for the sse3 extensions to the ix86 architecture.
+This package contains ATLAS (Automatically Tuned Linear Algebra Software)
+shared libraries compiled with optimizations for the SSE3 extensions to the ix86 architecture.
 
 %endif
 %endif
@@ -397,6 +396,10 @@ fi
 %endif
 
 %changelog
+* Wed Feb 10 2010 Deji Akingunola <dakingun at gmail.com> - 3.8.3-15
+- Disable the problematic sparc patch
+- Change lapack-devel BR to lapack-static, where liblapack_pic.a now resides.
+
 * Wed Feb 03 2010 Dennis Gilmore <dennis at ausil.us> - 3.8.3-14
 - fix sparc build
 



More information about the scm-commits mailing list