diff options
| author | Thomas Gellekum <tg@FreeBSD.org> | 2000-11-17 12:19:30 +0000 |
|---|---|---|
| committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-11-17 12:19:30 +0000 |
| commit | 4f4ea9698c118b7c1f5530c48b0a44b46654d479 (patch) | |
| tree | 5dc47bac907901e80e73a86be074272075ba6720 /math/numpy/files/patch-setup.py | |
| parent | 7175fcadda2e27f78bc8bbd55d462934c068c765 (diff) | |
Upgrade to 17.1.1.
PR: 22869
Submitted by: Johann Visagie <johann@egenetics.com>
Diffstat (limited to 'math/numpy/files/patch-setup.py')
| -rw-r--r-- | math/numpy/files/patch-setup.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/math/numpy/files/patch-setup.py b/math/numpy/files/patch-setup.py deleted file mode 100644 index e3da257d0019..000000000000 --- a/math/numpy/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'] |
