From d615f4ca564f838b39bd8b504a3107011d951a03 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Fri, 17 Nov 2000 12:19:22 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_4_2_0'. --- math/py-numeric/files/patch-setup.py | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 math/py-numeric/files/patch-setup.py (limited to 'math/py-numeric/files/patch-setup.py') diff --git a/math/py-numeric/files/patch-setup.py b/math/py-numeric/files/patch-setup.py deleted file mode 100644 index e3da257d0019..000000000000 --- a/math/py-numeric/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'] -- cgit v1.2.3