From owner-dev-commits-ports-main@freebsd.org Tue Sep 28 20:47:36 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EC8CC6ABE2C; Tue, 28 Sep 2021 20:47:36 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJs5N2GkRz4rmv; Tue, 28 Sep 2021 20:47:36 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id 775A23C0199; Tue, 28 Sep 2021 20:47:30 +0000 (UTC) Date: Tue, 28 Sep 2021 20:47:30 +0000 From: Brooks Davis To: Piotr Kubaj Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 79207f500c9b - main - devel/llvm13: Disable OpenMP amdgcn bit code Message-ID: <20210928204730.GH63086@spindle.one-eyed-alien.net> References: <202109272224.18RMOCXA056594@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JbKQpFqZXJ2T76Sg" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-Rspamd-Queue-Id: 4HJs5N2GkRz4rmv X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of brooks@spindle.one-eyed-alien.net has no SPF policy when checking 199.48.129.229) smtp.mailfrom=brooks@spindle.one-eyed-alien.net X-Spamd-Result: default: False [-3.44 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.54)[-0.536]; FREEFALL_USER(0.00)[brooks]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; DMARC_NA(0.00)[freebsd.org]; AUTH_NA(1.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; SIGNED_PGP(-2.00)[]; FORGED_SENDER(0.30)[brooks@freebsd.org,brooks@spindle.one-eyed-alien.net]; RCVD_COUNT_ZERO(0.00)[0]; R_SPF_NA(0.00)[no SPF record]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:36236, ipnet:199.48.128.0/22, country:US]; FROM_NEQ_ENVFROM(0.00)[brooks@freebsd.org,brooks@spindle.one-eyed-alien.net]; MAILMAN_DEST(0.00)[dev-commits-ports-all,dev-commits-ports-main] X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2021 20:47:37 -0000 --JbKQpFqZXJ2T76Sg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 28, 2021 at 02:11:32AM +0200, Piotr Kubaj wrote: > On 21-09-27 22:24:12, Brooks Davis wrote: > > The branch main has been updated by brooks: > >=20 > > URL: https://cgit.FreeBSD.org/ports/commit/?id=3D79207f500c9bf7daf9c151= 7d71f71b4a2950300f > >=20 > > commit 79207f500c9bf7daf9c1517d71f71b4a2950300f > > Author: Brooks Davis > > AuthorDate: 2021-09-27 22:23:57 +0000 > > Commit: Brooks Davis > > CommitDate: 2021-09-27 22:23:57 +0000 > >=20 > > devel/llvm13: Disable OpenMP amdgcn bit code > > =20 > > Due to a bug in the CMakefiles these build for aarch64 and maybe > > ppc64le. This resulted in plist breakage for aarch64. > > =20 > > It would be straightforward to enable them for amd64, but I have no= way > > to test them and the current CMake bits build them for linux target= s so > > I suspect they won't work. > > =20 > > PR: 258706 > > Reviewed by: jbeich > > Sponsored by: DARPA > > --- > > devel/llvm13/Makefile | 1 + > > 1 file changed, 1 insertion(+) > >=20 > > diff --git a/devel/llvm13/Makefile b/devel/llvm13/Makefile > > index 650da0941660..29284492c4e6 100644 > > --- a/devel/llvm13/Makefile > > +++ b/devel/llvm13/Makefile > > @@ -174,6 +174,7 @@ LLDB_USES=3D lua:53 libedit > > LLDB_VARS=3D _USES_PYTHON=3Dpython:3.6+ > > MLIR_DESC=3D Multi-Level Intermediate Representation > > OPENMP_DESC=3D Install libomp, the LLVM OpenMP runtime library > > +OPENMP_CMAKE_IN=3D -DLIBOMPTARGET_BUILD_AMDGCN_BCLIB=3DOFF > Wasn't this supposed to be OPENMP_CMAKE_ON? Bah. Will fix. -- Brooks > > OPENMP_PORTDOCS=3D openmp > > PYCLANG_DESC=3D Install python bindings to libclang > > PYCLANG_IMPLIES=3D CLANG --JbKQpFqZXJ2T76Sg Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJhU39hAAoJEKzQXbSebgfA/gEH/RdMNddxRgFYn/mmrF3iuBiQ fzfNM2rDJaCZtHeXUzXagq6ip9WEP6FS8dwXGwOTv/9v+Imt5aes8fVlEd/Mv1n8 WulIBhz76HlDThUxhJBfzNDMuzzy1/52nCaBXXdEJVfuHLICzq5NAnQvyJkM/w8h t+REK1gexgt+WUXv3U3ireVmjd3FxqoZEdcVUWZmpaLWZeK7BAajJ66G/SHGsTGg 6fYbPrtaO6a6ACLk3JirJD6H1faOGL362SbA+6+VIH8tmrcJop8nRUrc7as14MoC n2Oe4bbM/iyoJ2n/wRkV0ExPc1OKnq2/5VZgbL/Hk4rqBFUIAVAI5dF7Jr3k1Kw= =6W2/ -----END PGP SIGNATURE----- --JbKQpFqZXJ2T76Sg--