From b5f428c87d6053306cca8d7927f1934b96cae94d Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Tue, 3 Apr 2001 11:35:20 +0000 Subject: Upgrade to 2.2. --- math/py-scientific/files/patch-setup.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 math/py-scientific/files/patch-setup.py (limited to 'math/py-scientific/files/patch-setup.py') 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')): -- cgit v1.2.3