svn commit: r456619 - head/Mk/Uses

David Naylor dbn at FreeBSD.org
Mon Dec 18 11:22:23 UTC 2017


Author: dbn
Date: Mon Dec 18 11:22:21 2017
New Revision: 456619
URL: https://svnweb.freebsd.org/changeset/ports/456619

Log:
  USES=cran: add lib dependency to flang
  
  R now compiles addins by linking to libflang (and others).

Modified:
  head/Mk/Uses/cran.mk

Modified: head/Mk/Uses/cran.mk
==============================================================================
--- head/Mk/Uses/cran.mk	Mon Dec 18 11:22:03 2017	(r456618)
+++ head/Mk/Uses/cran.mk	Mon Dec 18 11:22:21 2017	(r456619)
@@ -67,6 +67,9 @@ 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-head mailing list