- fix the stsci fix

This commit is contained in:
Jef Spaleta 2008-10-03 18:22:16 +00:00
parent 2a3713a7d4
commit 2a42dbb52e

View File

@ -3,7 +3,7 @@
Summary: Scipy: Scientific Tools for Python Summary: Scipy: Scientific Tools for Python
Name: scipy Name: scipy
Version: 0.6.0 Version: 0.6.0
Release: 6%{?dist} Release: 7%{?dist}
Group: Development/Libraries Group: Development/Libraries
License: BSD and LGPLv2+ License: BSD and LGPLv2+
@ -48,8 +48,8 @@ include_dirs = /usr/include/suitesparse:/usr/include/ufsparse
umfpack_libs = umfpack umfpack_libs = umfpack
EOF EOF
cp %{SOURCE1} scipy/stsci/image/ cp %{SOURCE1} scipy/stsci/image/setup.py
cp %{SOURCE2} scipy/stsci/convolve/ cp %{SOURCE2} scipy/stsci/convolve/setup.py
%build %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=gnu95 --noarch build
@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Fri Oct 03 2008 Jef Spaleta <jspaleta@fedoraproject.org> - 0.6.0-7
- fix the stsci fix
* Thu Oct 02 2008 Jef Spaleta <jspaleta@fedoraproject.org> - 0.6.0-6 * Thu Oct 02 2008 Jef Spaleta <jspaleta@fedoraproject.org> - 0.6.0-6
- include missing setup files for stsci module - include missing setup files for stsci module