%if (0%{?fedora} > 15 || 0%{?rhel} > 5) %global with_python3 1 %{?filter_setup: %filter_provides_in %{python_sitearch}.*\.so$ %filter_provides_in %{python3_sitearch}.*\.so$ %filter_setup } %else %global python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)') %{?filter_setup: %filter_provides_in %{python_sitearch}.*\.so$ %filter_setup } %endif Summary: Scipy: Scientific Tools for Python Name: scipy Version: 0.10.1 Release: 2%{?dist} Group: Development/Libraries License: BSD and LGPLv2+ Url: http://www.scipy.org Source0: http://prdownloads.sourceforge.net/scipy/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: numpy, python-devel,f2py BuildRequires: fftw-devel, blas-devel, lapack-devel, ufsparse-devel BuildRequires: atlas-devel BuildRequires: gcc-gfortran, swig Requires: numpy, python,f2py %if 0%{?with_python3} BuildRequires: python3-numpy, python3-devel, python3-f2py BuildRequires: python3-setuptools BuildRequires: python3-nose %endif %description Scipy is open-source software for mathematics, science, and engineering. The core library is NumPy which provides convenient and fast N-dimensional array manipulation. The SciPy library is built to work with NumPy arrays, and provides many user-friendly and efficient numerical routines such as routines for numerical integration and optimization. Together, they run on all popular operating systems, are quick to install, and are free of charge. NumPy and SciPy are easy to use, but powerful enough to be depended upon by some of the world's leading scientists and engineers. %if 0%{?with_python3} %package -n python3-scipy Summary: Scipy: Scientific Tools for Python Group: Development/Libraries License: BSD and LGPLv2+ %description -n python3-scipy Scipy is open-source software for mathematics, science, and engineering. The core library is NumPy which provides convenient and fast N-dimensional array manipulation. The SciPy library is built to work with NumPy arrays, and provides many user-friendly and efficient numerical routines such as routines for numerical integration and optimization. Together, they run on all popular operating systems, are quick to install, and are free of charge. NumPy and SciPy are easy to use, but powerful enough to be depended upon by some of the world's leading scientists and engineers. %endif # with _python3 %prep %setup -q cat > site.cfg << EOF [amd] library_dirs = %{_libdir} include_dirs = /usr/include/suitesparse:/usr/include/ufsparse amd_libs = amd [umfpack] library_dirs = %{_libdir} include_dirs = /usr/include/suitesparse:/usr/include/ufsparse umfpack_libs = umfpack EOF %if 0%{?with_python3} rm -rf %{py3dir} cp -a . %{py3dir} %endif %build %if 0%{?with_python3} pushd %{py3dir} env CFLAGS="$RPM_OPT_FLAGS" ATLAS=%{_libdir}/atlas FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} python3 setup.py config_fc --fcompiler=gnu95 --noarch build popd %endif # with _python3 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 # first install python3 so the binaries are overwritten by the python2 ones %if 0%{?with_python3} pushd %{py3dir} env CFLAGS="$RPM_OPT_FLAGS" ATLAS=%{_libdir}/atlas FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} python3 setup.py install --root=$RPM_BUILD_ROOT popd %endif # with_python3 env CFLAGS="$RPM_OPT_FLAGS" ATLAS=%{_libdir}/atlas FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} python setup.py install --root=$RPM_BUILD_ROOT %check %if 0%{?with_python3} pushd %{py3dir} mkdir test cd test PYTHONPATH=$RPM_BUILD_ROOT%{python3_sitearch} python3 -c "import scipy; scipy.test('full')" popd %endif # with_python3 mkdir test cd test PYTHONPATH=$RPM_BUILD_ROOT%{python_sitearch} python -c "import scipy; scipy.test('full')" %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc LICENSE.txt %{python_sitearch}/scipy %{python_sitearch}/*.egg-info %if 0%{?with_python3} %files -n python3-scipy %defattr(-,root,root,-) %doc LICENSE.txt %{python3_sitearch}/scipy %{python3_sitearch}/*.egg-info %endif # with_python3 %changelog * Sat Jul 21 2012 Fedora Release Engineering - 0.10.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Mar 16 2012 Orion Poplawski - 0.10.1-1 - Update to 0.10.1 * Sat Jan 14 2012 Fedora Release Engineering - 0.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Mon Nov 14 2011 Orion Poplawski - 0.10.0-1 - Update to 0.10.0 * Sat Sep 3 2011 Thomas Spura - 0.9.0-2 - little cosmetic changes - filter provides in python_sitearch * Fri Sep 02 2011 Andrew McNabb - add python3 subpackage * Fri Apr 1 2011 Orion Poplawski - 0.9.0-1 - Update to 0.9.0 - Drop all stsci sources and patches, dropped from upstream - Drop gcc and py27 patches fixed upstream - Add %%check section to run tests * Wed Feb 09 2011 Fedora Release Engineering - 0.7.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Fri Jul 31 2010 Toshio Kuratomi - 0.7.2-3 - Fix scipy build on python-2.7 * Thu Jul 22 2010 David Malcolm - 0.7.2-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild * Thu Jul 1 2010 Jef Spaleta - 0.7.2-1 - New upstream release * Mon Apr 11 2010 Jef Spaleta - 0.7.1-3 - Bump for rebuild against numpy 1.3 * Thu Apr 1 2010 Jef Spaleta - 0.7.1-2 - Bump for rebuild against numpy 1.4.0 * Thu Dec 10 2009 Jon Ciesla - 0.7.1-1 - Update to 0.7.1. * Sun Jul 26 2009 Fedora Release Engineering - 0.7.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Sun Jun 14 2009 Jef Spaleta - 0.7.0-4 - Fix for gcc34 weave blitz bug #505379 * Tue Apr 7 2009 Jef Spaleta - 0.7.0-3 - Add f2py requires to prepared for numpy packaging split * Sun Mar 1 2009 Jef Spaleta - 0.7.0-2 - Patch for stsci image function syntax fix. * Thu Feb 26 2009 Jef Spaleta - 0.7.0-1 - Update to final 0.7 release * Wed Feb 25 2009 Fedora Release Engineering - 0.7.0-0.3.b1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Mon Dec 15 2008 Deji Akingunola - 0.7.0-0.2.b1 - Rebuild for atlas-3.8.2 * Mon Dec 01 2008 Jef Spaleta - 0.7.0-0.1.b1 - Update to latest beta which lists python 2.6 support * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.6.0-8 - Rebuild for Python 2.6 * Fri Oct 03 2008 Jef Spaleta - 0.6.0-7 - fix the stsci fix * Thu Oct 02 2008 Jef Spaleta - 0.6.0-6 - include missing setup files for stsci module * Tue Feb 19 2008 Fedora Release Engineering - 0.6.0-5 - Autorebuild for GCC 4.3 * Fri Jan 04 2008 Jef Spaleta - 0.6.0-4 - fix for egg-info file creation * Wed Oct 03 2007 Jef Spaleta - 0.6.0-3 - include_dirs changes for ufsparse change in development * Tue Oct 02 2007 Jef Spaleta - 0.6.0-2 - Fix licensing to match Fedora packaging guidance - Remove unnecessary library deps * Tue Sep 25 2007 Jarrod Millman - 0.6.0-1 - update to new upstream source - update Summary, License, Url, and description - added extra dependencies - remove symlink since Lib has been renamed scipy * Tue Aug 21 2007 Jef Spaleta - 0.5.2.1-1 - Update to new upstream source * Tue Aug 21 2007 Jef Spaleta - 0.5.2-3 - fix licensing tag and bump for buildid rebuild * Wed Apr 18 2007 Jef Spaleta - 0.5.2-2.2 - go back to using gfortran now that numpy is patched * Sat Apr 14 2007 Jef Spaleta - 0.5.2-2.1 - minor correction for f77 usage * Sat Apr 14 2007 Jef Spaleta - 0.5.2-2 - revert to f77 due to issue with numpy in development * Sat Apr 14 2007 Jef Spaleta - 0.5.2-1.1 - remove arch specific optimizations * Wed Feb 21 2007 Jef Spaleta - 0.5.2-1 - Update for new upstream release * Mon Dec 11 2006 Jef Spaleta - 0.5.1-5 - Bump for rebuild against python 2.5 in devel tree * Sun Dec 3 2006 Jef Spaleta - 0.5.1-4 - Minor adjustments to specfile for packaging guidelines. - Changed buildrequires fftw version 3 from fftw2 * Sat Dec 2 2006 Jef Spaleta - 0.5.1-2 - Updated spec for FE Packaging Guidelines and for upstream version 0.5.1 * Mon May 8 2006 Neal Becker - 0.4.8-4 - Add BuildRequires gcc-c++ - Add python-devel - Add libstdc++ * Mon May 8 2006 Neal Becker - 0.4.8-3 - Add BuildRequires gcc-gfortran * Sun May 7 2006 Neal Becker - 0.4.8-3 - Add BuildRequires numpy * Wed May 3 2006 Neal Becker - 0.4.8-2 - Fix BuildRoot - Add BuildRequires, Requires - Test remove d1mach patch - Fix defattr - Add changelog - Removed Prefix, Vendor - Fix Source0