Date: Thu, 29 Jul 2021 06:09:05 GMT From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ec23734f4a93 - main - lang/J: Remove the OPENMP option Message-ID: <202107290609.16T695bk063524@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=ec23734f4a935a3c5ac93c124fc6d7a34c6f6ec2 commit ec23734f4a935a3c5ac93c124fc6d7a34c6f6ec2 Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2021-07-29 06:08:52 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2021-07-29 06:08:52 +0000 lang/J: Remove the OPENMP option The OPENMP option depends on the obsolete lang/gcc7 port (and does so in an unconventional way that likely doesn't actually work these days when the default version of GCC is much newer). It's also off by default and may not have been exercised at all. Approved by: maintainer timeout (sevenjp@gmail.com, 23 days) --- lang/J/Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lang/J/Makefile b/lang/J/Makefile index 139536e2e5cc..93e75190b0ec 100644 --- a/lang/J/Makefile +++ b/lang/J/Makefile @@ -37,13 +37,6 @@ JVERSION= j807-release BIN_FILES= jconsole LIB_FILES= libj.so libtsdll.so -OPTIONS_DEFINE= OPENMP - -OPENMP_DESC= Build with OpenMP support -OPENMP_USES= compiler:openmp -OPENMP_MAKE_ENV= USE_OPENMP=1 -OPENMP_LIB_DEPENDS= libgomp.so:lang/gcc7 - # J wants to install jconsole, also provided by openjdk CONFLICTS_INSTALL= openjdk[0-9]*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107290609.16T695bk063524>