diff options
author | dbn <dbn@FreeBSD.org> | 2017-12-18 19:22:21 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2017-12-18 19:22:21 +0800 |
commit | 5b4962c5065a427921e4b0e679632264e52123f6 (patch) | |
tree | 3f09edc6ad512b127f990f2bfafd84c4f9bf8cf2 /Mk | |
parent | 2a954b6e4206d4025fe00d1c7406b0770c4f6c41 (diff) | |
download | freebsd-ports-gnome-5b4962c5065a427921e4b0e679632264e52123f6.tar.gz freebsd-ports-gnome-5b4962c5065a427921e4b0e679632264e52123f6.tar.zst freebsd-ports-gnome-5b4962c5065a427921e4b0e679632264e52123f6.zip |
USES=cran: add lib dependency to flang
R now compiles addins by linking to libflang (and others).
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/cran.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mk/Uses/cran.mk b/Mk/Uses/cran.mk index 28c08f717e0c..ab2779fd61e5 100644 --- a/Mk/Uses/cran.mk +++ b/Mk/Uses/cran.mk @@ -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" |