Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > fbc8e2d8cdc48faf6ef4976bbd57f315 > files > 1

atlas-3.6.0-2mdk.src.rpm

%define name	atlas
%define	version 3.6.0
%define release %mkrel 2

Summary:	Automatically Tuned Linear Algebra Software (ATLAS)
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	BSD like
Group:		Development/Other
URL:		http://www.netlib.org/atlas/
Source0:	%{name}%{version}.tar.bz2
Requires:	gcc, make, gcc-gfortran
Provides:	%{name}-%{version}
BuildRoot:	%{_tmppath}/%{name}-%{version}
Buildarch:	noarch

%description
The ATLAS (Automatically Tuned Linear Algebra Software) project is 
an ongoing research effort focusing on applying empirical techniques 
in order to provide portable performance. At present, it provides C 
and Fortran77 interfaces to a portably efficient BLAS implementation, 
as well as a few routines from LAPACK.

%prep
rm -rf ${buildroot}

%setup -q -n ATLAS

%install
mkdir -p %{buildroot}/usr/src/
cp -av $RPM_BUILD_DIR/ATLAS %{buildroot}/usr/src

%clean
rm -fr %{buildroot}

%files
%defattr(-,root,root) 
%dir /usr/src/ATLAS
/usr/src/ATLAS/*

%changelog
* Sat Jul 23 2005 Nicolas Lécureuil <neoclust@mandriva.org> 3.6.0-2mdk
- Fix buildrequires

* Mon Oct 25 2004 Lenny Cartier <lenny@mandrakesoft.com> 3.6.0-1mdk
- 3.6.0

* Wed Nov 05 2003 Lenny Cartier <lenny@mandrakesoft.com> 3.4.2-1mdk
- 3.4.2
- clean spec

* Mon Sep 02 2002 Lenny Cartier <lenny@mandrakesoft.com> 3.4.1-4mdk
- fix group (!)
- rebuild

* Wed Jul 24 2002 Antoine Ginies <aginies@mandrakesoft.com> 3.4.1-3mdk
- correct require to gcc-g77
* Tue Jul 23 2002 Antoine Ginies <aginies@mandrakesoft.com> 3.4.1-2mdk
- require g77
* Tue Jul 23 2002 Antoine Ginies <aginies@mandrakesoft.com> 3.4.1-1mdk
- atlas source package