diff options
Diffstat (limited to 'math/py-numeric17/files')
-rw-r--r-- | math/py-numeric17/files/patch-Makefile | 25 | ||||
-rw-r--r-- | math/py-numeric17/files/patch-setup.py | 12 |
2 files changed, 0 insertions, 37 deletions
diff --git a/math/py-numeric17/files/patch-Makefile b/math/py-numeric17/files/patch-Makefile deleted file mode 100644 index b59f96b8a968..000000000000 --- a/math/py-numeric17/files/patch-Makefile +++ /dev/null @@ -1,25 +0,0 @@ ---- Makefile 2000/08/31 17:23:34 1.1 -+++ Makefile 2000/08/31 17:35:38 -@@ -5,8 +5,20 @@ - @echo "Currently that is:" - @which ${PYTHON_CMD} - --all: MA RNG FFT -+all:: main MA RNG FFT -+ -+main: -+ ${PYTHON_CMD} setup.py build - - MA RNG FFT: -- (cd Packages/$@; ${PYTHON_CMD} setup.py install) -+ (cd Packages/$@; mkdir -p Include ; ln -sf ../../../Include Include/Numeric; ${PYTHON_CMD} setup.py build) -+ -+install:: main_install MA_install RNG_install FFT_install -+ -+main_install: -+ ${PYTHON_CMD} setup.py install -+ -+MA_install RNG_install FFT_install: -+ (cd Packages/${@:S/_install//}; ${PYTHON_CMD} setup.py install) -+ - diff --git a/math/py-numeric17/files/patch-setup.py b/math/py-numeric17/files/patch-setup.py deleted file mode 100644 index e3da257d0019..000000000000 --- a/math/py-numeric17/files/patch-setup.py +++ /dev/null @@ -1,12 +0,0 @@ ---- setup.py.orig Tue Sep 12 22:27:29 2000 -+++ setup.py Thu Sep 21 17:17:55 2000 -@@ -27,6 +27,9 @@ - LAPACKLIBDIR = None - # places to look and what to look for - POSSIBLE_DIRECTORIES = ['/usr/local/lib', '/usr/lib', 'lapack_lite'] -+# add sys.prefix + '/lib', on the assumption that python was -+# installed in the same directory as all other local software -+POSSIBLE_DIRECTORIES.append(sys.prefix + '/lib') - if sys.platform == 'win32': - BLASNAMES = ['blas.lib'] - LAPACKNAMES = ['lapack.lib'] |