[37138] trunk/dports/math/R/Portfile
simon at macports.org
simon at macports.org
Tue May 27 08:56:36 PDT 2008
Revision: 37138
http://trac.macosforge.org/projects/macports/changeset/37138
Author: simon at macports.org
Date: 2008-05-27 08:56:32 -0700 (Tue, 27 May 2008)
Log Message:
-----------
math/R: Fixed wrong path in rscript, closes #15415. Thanks to kjell.konis at epfl.ch.
Modified Paths:
--------------
trunk/dports/math/R/Portfile
Modified: trunk/dports/math/R/Portfile
===================================================================
--- trunk/dports/math/R/Portfile 2008-05-27 15:34:39 UTC (rev 37137)
+++ trunk/dports/math/R/Portfile 2008-05-27 15:56:32 UTC (rev 37138)
@@ -5,8 +5,9 @@
name R
version 2.7.0
categories math science
-maintainers konis at stats.ox.ac.uk
+maintainers kjell.konis at epfl.ch
platforms darwin
+revision 1
description R is GNU S - an interpreted language for statistical computing
@@ -61,6 +62,10 @@
default_variants +gcc42
}
+post-extract {
+ reinplace "s|R_HOME|\"${prefix}/lib/R\"|" ${worksrcpath}/src/unix/Rscript.c
+}
+
configure.args --mandir=\\\${prefix}/share/man \
--enable-R-shlib \
--with-blas='-framework vecLib' \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080527/b7990cf6/attachment.htm
More information about the macports-changes
mailing list