diff options
| author | Joseph Mingrone <jrm@FreeBSD.org> | 2017-12-03 03:46:11 +0000 |
|---|---|---|
| committer | Joseph Mingrone <jrm@FreeBSD.org> | 2017-12-03 03:46:11 +0000 |
| commit | de876a285d0f54863a31dbbfa628af80161d609b (patch) | |
| tree | c4983f64b4136075249b4c8e3c698417ffe4e482 /math/libRmath | |
| parent | 75ec601f79de3144a1f4407b93e1eb89f9777d3e (diff) | |
Notes
Diffstat (limited to 'math/libRmath')
| -rw-r--r-- | math/libRmath/Makefile | 10 | ||||
| -rw-r--r-- | math/libRmath/distinfo | 6 |
2 files changed, 9 insertions, 7 deletions
diff --git a/math/libRmath/Makefile b/math/libRmath/Makefile index 913fddfa9340..ba007c01ef90 100644 --- a/math/libRmath/Makefile +++ b/math/libRmath/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libRmath -DISTVERSION= 3.4.2 -PORTREVISION= 2 +DISTVERSION= 3.4.3 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} DISTNAME= R-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} @@ -13,7 +12,8 @@ COMMENT= Standalone math library from R LICENSE= GPLv2 -ONLY_FOR_ARCHS= aarch64 amd64 i386 +BROKEN_FreeBSD_10_armv6= Fails to build +ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 LIB_DEPENDS= libcurl.so:ftp/curl \ libpcre.so:devel/pcre @@ -32,7 +32,9 @@ USE_LDCONFIG= yes PLIST_SUB= RMATH_SOVERSION="${RMATH_SOVERSION}" OPTIONS_DEFINE= FLANG -OPTIONS_EXCLUDE_aarch64=FLANG +OPTIONS_EXCLUDE_aarch64= FLANG +OPTIONS_EXCLUDE_armv6= FLANG +OPTIONS_EXCLUDE_armv7= FLANG OPTIONS_EXCLUDE_i386= FLANG FLANG_DESC= Use flang instead of the default Fortran compiler diff --git a/math/libRmath/distinfo b/math/libRmath/distinfo index 24362af1947a..4e78e5ad1929 100644 --- a/math/libRmath/distinfo +++ b/math/libRmath/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1506856491 -SHA256 (R-3.4.2.tar.gz) = 971e30c2436cf645f58552905105d75788bd9733bddbcb7c4fbff4c1a6d80c64 -SIZE (R-3.4.2.tar.gz) = 30255544 +TIMESTAMP = 1512246571 +SHA256 (R-3.4.3.tar.gz) = 7a3cb831de5b4151e1f890113ed207527b7d4b16df9ec6b35e0964170007f426 +SIZE (R-3.4.3.tar.gz) = 30249655 |
