svn commit: r456667 - head/Mk/Uses
Antoine Brodin
antoine at FreeBSD.org
Mon Dec 18 18:30:43 UTC 2017
Author: antoine
Date: Mon Dec 18 18:30:42 2017
New Revision: 456667
URL: https://svnweb.freebsd.org/changeset/ports/456667
Log:
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
Modified:
head/Mk/Uses/cran.mk
Modified: head/Mk/Uses/cran.mk
==============================================================================
--- head/Mk/Uses/cran.mk Mon Dec 18 17:58:45 2017 (r456666)
+++ head/Mk/Uses/cran.mk Mon Dec 18 18:30:42 2017 (r456667)
@@ -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"
More information about the svn-ports-all
mailing list