summaryrefslogtreecommitdiff
path: root/math/py-Numeric
diff options
context:
space:
mode:
authordrochner <drochner>2001-04-09 11:52:58 +0000
committerdrochner <drochner>2001-04-09 11:52:58 +0000
commita8aa5e095c806a1b32d8025d89aa3e31ff8d1efd (patch)
tree22cfe65e205cc5ea4cf93558eac605d6f242fd3a /math/py-Numeric
parent14602a247b49be12643233923fbbc3d61c8604d7 (diff)
downloadpkgsrc-a8aa5e095c806a1b32d8025d89aa3e31ff8d1efd.tar.gz
remove unnecessary patches. I'm sure I had cvs rm'd them before the
last commit.
Diffstat (limited to 'math/py-Numeric')
-rw-r--r--math/py-Numeric/patches/patch-aa13
-rw-r--r--math/py-Numeric/patches/patch-ab13
-rw-r--r--math/py-Numeric/patches/patch-ac13
-rw-r--r--math/py-Numeric/patches/patch-ad13
-rw-r--r--math/py-Numeric/patches/patch-ae22
5 files changed, 0 insertions, 74 deletions
diff --git a/math/py-Numeric/patches/patch-aa b/math/py-Numeric/patches/patch-aa
deleted file mode 100644
index 82b9179d3ae..00000000000
--- a/math/py-Numeric/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2001/03/07 14:33:41 drochner Exp $
-
---- Packages/FFT/setup.py.orig Fri Sep 29 17:02:20 2000
-+++ Packages/FFT/setup.py
-@@ -17,7 +17,7 @@
-
- packages = ['FFT'],
- package_dir = {'FFT': 'Lib'},
-- include_dirs = ['Include'],
-+ include_dirs = ['Include','../../Include'],
- ext_modules = [ Extension('FFT.fftpack',
- ['Src/fftpackmodule.c',
- 'Src/fftpack.c']),
diff --git a/math/py-Numeric/patches/patch-ab b/math/py-Numeric/patches/patch-ab
deleted file mode 100644
index 80c1fdb75d0..00000000000
--- a/math/py-Numeric/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.5 2001/03/07 14:33:41 drochner Exp $
-
---- Packages/LALITE/setup.py.orig Fri Sep 29 17:02:34 2000
-+++ Packages/LALITE/setup.py
-@@ -28,7 +28,7 @@
- packages = [''],
- package_dir = {'': 'Lib'},
- extra_path = 'Numeric',
-- include_dirs = ['Include'],
-+ include_dirs = ['Include','../../Include'],
- headers = headers,
- ext_modules = [ Extension('lapack_lite', sourcelist,
- library_dirs=library_dirs_list,
diff --git a/math/py-Numeric/patches/patch-ac b/math/py-Numeric/patches/patch-ac
deleted file mode 100644
index 19ab1643c41..00000000000
--- a/math/py-Numeric/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2001/03/07 14:33:41 drochner Exp $
-
---- Packages/RANLIB/setup.py.orig Fri Sep 29 17:02:55 2000
-+++ Packages/RANLIB/setup.py
-@@ -18,7 +18,7 @@
- packages = [''],
- package_dir = {'': 'Lib'},
- extra_path = 'Numeric',
-- include_dirs = ['Include'],
-+ include_dirs = ['Include','../../Include'],
- headers = headers,
- ext_modules = [ Extension('ranlib',
- ['Src/ranlibmodule.c',
diff --git a/math/py-Numeric/patches/patch-ad b/math/py-Numeric/patches/patch-ad
deleted file mode 100644
index fc07a468063..00000000000
--- a/math/py-Numeric/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2001/03/07 14:33:41 drochner Exp $
-
---- Packages/RNG/setup.py.orig Fri Sep 29 17:03:05 2000
-+++ Packages/RNG/setup.py
-@@ -24,7 +24,7 @@
-
- packages = ['RNG'],
- package_dir = {'RNG': 'Lib'},
-- include_dirs=['Include'],
-+ include_dirs=['Include','../../Include'],
- ext_modules=[Extension('RNG.RNG',
- ['Src/RNGmodule.c',
- 'Src/ranf.c',
diff --git a/math/py-Numeric/patches/patch-ae b/math/py-Numeric/patches/patch-ae
deleted file mode 100644
index bf49159f391..00000000000
--- a/math/py-Numeric/patches/patch-ae
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2001/03/07 14:33:41 drochner Exp $
-
---- setup.py.orig Fri Jan 19 16:53:08 2001
-+++ setup.py
-@@ -12,7 +12,7 @@
- except:
- raise SystemExit, "Distutils problem, see Numeric README."
-
--headers = glob (os.path.join ("Include","*.h"))
-+headers = glob (os.path.join ("Include","Numeric","*.h"))
-
- # The version is set in Lib/numeric_version.py
- execfile(os.path.join('Lib','numeric_version.py'))
-@@ -27,7 +27,7 @@
- packages = [''],
- package_dir = {'': 'Lib'},
- extra_path = 'Numeric',
-- include_dirs = ['Include'],
-+ include_dirs = ['Include/Numeric'],
- headers = headers,
- ext_modules = [Extension('_numpy',
- ['Src/_numpymodule.c',