diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-05-07 11:29:59 +0800 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-05-07 11:29:59 +0800 |
commit | f08fd58316b82fa2a71f4f60235324ec73fd239d (patch) | |
tree | 20e4e7386cab19fe15c0d95d4dd1c5bfa6d076e1 /math/R-cran-inline | |
parent | 0446896d04d241cd9b649a02b5858713327e62c6 (diff) | |
download | freebsd-ports-gnome-f08fd58316b82fa2a71f4f60235324ec73fd239d.tar.gz freebsd-ports-gnome-f08fd58316b82fa2a71f4f60235324ec73fd239d.tar.zst freebsd-ports-gnome-f08fd58316b82fa2a71f4f60235324ec73fd239d.zip |
- update to 2.13.0
- switch to the bundled Rblas and Rlapack by default (this
can be changed by setting BLAS and LAPACK) which favors
correctness in some corner cases over a slight performance
penalty; this will be revisited after the blas and lapack
updates
- replace the STATIC_LIBR option with a LIBR option (on
by default): if on, libR.a and libR.so are installed,
and R is linked to libR.so. Otherwise, R is static, and
no libRs are installed.
- remove the superfluous copy of libR.so in ${LOCALBASE}/lib [1]
- enable the cairo and pango elements in the X11() graphics
device by default, controlled by new PANGOCAIRO option
- add a few small patches to dependent ports, bumping
PORTREVISION where necessary
PR: 153309 [1]
Approved by: thierry (rkward*), wen (rpy*, R-cran-*)
Diffstat (limited to 'math/R-cran-inline')
-rw-r--r-- | math/R-cran-inline/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/R-cran-inline/Makefile b/math/R-cran-inline/Makefile index be12e2d87ddc..7350fa6e83ed 100644 --- a/math/R-cran-inline/Makefile +++ b/math/R-cran-inline/Makefile @@ -7,6 +7,7 @@ PORTNAME= inline PORTVERSION= 0.3.8 +PORTREVISION= 1 CATEGORIES= math PKGNAMEPREFIX= R-cran- DISTNAME= ${PORTNAME}_${PORTVERSION} |