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

Jef Spaleta (jspaleta) fedora-extras-commits at redhat.com
Sat Apr 14 18:59:21 UTC 2007


Author: jspaleta

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

Modified Files:
	scipy.spec 
Log Message:
minor correction for f77 usage


Index: scipy.spec
===================================================================
RCS file: /cvs/extras/rpms/scipy/devel/scipy.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- scipy.spec	14 Apr 2007 11:47:08 -0000	1.4
+++ scipy.spec	14 Apr 2007 18:58:42 -0000	1.5
@@ -3,7 +3,7 @@
 Summary: Scipy: array processing for numbers, strings, records, and objects
 Name: scipy
 Version: 0.5.2
-Release: 2%{?dist}
+Release: 2.1%{?dist}
 
 Group: Development/Libraries
 License: BSD
@@ -37,7 +37,7 @@
 %setup -q
 
 %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 --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
 
@@ -58,6 +58,9 @@
 
 
 %changelog
+* Sat Apr 14 2007 Jef Spaleta <jspaleta at gmail.com> - 0.5.2-2.1
+- minor correction for f77 usage
+
 * Sat Apr 14 2007 Jef Spaleta <jspaleta at gmail.com> - 0.5.2-2
 - revert to f77 due to issue with numpy in development
 




More information about the scm-commits mailing list