Date: Tue, 3 Aug 2021 19:05:19 GMT From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ca47904f783c - main - math/R: Add comment; minor formatting change from portfmt Message-ID: <202108031905.173J5JfX028338@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca47904f783cbd03b7fe5520fa665540dd43ef5b commit ca47904f783cbd03b7fe5520fa665540dd43ef5b Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2021-08-03 19:02:40 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2021-08-03 19:05:17 +0000 math/R: Add comment; minor formatting change from portfmt --- math/R/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/R/Makefile b/math/R/Makefile index 9075c17fa3d1..45d74b2c6ff4 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -54,7 +54,7 @@ OPTIONS_GROUP_NEEDX11= CAIROPANGO GHOSTSCRIPT JPEG PNG TCLTK TEXDOCS TIFF OPTIONS_SINGLE= BLAS OPTIONS_SINGLE_BLAS= ATLAS NETLIB OPENBLAS RBLAS -OPTIONS_SUB= YES +OPTIONS_SUB= YES CAIROPANGO_DESC= Cairo graphics device and Pango multi-language text FLANG_DESC= Use experimental flang Fortran compiler @@ -131,6 +131,7 @@ _MAJORVER= ${DISTVERSION:R:R} .include <bsd.port.options.mk> +## Cannot use FLANG_USES_OFF=fortran because the FLANG option is only for amd64 .if ! ${PORT_OPTIONS:MFLANG} USES+= fortran .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108031905.173J5JfX028338>