git: 07fb2d5e9d00 - main - */*: Remove compiler:openmp from Mk/Uses/compiler.mk
Fernando Apesteguía
fernape at freebsd.org
Sun Oct 3 19:32:59 UTC 2021
On Sun, Oct 3, 2021 at 8:36 PM Antoine Brodin <antoine at freebsd.org> wrote:
>
> On Sun, Oct 3, 2021 at 7:52 PM Fernando Apesteguía <fernape at freebsd.org> wrote:
> >
> > The branch main has been updated by fernape:
> >
> > URL: https://cgit.FreeBSD.org/ports/commit/?id=07fb2d5e9d001934f1670d01aec1f536f14ebde2
> >
> > commit 07fb2d5e9d001934f1670d01aec1f536f14ebde2
> > Author: Fernando Apesteguía <fernape at FreeBSD.org>
> > AuthorDate: 2021-09-12 15:18:06 +0000
> > Commit: Fernando Apesteguía <fernape at 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 long ago.
> >
> > Remove compiler:openmp from Mk/Uses/compiler.mk
> >
> > For ports using USE=compiler:openmp, just remove it and make them build with
> > clang.
> > Fix conditionals when necessary
> > Bump PORTREVISION where appropriate
> >
> > If problem arises, they can be addressed by using USE_GCC=yes
> >
> > An update to the Porter's Handbook will follow.
> >
> > Approved by: portmgr (bapt)
> > Differential Revision: https://reviews.freebsd.org/D31971
>
> Hello,
>
> This seems incomplete:
Thanks. I'm on it.
graphics/shotwell
biology/bolt-lmm
security/john
do not need an update.
>
> % git grep compiler:openmp
> audio/libsoxr/Makefile:OPENMP_USES= compiler:openmp
> audio/soundtouch/Makefile:OPENMP_USES= 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= compiler:openmp
> graphics/inkscape/Makefile:OPENMP_USES= compiler:openmp
> graphics/libmypaint/Makefile:OPENMP_USES= compiler:openmp
> graphics/libraw/Makefile:OPENMP_USES= compiler:openmp
> graphics/mypaint/Makefile:OPENMP_USES= compiler:openmp
> graphics/pfstools/Makefile:OPENMP_USES= compiler:openmp
> graphics/shotwell/Makefile:# OPENMP_USES= compiler:openmp
> math/ceres-solver/Makefile:OPENMP_USES= compiler:openmp
> math/fftw3/Makefile:OPENMP_USES= compiler:openmp
> math/metis/Makefile:OPENMP_USES= compiler:openmp
> math/polymake/Makefile:OPENMP_USES= compiler:openmp
> security/john/Makefile:#OPENMP_USES= compiler:openmp
> sysutils/b2sum/Makefile:OPENMP_USES+= compiler:openmp
>
> Antoine
More information about the dev-commits-ports-all
mailing list