Compare commits

...

9 Commits
master ... el5

Author SHA1 Message Date
Orion Poplawski
1d59d2696d Hopelessly out of date 2015-11-02 15:00:23 -07:00
Orion Poplawski
23b903f2a3 Add patch for CVE-2013-4251 (bug #1018353) 2013-10-14 22:11:56 -06:00
Fedora Release Engineering
9fc17b547a dist-git conversion 2010-07-29 12:14:38 +00:00
Bill Nottingham
5260c279e3 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:37:15 +00:00
Jef Spaleta
ed625bc8d7 - rebuild for EL-5 2008-05-09 18:19:21 +00:00
Jason ティビツ
205816fba2 Initialize branch EL-5 for scipy 2008-05-06 23:44:38 +00:00
Jef Spaleta
3ddae18a9f remove arch specific optimizations 2007-04-14 11:40:53 +00:00
Jef Spaleta
0e9707c73c auto-import scipy-0.5.2-1.fc6 on branch FC-6 from scipy-0.5.2-1.fc6.src.rpm
new upstream version
2007-02-25 19:27:47 +00:00
Jef Spaleta
ae9c9145cf bump for tag and build 2006-12-13 04:20:11 +00:00
5 changed files with 1 additions and 106 deletions

View File

@ -1 +0,0 @@
scipy-0.5.1.tar.gz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: scipy
# $Id$
NAME := scipy
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

1
dead.package Normal file
View File

@ -0,0 +1 @@
Hopelessly out of date

View File

@ -1,83 +0,0 @@
%define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')
Summary: Scipy: array processing for numbers, strings, records, and objects
Name: scipy
Version: 0.5.1
Release: 4%{?dist}
Group: Development/Libraries
License: BSD
Url: http://numeric.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, gcc-gfortran
Requires: numpy, python
%description
Scipy is a general-purpose array-processing package designed to
efficiently manipulate large multi-dimensional arrays of arbitrary
records without sacrificing too much speed for small multi-dimensional
arrays. Scipy is built on the Numeric code base and adds features
introduced by numarray as well as an extended C-API and the ability to
create arrays of arbitrary type.
There are also basic facilities for discrete fourier transform,
basic linear algebra and random number generation.
%prep
%setup -q
%build
env CFLAGS="$RPM_OPT_FLAGS" ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} python setup.py config_fc --fcompiler=gnu95 build
%install
rm -rf $RPM_BUILD_ROOT
env CFLAGS="$RPM_OPT_FLAGS" ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} python setup.py config_fc --fcompiler=gnu95 install --root=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc LICENSE.txt
%{python_sitearch}/scipy
%changelog
* 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

View File

@ -1 +0,0 @@
48442a427f0556ad2ad1721dd62e401c scipy-0.5.1.tar.gz