diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-07-29 06:08:52 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-07-29 06:08:52 +0000 |
commit | ec23734f4a935a3c5ac93c124fc6d7a34c6f6ec2 (patch) | |
tree | 1cc27632ec20337618223bb45a39ceb41e4744e9 /lang/J | |
parent | devel/py-gitpython: Update to 3.1.20 (diff) |
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)
Diffstat (limited to 'lang/J')
-rw-r--r-- | lang/J/Makefile | 7 |
1 files changed, 0 insertions, 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]* |