rpms/atlas/devel atlas.spec,1.32,1.33 sources,1.6,1.7

Dennis Gilmore ausil at fedoraproject.org
Thu Feb 4 01:01:47 UTC 2010


Author: ausil

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

Modified Files:
	atlas.spec sources 
Log Message:
make sparc build again



Index: atlas.spec
===================================================================
RCS file: /cvs/pkgs/rpms/atlas/devel/atlas.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- atlas.spec	29 Jan 2010 17:02:02 -0000	1.32
+++ atlas.spec	4 Feb 2010 01:01:47 -0000	1.33
@@ -2,7 +2,7 @@
 
 Name:           atlas
 Version:        3.8.3
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        Automatically Tuned Linear Algebra Software
 
 Group:          System Environment/Libraries
@@ -12,7 +12,10 @@ Source0:        http://downloads.sourcef
 Source1:        PPRO32.tgz
 Source2:        K7323DNow.tgz
 Source3:        README.Fedora
+Source4:        USII64.tgz                                              
+Source5:        USII32.tgz                                              
 Patch0:		atlas-fedora_shared.patch
+Patch1:         atlas-sparc-linux.patch  
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gcc-gfortran lapack-devel
@@ -150,9 +153,12 @@ optimizations for the sse3 extensions to
 %prep
 %setup -q -n ATLAS
 %patch0 -p0 -b .shared
+%patch1 -p1 -b .sparc
 cp %{SOURCE1} CONFIG/ARCHS/
 cp %{SOURCE2} CONFIG/ARCHS/
 cp %{SOURCE3} doc
+cp %{SOURCE4} CONFIG/ARCHS/
+cp %{SOURCE5} CONFIG/ARCHS/
 
 %build
 for type in %{types}; do
@@ -391,6 +397,9 @@ fi
 %endif
 
 %changelog
+* Wed Feb 03 2010 Dennis Gilmore <dennis at ausil.us> - 3.8.3-14
+- fix sparc build
+
 * Fri Jan 29 2010 Deji Akingunola <dakingun at gmail.com> - 3.8.3-13
 - Remove static libraries.
 - Fix typo in SSE3 subpackage's summary.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/atlas/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	27 Sep 2009 01:04:34 -0000	1.6
+++ sources	4 Feb 2010 01:01:47 -0000	1.7
@@ -1,3 +1,5 @@
 6c13be94a87178e7582111c08e9503bc  atlas3.8.3.tar.bz2
 676548252837b1e458181111443f340f  PPRO32.tgz
 3f174cdcb4c964843f27dbfc4ad4b1c8  K7323DNow.tgz
+ebb4732aff468bbc223e7f734252173b  USII32.tgz
+31f8ae7583d290e5414a1a61ff6e7e39  USII64.tgz



More information about the scm-commits mailing list