rpms/numpy/EL-5 numpy.spec,1.17,1.18

Jon Ciesla limb at fedoraproject.org
Thu Apr 2 18:03:50 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/numpy/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14352

Modified Files:
	numpy.spec 
Log Message:
Build against atlas instead of blas. BZ 461472.



Index: numpy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/EL-5/numpy.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- numpy.spec	7 May 2008 15:28:55 -0000	1.17
+++ numpy.spec	2 Apr 2009 18:03:20 -0000	1.18
@@ -4,7 +4,7 @@
 
 Name:           numpy
 Version:        1.0.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A fast multidimensional array facility for Python
 
 Group:          Development/Languages
@@ -15,7 +15,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel python-setuptools gcc-gfortran
-BuildRequires:  blas-devel lapack-devel
+BuildRequires:  atlas lapack-devel
 
 Provides:       f2py
 Obsoletes:      f2py <= 2.45.241_1927
@@ -73,6 +73,9 @@
 %{python_sitearch}/%{name}
 
 %changelog
+* Thu Apr 02 2009 Jon Ciesla <limb at jcomserv.net> 1.0.4-2
+- Build against atlas instead of blas. BZ 461472.
+
 * Tue May 06 2008 Jarod Wilson <jwilson at redhat.com> 1.0.4-1
 - New upstream release
 




More information about the scm-commits mailing list