diff options
author | tg <tg@FreeBSD.org> | 2000-09-18 11:38:00 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-09-18 11:38:00 +0000 |
commit | 9cba7d03dc4280274ef3d1f70c61ea6ce7c258de (patch) | |
tree | ea814228f4aae67abbbe482cc44b9d441a94c5c8 | |
parent | d991f6558033fd29dc1e283f04f0ba526f9ed175 (diff) | |
download | FreeBSD-ports-9cba7d03dc4280274ef3d1f70c61ea6ce7c258de.zip FreeBSD-ports-9cba7d03dc4280274ef3d1f70c61ea6ce7c258de.tar.gz |
Link against libg2c, so the lapack_lite module actually works.
-rw-r--r-- | math/numpy/Makefile | 1 | ||||
-rw-r--r-- | math/numpy/files/patch-setup.py | 15 | ||||
-rw-r--r-- | math/py-numeric/Makefile | 1 | ||||
-rw-r--r-- | math/py-numeric/files/patch-setup.py | 15 | ||||
-rw-r--r-- | math/py-numeric17/Makefile | 1 | ||||
-rw-r--r-- | math/py-numeric17/files/patch-setup.py | 15 |
6 files changed, 39 insertions, 9 deletions
diff --git a/math/numpy/Makefile b/math/numpy/Makefile index aa0fe42..3807317 100644 --- a/math/numpy/Makefile +++ b/math/numpy/Makefile @@ -7,6 +7,7 @@ PORTNAME= numeric PORTVERSION= 16.1 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= numpy diff --git a/math/numpy/files/patch-setup.py b/math/numpy/files/patch-setup.py index 6982245..fa40835 100644 --- a/math/numpy/files/patch-setup.py +++ b/math/numpy/files/patch-setup.py @@ -1,6 +1,6 @@ ---- setup.py.orig Mon Aug 28 13:49:52 2000 -+++ setup.py Thu Aug 31 17:48:46 2000 -@@ -21,9 +21,17 @@ +--- setup.py.orig Tue Sep 12 22:27:29 2000 ++++ setup.py Mon Sep 18 10:00:53 2000 +@@ -22,9 +22,17 @@ # Locate the directories in which the BLAS and LAPACK are located. @@ -21,3 +21,12 @@ # places to look and what to look for POSSIBLE_DIRECTORIES = ['/usr/local/lib', '/usr/lib', 'lapack_lite'] if sys.platform == 'win32': +@@ -91,7 +99,7 @@ + Extension('umath', ['Src/umathmodule.c']), + Extension('lapack_lite', + ['Src/lapack_litemodule.c'], +- libraries=['lapack', 'blas'], ++ libraries=['lapack', 'blas', 'g2c'], + library_dirs=[BLASLIBDIR, LAPACKLIBDIR]), + Extension('ranlib', + ['Src/ranlibmodule.c', diff --git a/math/py-numeric/Makefile b/math/py-numeric/Makefile index aa0fe42..3807317 100644 --- a/math/py-numeric/Makefile +++ b/math/py-numeric/Makefile @@ -7,6 +7,7 @@ PORTNAME= numeric PORTVERSION= 16.1 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= numpy diff --git a/math/py-numeric/files/patch-setup.py b/math/py-numeric/files/patch-setup.py index 6982245..fa40835 100644 --- a/math/py-numeric/files/patch-setup.py +++ b/math/py-numeric/files/patch-setup.py @@ -1,6 +1,6 @@ ---- setup.py.orig Mon Aug 28 13:49:52 2000 -+++ setup.py Thu Aug 31 17:48:46 2000 -@@ -21,9 +21,17 @@ +--- setup.py.orig Tue Sep 12 22:27:29 2000 ++++ setup.py Mon Sep 18 10:00:53 2000 +@@ -22,9 +22,17 @@ # Locate the directories in which the BLAS and LAPACK are located. @@ -21,3 +21,12 @@ # places to look and what to look for POSSIBLE_DIRECTORIES = ['/usr/local/lib', '/usr/lib', 'lapack_lite'] if sys.platform == 'win32': +@@ -91,7 +99,7 @@ + Extension('umath', ['Src/umathmodule.c']), + Extension('lapack_lite', + ['Src/lapack_litemodule.c'], +- libraries=['lapack', 'blas'], ++ libraries=['lapack', 'blas', 'g2c'], + library_dirs=[BLASLIBDIR, LAPACKLIBDIR]), + Extension('ranlib', + ['Src/ranlibmodule.c', diff --git a/math/py-numeric17/Makefile b/math/py-numeric17/Makefile index aa0fe42..3807317 100644 --- a/math/py-numeric17/Makefile +++ b/math/py-numeric17/Makefile @@ -7,6 +7,7 @@ PORTNAME= numeric PORTVERSION= 16.1 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= numpy diff --git a/math/py-numeric17/files/patch-setup.py b/math/py-numeric17/files/patch-setup.py index 6982245..fa40835 100644 --- a/math/py-numeric17/files/patch-setup.py +++ b/math/py-numeric17/files/patch-setup.py @@ -1,6 +1,6 @@ ---- setup.py.orig Mon Aug 28 13:49:52 2000 -+++ setup.py Thu Aug 31 17:48:46 2000 -@@ -21,9 +21,17 @@ +--- setup.py.orig Tue Sep 12 22:27:29 2000 ++++ setup.py Mon Sep 18 10:00:53 2000 +@@ -22,9 +22,17 @@ # Locate the directories in which the BLAS and LAPACK are located. @@ -21,3 +21,12 @@ # places to look and what to look for POSSIBLE_DIRECTORIES = ['/usr/local/lib', '/usr/lib', 'lapack_lite'] if sys.platform == 'win32': +@@ -91,7 +99,7 @@ + Extension('umath', ['Src/umathmodule.c']), + Extension('lapack_lite', + ['Src/lapack_litemodule.c'], +- libraries=['lapack', 'blas'], ++ libraries=['lapack', 'blas', 'g2c'], + library_dirs=[BLASLIBDIR, LAPACKLIBDIR]), + Extension('ranlib', + ['Src/ranlibmodule.c', |