rpms/numpy/EL-5 numpy.spec,1.13,1.14

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Sun Mar 25 02:25:42 UTC 2007


Author: jwilson

Update of /cvs/extras/rpms/numpy/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32393

Modified Files:
	numpy.spec 
Log Message:
Build for EL5 w/o atlas


Index: numpy.spec
===================================================================
RCS file: /cvs/extras/rpms/numpy/EL-5/numpy.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- numpy.spec	4 Jan 2007 19:45:57 -0000	1.13
+++ numpy.spec	25 Mar 2007 02:25:09 -0000	1.14
@@ -4,7 +4,7 @@
 
 Name:           numpy
 Version:        1.0.1
-Release:        2%{?dist}
+Release:        2.1%{?dist}
 Summary:        A fast multidimensional array facility for Python
 
 Group:          Development/Languages
@@ -15,7 +15,8 @@
 Patch1:         numpy-1.0-gfortran.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  python-devel atlas-devel blas-devel lapack-devel python-setuptools gcc-gfortran
+BuildRequires:  python-devel python-setuptools gcc-fortran
+BuildRequires:  blas-devel lapack-devel
 
 Provides:       f2py
 Obsoletes:      f2py <= 2.45.241_1927
@@ -74,6 +75,9 @@
 %{python_sitearch}/%{name}
 
 %changelog
+* Sat Mar 24 2007 Jarod Wilson <jwilson at redhat.com> 1.0.1-2.1
+- Build for EL5 w/o atlas
+
 * Thu Jan 04 2007 Jarod Wilson <jwilson at redhat.com> 1.0.1-2
 - Per discussion w/Jose Matos, Obsolete/Provide f2py, as the
   stand-alone one is no longer supported/maintained upstream




More information about the fedora-extras-commits mailing list