Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Oct 2021 20:36:05 +0200
From:      Antoine Brodin <antoine@freebsd.org>
To:        =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= <fernape@freebsd.org>
Cc:        ports-committers <ports-committers@freebsd.org>, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org
Subject:   Re: git: 07fb2d5e9d00 - main - */*: Remove compiler:openmp from Mk/Uses/compiler.mk
Message-ID:  <CAALwa8nyp-79L-M26Jxf_1MkwjUs0U=moDrvVeUNKjxQA_vYKA@mail.gmail.com>
In-Reply-To: <202110031752.193HqoYO020693@gitrepo.freebsd.org>
References:  <202110031752.193HqoYO020693@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Oct 3, 2021 at 7:52 PM Fernando Apestegu=C3=ADa <fernape@freebsd.or=
g> wrote:
>
> The branch main has been updated by fernape:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=3D07fb2d5e9d001934f1670d01=
aec1f536f14ebde2
>
> commit 07fb2d5e9d001934f1670d01aec1f536f14ebde2
> Author:     Fernando Apestegu=C3=ADa <fernape@FreeBSD.org>
> AuthorDate: 2021-09-12 15:18:06 +0000
> Commit:     Fernando Apestegu=C3=ADa <fernape@FreeBSD.org>
> CommitDate: 2021-10-03 17:47:27 +0000
>
>     */*: Remove compiler:openmp from Mk/Uses/compiler.mk
>
>     The option implied a dependency on gcc but clang got openmp support l=
ong ago.
>
>     Remove compiler:openmp from Mk/Uses/compiler.mk
>
>     For ports using USE=3Dcompiler:openmp, just remove it and make them b=
uild with
>     clang.
>     Fix conditionals when necessary
>     Bump PORTREVISION where appropriate
>
>     If problem arises, they can be addressed by using USE_GCC=3Dyes
>
>     An update to the Porter's Handbook will follow.
>
>     Approved by: portmgr (bapt)
>     Differential Revision: https://reviews.freebsd.org/D31971

Hello,

This seems incomplete:

% git grep compiler:openmp
audio/libsoxr/Makefile:OPENMP_USES=3D             compiler:openmp
audio/soundtouch/Makefile:OPENMP_USES=3D          compiler:openmp
biology/bolt-lmm/Makefile:# gcc-c++11-lib needed to link with boost.
Also requires compiler:openmp, but
graphics/colmap/Makefile:OPENMP_USES=3D           compiler:openmp
graphics/inkscape/Makefile:OPENMP_USES=3D         compiler:openmp
graphics/libmypaint/Makefile:OPENMP_USES=3D                       compiler:=
openmp
graphics/libraw/Makefile:OPENMP_USES=3D                           compiler:=
openmp
graphics/mypaint/Makefile:OPENMP_USES=3D                  compiler:openmp
graphics/pfstools/Makefile:OPENMP_USES=3D         compiler:openmp
graphics/shotwell/Makefile:# OPENMP_USES=3D               compiler:openmp
math/ceres-solver/Makefile:OPENMP_USES=3D         compiler:openmp
math/fftw3/Makefile:OPENMP_USES=3D                        compiler:openmp
math/metis/Makefile:OPENMP_USES=3D                compiler:openmp
math/polymake/Makefile:OPENMP_USES=3D     compiler:openmp
security/john/Makefile:#OPENMP_USES=3D    compiler:openmp
sysutils/b2sum/Makefile:OPENMP_USES+=3D   compiler:openmp

Antoine



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAALwa8nyp-79L-M26Jxf_1MkwjUs0U=moDrvVeUNKjxQA_vYKA>