Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jul 2021 15:26:59 -0700
From:      Kevin Oberman <rkoberman@gmail.com>
To:        "freebsd-questions@freebsd.org" <questions@freebsd.org>
Subject:   Does openmp still require gcc?
Message-ID:  <CAN6yY1u4wmPg_=x=b%2B8omc7yQxCG0CsVadRqFJ82boXS4-raDw@mail.gmail.com>

next in thread | raw e-mail | index | archive | help

I was surprised that a port (ImageMagick7) ws compiling with gcc. Looking
at ports/Mk/Uses/compiler.mk and discovered:
.if ${_COMPILER_ARGS:Mopenmp}
.if ${COMPILER_TYPE} == clang
USE_GCC=        yes
CHOSEN_COMPILER_TYPE=   gcc
.endif
.endif

I thought that clang support for openmp has been around for quite a while.
Is this a FreeBSD-11 issue or is it historical and obsolete? Or am I just
confused? I used to trip over openmp conflicts all the time, but I thought
(hoped?) that they were a thing of the past.
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkoberman@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAN6yY1u4wmPg_=x=b%2B8omc7yQxCG0CsVadRqFJ82boXS4-raDw>