[128946] trunk/dports/math/R/Portfile
larryv at macports.org
larryv at macports.org
Sun Nov 30 16:20:21 PST 2014
Revision: 128946
https://trac.macports.org/changeset/128946
Author: larryv at macports.org
Date: 2014-11-30 16:20:21 -0800 (Sun, 30 Nov 2014)
Log Message:
-----------
R: Update to 3.1.2 (#45725)
Also link to Accelerate instead of vecLib, fixing builds on Yosemite.
Modified Paths:
--------------
trunk/dports/math/R/Portfile
Modified: trunk/dports/math/R/Portfile
===================================================================
--- trunk/dports/math/R/Portfile 2014-11-30 22:58:26 UTC (rev 128945)
+++ trunk/dports/math/R/Portfile 2014-12-01 00:20:21 UTC (rev 128946)
@@ -8,11 +8,10 @@
set major 3
set minor 1
-set point 1
+set point 2
#Remember to remove revision line when bumping version
version ${major}.${minor}.${point}
-revision 1
categories math science
maintainers me.com:kjell.konis
@@ -33,8 +32,8 @@
master_sites http://cran.rstudio.com/src/base/R-3/ \
http://cran.r-project.org/src/base/R-3/
-checksums rmd160 72e5d7a9ec4dc9c960321e7fc8d939cb59d63c31 \
- sha256 ce5c4d5e34414ce8f1ec2d5642861435fa1ddc4cd89bd336172bbe25a62c7a19
+checksums rmd160 b2aaa42daac1ae5d114995de514d211d78a4e0a6 \
+ sha256 bcd150afcae0e02f6efb5f35a6ab72432be82e849ec52ce0bb89d8c342a8fa7a
depends_build port:pkgconfig
@@ -73,8 +72,8 @@
}
variant accelerate conflicts builtin_lapack description {build using the BLAS and Lapack in Apple's Accelerate framework} {
- configure.args-append --with-blas="-framework vecLib" \
- --with-lapack="-framework vecLib"
+ configure.args-append --with-blas="-framework Accelerate" \
+ --with-lapack="-framework Accelerate"
}
variant atlas conflicts accelerate builtin_lapack description {build using the BLAS in the atlas port} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141130/182c1c6f/attachment.html>
More information about the macports-changes
mailing list