summaryrefslogtreecommitdiff
path: root/math/py-rpy/patches
diff options
context:
space:
mode:
authormarkd <markd>2002-12-10 12:30:58 +0000
committermarkd <markd>2002-12-10 12:30:58 +0000
commit956e2677c1ee78491920e386cea791531d736cb3 (patch)
tree65be8d2a692c7bdbccb899a17a8cd11abcf41ac0 /math/py-rpy/patches
parent648580afa826958b469f795f7a74a59c280e8785 (diff)
downloadpkgsrc-956e2677c1ee78491920e386cea791531d736cb3.tar.gz
Initial import of py-rpy-0.3.
Package provided by Kent Polk <kent@goathill.org> in personal email. RPy is a very simple, yet robust, Python interface to the R Programming Language. It can manage all kinds of R objects and can execute arbitrary R functions (including the graphic functions). All the errors from the R language are converted to Python exceptions. Any modules that later were installed on the R system, can easily be used from within Python, without introducing any changes.
Diffstat (limited to 'math/py-rpy/patches')
-rw-r--r--math/py-rpy/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/math/py-rpy/patches/patch-aa b/math/py-rpy/patches/patch-aa
new file mode 100644
index 00000000000..0e7b14c3be5
--- /dev/null
+++ b/math/py-rpy/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/12/10 12:30:58 markd Exp $
+
+--- setup.py.orig Sat Dec 7 01:36:39 2002
++++ setup.py
+@@ -59,6 +59,7 @@
+ include_dirs=[r_include, "src"],
+ libraries=["R"],
+ library_dirs=[r_libs],
++ runtime_library_dirs=[r_libs],
+ define_macros=DEFINE,
+ undef_macros=UNDEF,
+ extra_compile_args=["-shared"])]