From e5f228be0efde4992c65dfa3530dcbe05824b6c7 Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Mon, 4 Aug 2008 20:04:42 +0000 Subject: - Chase math/R upgrade - Bump PORTREVISION Reported by: pointyhat (via pav) Approved by: Wen Heping (maintainer) --- math/rpy2/files/patch-setup.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 math/rpy2/files/patch-setup.py (limited to 'math/rpy2/files/patch-setup.py') diff --git a/math/rpy2/files/patch-setup.py b/math/rpy2/files/patch-setup.py new file mode 100644 index 000000000000..6cc97c1af08f --- /dev/null +++ b/math/rpy2/files/patch-setup.py @@ -0,0 +1,13 @@ +--- setup.py.orig 2008-07-29 22:53:21.000000000 +0200 ++++ setup.py 2008-07-29 22:54:04.000000000 +0200 +@@ -159,8 +159,8 @@ + source_files = source_files + ["src/setenv.c"] + else: # unix-like systems, this is known to work for Linux and Solaris + include_dirs = [ os.path.join(RHOME.strip(), 'include'), +- 'src', '/usr/share/R/include' ] +- libraries=['R','Rlapack'] ++ 'src', '%%LOCALBASE%%/lib/R/include' ] ++ libraries=['R','R'] + library_dirs = r_libs + runtime_libs = r_libs + extra_compile_args=["-shared"] -- cgit v1.2.3