rpms/scipy/devel scipy.spec,1.15,1.16

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


Author: deji

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

Modified Files:
	scipy.spec 
Log Message:
* Mon Dec 15 2008 Deji Akingunola <dakingun at gmail.com> - 0.7.0-0.2.b1
- Rebuild for atlas-3.8.2



Index: scipy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/scipy/devel/scipy.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- scipy.spec	2 Dec 2008 00:34:06 -0000	1.15
+++ scipy.spec	16 Dec 2008 05:26:37 -0000	1.16
@@ -3,7 +3,7 @@
 Summary: Scipy: Scientific Tools for Python
 Name: scipy
 Version: 0.7.0
-Release: 0.1.b1%{?dist}
+Release: 0.2.b1%{?dist}
 
 Group: Development/Libraries
 License: BSD and LGPLv2+
@@ -18,6 +18,7 @@
 
 BuildRequires: numpy, python-devel
 BuildRequires: fftw-devel, blas-devel, lapack-devel, ufsparse-devel
+BuildRequires: atlas-devel
 BuildRequires: gcc-gfortran, swig
 Requires: numpy, python
 
@@ -52,12 +53,12 @@
 cp %{SOURCE2} scipy/stsci/convolve/setup.py
 
 %build
-env CFLAGS="$RPM_OPT_FLAGS" ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} python setup.py config_fc --fcompiler=gnu95 --noarch build
+env CFLAGS="$RPM_OPT_FLAGS" ATLAS=%{_libdir}/atlas FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} python setup.py config_fc --fcompiler=gnu95 --noarch build
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-env CFLAGS="$RPM_OPT_FLAGS" ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} python setup.py install --root=$RPM_BUILD_ROOT
+env CFLAGS="$RPM_OPT_FLAGS" ATLAS=%{_libdir}/atlas FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} python setup.py install --root=$RPM_BUILD_ROOT
 
 
 %clean
@@ -73,6 +74,9 @@
 
 
 %changelog
+* Mon Dec 15 2008 Deji Akingunola <dakingun at gmail.com> - 0.7.0-0.2.b1
+- Rebuild for atlas-3.8.2
+
 * Mon Dec 01 2008  Jef Spaleta <jspaleta at fedoraproject.org> - 0.7.0-0.1.b1
 - Update to latest beta which lists python 2.6 support
 




More information about the fedora-extras-commits mailing list