rpms/numpy/devel numpy.spec,1.27,1.28

Deji Akingunola deji at fedoraproject.org
Tue Dec 16 05:26:05 UTC 2008


Author: deji

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

Modified Files:
	numpy.spec 
Log Message:
* Mon Dec 15 2008 Deji Akingunola <dakingun at gmail.com> - 1.2.0-3
- Rebuild for atlas-3.8.2



Index: numpy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/devel/numpy.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- numpy.spec	29 Nov 2008 16:55:44 -0000	1.27
+++ numpy.spec	16 Dec 2008 05:25:34 -0000	1.28
@@ -4,7 +4,7 @@
 
 Name:           numpy
 Version:        1.2.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A fast multidimensional array facility for Python
 
 Group:          Development/Languages
@@ -14,7 +14,7 @@
 Patch0:         numpy-1.0.1-f2py.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  python-devel lapack-devel python-setuptools gcc-gfortran atlas python-nose
+BuildRequires:  python-devel lapack-devel python-setuptools gcc-gfortran atlas-devel python-nose
 Requires:	python-nose
 
 Provides:       f2py
@@ -37,7 +37,7 @@
 %patch0 -p1 -b .f2py
 
 %build
-env ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \
+env ATLAS=%{_libdir}/atlas FFTW=%{_libdir} BLAS=%{_libdir} \
     LAPACK=%{_libdir} CFLAGS="$RPM_OPT_FLAGS" \
     %{__python} setup.py build
 
@@ -45,7 +45,7 @@
 rm -rf $RPM_BUILD_ROOT
 #%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 # skip-build currently broken, this works around it for now
-env ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \
+env ATLAS=%{_libdir}/atlas FFTW=%{_libdir} BLAS=%{_libdir} \
     LAPACK=%{_libdir} CFLAGS="$RPM_OPT_FLAGS" \
     %{__python} setup.py install --root $RPM_BUILD_ROOT
 rm -rf docs-f2py ; mv $RPM_BUILD_ROOT%{python_sitearch}/%{name}/f2py/docs docs-f2py
@@ -76,6 +76,9 @@
 %endif
 
 %changelog
+* Mon Dec 15 2008 Deji Akingunola <dakingun at gmail.com> - 1.2.0-3
+- Rebuild for atlas-3.8.2
+
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1.2.0-2
 - Rebuild for Python 2.6
 




More information about the fedora-extras-commits mailing list