make sparc build again

This commit is contained in:
Dennis Gilmore 2010-02-04 01:01:47 +00:00
parent d9b7c3f4a6
commit 6c07c07cde
2 changed files with 12 additions and 1 deletions

View File

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

View File

@ -1,3 +1,5 @@
6c13be94a87178e7582111c08e9503bc atlas3.8.3.tar.bz2 6c13be94a87178e7582111c08e9503bc atlas3.8.3.tar.bz2
676548252837b1e458181111443f340f PPRO32.tgz 676548252837b1e458181111443f340f PPRO32.tgz
3f174cdcb4c964843f27dbfc4ad4b1c8 K7323DNow.tgz 3f174cdcb4c964843f27dbfc4ad4b1c8 K7323DNow.tgz
ebb4732aff468bbc223e7f734252173b USII32.tgz
31f8ae7583d290e5414a1a61ff6e7e39 USII64.tgz