rpms/scipy/devel scipy.spec,1.5,1.6

Jef Spaleta (jspaleta) fedora-extras-commits at redhat.com
Thu Apr 19 00:34:28 UTC 2007


Author: jspaleta

Update of /cvs/extras/rpms/scipy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31072

Modified Files:
	scipy.spec 
Log Message:
go back to using gfortran now that numpy is patched


Index: scipy.spec
===================================================================
RCS file: /cvs/extras/rpms/scipy/devel/scipy.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- scipy.spec	14 Apr 2007 18:58:42 -0000	1.5
+++ scipy.spec	19 Apr 2007 00:33:54 -0000	1.6
@@ -3,7 +3,7 @@
 Summary: Scipy: array processing for numbers, strings, records, and objects
 Name: scipy
 Version: 0.5.2
-Release: 2.1%{?dist}
+Release: 2.2%{?dist}
 
 Group: Development/Libraries
 License: BSD
@@ -14,10 +14,7 @@
 
 BuildRequires: numpy, python-devel 
 BuildRequires: fftw-devel, blas-devel, lapack-devel
-#BuildRequires: gcc-gfortran
-# numpy is not correctly detecting gfortran in development tree
-# reverting to f77 for the time being in devel
-BuildRequires: compat-gcc-34-g77
+BuildRequires: gcc-gfortran
 Requires: numpy, python
 
 
@@ -37,9 +34,8 @@
 %setup -q
 
 %build
-env CFLAGS="$RPM_OPT_FLAGS" ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} python setup.py config_fc --fcompiler=gnu --noarch 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} FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} python setup.py config_fc --fcompiler=gnu --f77flags="$RPM_OPT_FLAGS" build
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -58,6 +54,9 @@
 
 
 %changelog
+* Wed Apr 18 2007 Jef Spaleta <jspaleta at gmail.com> - 0.5.2-2.2
+- go back to using gfortran now that numpy is patched
+
 * Sat Apr 14 2007 Jef Spaleta <jspaleta at gmail.com> - 0.5.2-2.1
 - minor correction for f77 usage
 




More information about the fedora-extras-commits mailing list