diff options
| author | Thomas Gellekum <tg@FreeBSD.org> | 2001-04-03 11:35:20 +0000 |
|---|---|---|
| committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-04-03 11:35:20 +0000 |
| commit | b5f428c87d6053306cca8d7927f1934b96cae94d (patch) | |
| tree | 709aa239495ee63a10b95da257f32f613e258a60 /math/py-scientific/files/patch-setup.py | |
| parent | Easier to read patch (diff) | |
Upgrade to 2.2.
Diffstat (limited to 'math/py-scientific/files/patch-setup.py')
| -rw-r--r-- | math/py-scientific/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/py-scientific/files/patch-setup.py b/math/py-scientific/files/patch-setup.py new file mode 100644 index 000000000000..ea99a1f0b531 --- /dev/null +++ b/math/py-scientific/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig Thu Mar 29 17:08:38 2001 ++++ setup.py Mon Apr 2 18:50:48 2001 +@@ -11,7 +11,7 @@ + + + if netcdf_prefix is None: +- for netcdf_prefix in ['/usr/local', '/usr']: ++ for netcdf_prefix in [sys.prefix, '/usr']: + netcdf_include = os.path.join(netcdf_prefix, 'include') + netcdf_lib = os.path.join(netcdf_prefix, 'lib') + if os.path.exists(os.path.join(netcdf_include, 'netcdf.h')): |
