Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 206281 Details for
Bug 306271
Request (w/ attached scipy.spec) to update SciPy package to 0.6.0
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
SciPy 0.6.0 spec file
scipy.spec (text/x-rpm-spec), 3.70 KB, created by
Jarrod Millman
on 2007-09-26 00:51:44 UTC
(
hide
)
Description:
SciPy 0.6.0 spec file
Filename:
MIME Type:
Creator:
Jarrod Millman
Created:
2007-09-26 00:51:44 UTC
Size:
3.70 KB
patch
obsolete
>%define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)') > >Summary: Scipy: Scientific Tools for Python >Name: scipy >Version: 0.6.0 >Release: 1%{?dist} > >Group: Development/Libraries >License: BSD >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 >BuildRequires: fftw-devel, blas-devel, lapack-devel, ufsparse-devel >BuildRequires: gcc-gfortran, swig >Requires: numpy, python, libblas.so.3, liblapack.so.3 > > >%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. > > >%prep >%setup -q >cat > site.cfg << EOF >[amd] >library_dirs = %{_libdir} >include_dirs = /usr/include/ufsparse >amd_libs = amd > >[umfpack] >library_dirs = %{_libdir} >include_dirs = /usr/include/ufsparse >umfpack_libs = umfpack >EOF > >%build >env CFLAGS="$RPM_OPT_FLAGS" ATLAS=%{_libdir} 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 > > >%clean >rm -rf $RPM_BUILD_ROOT > > >%files >%defattr(-,root,root,-) >%doc LICENSE.txt >%{python_sitearch}/scipy > > > >%changelog >* Tue Sep 25 2007 Jarrod Millman <millman@berkeley.edu> - 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 <jspaleta@gmail.com> - 0.5.2.1-1 >- Update to new upstream source > >* Tue Aug 21 2007 Jef Spaleta <jspaleta@gmail.com> - 0.5.2-3 >- fix licensing tag and bump for buildid rebuild > >* Wed Apr 18 2007 Jef Spaleta <jspaleta@gmail.com> - 0.5.2-2.2 >- go back to using gfortran now that numpy is patched > >* Sat Apr 14 2007 Jef Spaleta <jspaleta@gmail.com> - 0.5.2-2.1 >- minor correction for f77 usage > >* Sat Apr 14 2007 Jef Spaleta <jspaleta@gmail.com> - 0.5.2-2 >- revert to f77 due to issue with numpy in development > >* Sat Apr 14 2007 Jef Spaleta <jspaleta@gmail.com> - 0.5.2-1.1 >- remove arch specific optimizations > >* Wed Feb 21 2007 Jef Spaleta <jspaleta@gmail.com> - 0.5.2-1 >- Update for new upstream release > >* Mon Dec 11 2006 Jef Spaleta <jspaleta@gmail.com> - 0.5.1-5 >- Bump for rebuild against python 2.5 in devel tree > >* Sun Dec 3 2006 Jef Spaleta <jspaleta@gmail.com> - 0.5.1-4 >- Minor adjustments to specfile for packaging guidelines. >- Changed buildrequires fftw version 3 from fftw2 > >* Sat Dec 2 2006 Jef Spaleta <jspaleta@gmail.com> - 0.5.1-2 >- Updated spec for FE Packaging Guidelines and for upstream version 0.5.1 > >* Mon May 8 2006 Neal Becker <ndbecker2@gmail.com> - 0.4.8-4 >- Add BuildRequires gcc-c++ >- Add python-devel >- Add libstdc++ > >* Mon May 8 2006 Neal Becker <ndbecker2@gmail.com> - 0.4.8-3 >- Add BuildRequires gcc-gfortran > >* Sun May 7 2006 Neal Becker <ndbecker2@gmail.com> - 0.4.8-3 >- Add BuildRequires numpy > > >* Wed May 3 2006 Neal Becker <ndbecker2@gmail.com> - 0.4.8-2 >- Fix BuildRoot >- Add BuildRequires, Requires >- Test remove d1mach patch >- Fix defattr >- Add changelog >- Removed Prefix, Vendor >- Fix Source0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 306271
: 206281 |
213921
|
213931