|
@@ -5,7 +5,7 @@
|
|
Name: numpy
|
|
Name: numpy
|
|
Summary: A fast multidimensional array facility for Python
|
|
Summary: A fast multidimensional array facility for Python
|
|
Version: 1.4.1
|
|
Version: 1.4.1
|
|
-Release: 7%{?_dist_release}
|
|
|
|
|
|
+Release: 8%{?_dist_release}
|
|
|
|
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
License: BSD
|
|
License: BSD
|
|
@@ -20,6 +20,10 @@ Patch1: numpy_doublefree.patch
|
|
# Patch is a combination of upstream changeset 7926 followed by 8387
|
|
# Patch is a combination of upstream changeset 7926 followed by 8387
|
|
Patch2: numpy-1.4.1-remove-PyOS_ascii_strtod.patch
|
|
Patch2: numpy-1.4.1-remove-PyOS_ascii_strtod.patch
|
|
|
|
|
|
|
|
+## patches from debian
|
|
|
|
+Patch3: changeset_r8510.diff
|
|
|
|
+Patch4: changeset_r8511.diff
|
|
|
|
+
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
#BuildRequires: python-devel lapack-devel python-setuptools gcc-gfortran atlas-devel python-nose
|
|
#BuildRequires: python-devel lapack-devel python-setuptools gcc-gfortran atlas-devel python-nose
|
|
@@ -54,6 +58,8 @@ This package includes a version of f2py that works properly with NumPy.
|
|
%patch0 -p1 -b .f2py
|
|
%patch0 -p1 -b .f2py
|
|
%patch1 -p0
|
|
%patch1 -p0
|
|
%patch2 -p1 -b .remove-PyOS_ascii_strtod
|
|
%patch2 -p1 -b .remove-PyOS_ascii_strtod
|
|
|
|
+%patch3 -p1 -b .r8510
|
|
|
|
+%patch4 -p1 -b .r8511
|
|
|
|
|
|
%build
|
|
%build
|
|
env FFTW=%{_libdir} BLAS=%{_libdir} \
|
|
env FFTW=%{_libdir} BLAS=%{_libdir} \
|
|
@@ -132,6 +138,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Aug 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.4.1-8
|
|
|
|
+- add Patch3(changeset_r8510.diff) and Patch4(changeset_r8511.diff) from debian
|
|
|
|
+
|
|
* Fri Aug 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.4.1-7
|
|
* Fri Aug 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.4.1-7
|
|
- Initial build for Vine Linux
|
|
- Initial build for Vine Linux
|
|
|
|
|