[32414] trunk/dports/math/R/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sat Dec 29 22:39:02 PST 2007
Revision: 32414
http://trac.macosforge.org/projects/macports/changeset/32414
Author: ryandesign at macports.org
Date: 2007-12-29 22:39:00 -0800 (Sat, 29 Dec 2007)
Log Message:
-----------
R: maintainer update:
* Upgraded R to 2.6.1.
* Always use port:tcl and port:tk rather than OS X's tcl/tk because it seems to work more reliably (as in it works).
* Use LAPACK and BLAS from vecLib (Accelerate) rather than the reference implementation in the R source.
Closes #13497.
Modified Paths:
--------------
trunk/dports/math/R/Portfile
Modified: trunk/dports/math/R/Portfile
===================================================================
--- trunk/dports/math/R/Portfile 2007-12-29 20:44:15 UTC (rev 32413)
+++ trunk/dports/math/R/Portfile 2007-12-30 06:39:00 UTC (rev 32414)
@@ -2,7 +2,7 @@
PortSystem 1.0
name R
-version 2.5.1
+version 2.6.1
categories math science
maintainers konis at stats.ox.ac.uk
platforms darwin
@@ -23,13 +23,15 @@
http://cran.hu.r-project.org/src/base/R-2/ \
http://cran.r-project.org/src/base/R-2/
-checksums md5 162f6d5a1bd7c60fd652145e050f3f3c \
- sha1 cc3f566e8bd1e2944fbbf40f7a9f01c28afeffe1 \
- rmd160 0f5ed986c783c0d9baa2310b08278db1b8720f88
+checksums md5 19c35a69e1afa73f5f70f91ff9939233 \
+ sha1 6f2c8694f1935fda382796d225e45bd6f8f7755b \
+ rmd160 0e50237916e03c9b88ab558c39a9a587aabf4991
depends_lib port:gcc42 \
port:readline \
port:gettext \
+ port:tcl \
+ port:tk \
lib:libjpeg:jpeg \
lib:libpng:libpng
@@ -37,20 +39,17 @@
configure.args --mandir=\\\${prefix}/share/man \
--enable-R-shlib \
+ --with-blas='-framework vecLib' \
+ --with-lapack \
--disable-R-framework \
- --without-aqua
+ --without-aqua \
+ --with-tcl-config=${prefix}/lib/tclConfig.sh \
+ --with-tk-config=${prefix}/lib/tkConfig.sh
test.run yes
test.target check
destroot.destdir prefix=${destroot}${prefix}
-platform darwin 7 {
- depends_lib-append port:tcl \
- port:tk
- configure.args-append --with-tcl-config=${prefix}/lib/tclConfig.sh \
- --with-tk-config=${prefix}/lib/tkConfig.sh
-}
-
post-destroot {
reinplace "s|R_HOME_DIR=${destroot}|R_HOME_DIR=|" \
"${destroot}${prefix}/bin/R"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071229/71983464/attachment.html
More information about the macports-changes
mailing list