diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-19 02:30:42 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-19 02:30:42 +0800 |
commit | ff14a9e8951ff605656d1a7b00cef22e4edc0018 (patch) | |
tree | b3a0dea25d4d24b1cb758f90af4439cb9dba85e7 /Mk | |
parent | 1c955ffe85e6aed3a32365f8c56b3a6aa1ad4144 (diff) | |
download | freebsd-ports-gnome-ff14a9e8951ff605656d1a7b00cef22e4edc0018.tar.gz freebsd-ports-gnome-ff14a9e8951ff605656d1a7b00cef22e4edc0018.tar.zst freebsd-ports-gnome-ff14a9e8951ff605656d1a7b00cef22e4edc0018.zip |
Revert r456619:
- flang is only supported on amd64
- with default OPTIONS on amd64, R doesn't link against libflang
- in the case R is build with FLANG option, flang is already added as a
runtime dependency by USES=fortran:flang
With hat: portmgr
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/cran.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Mk/Uses/cran.mk b/Mk/Uses/cran.mk index ab2779fd61e5..28c08f717e0c 100644 --- a/Mk/Uses/cran.mk +++ b/Mk/Uses/cran.mk @@ -67,9 +67,6 @@ cran-auto-plist: .if ${cran_ARGS:Mcompiles} _USES_install+= 755:cran-strip - -LIB_DEPENDS+= libflang.so:devel/flang - cran-strip: ${FIND} ${STAGEDIR}${PREFIX}/${R_MOD_DIR} -name '*.so' -exec ${STRIP_CMD} {} + .include "${PORTSDIR}/math/R/compiler.mk" |