Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Sep 2021 02:21:10 +0000
From:      Alexey Dokuchaev <danfe@freebsd.org>
To:        Piotr Kubaj <pkubaj@anongoth.pl>
Cc:        Brooks Davis <brooks@freebsd.org>, 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:  <YVJ8FmVkhOBC0iO6@FreeBSD.org>
In-Reply-To: <YVJdtDX%2BSCIvuY5p@KGPE-D16>
References:  <202109272224.18RMOCXA056594@gitrepo.freebsd.org> <YVJdtDX%2BSCIvuY5p@KGPE-D16>

next in thread | previous in thread | raw e-mail | index | archive | help
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:
> > commit 79207f500c9bf7daf9c1517d71f71b4a2950300f
> > 
> >     devel/llvm13: Disable OpenMP amdgcn bit code
> >     
> >     PR:             258706
> >     Reviewed by:    jbeich
> >     Sponsored by:   DARPA
> > ---
> >  devel/llvm13/Makefile | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > 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=		lua:53 libedit
> >  LLDB_VARS=		_USES_PYTHON=python:3.6+
> >  MLIR_DESC=		Multi-Level Intermediate Representation
> >  OPENMP_DESC=		Install libomp, the LLVM OpenMP runtime library
> > +OPENMP_CMAKE_IN=	-DLIBOMPTARGET_BUILD_AMDGCN_BCLIB=OFF
> 
> Wasn't this supposed to be OPENMP_CMAKE_ON?

Also missing type annotation (:BOOL).

./danfe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?YVJ8FmVkhOBC0iO6>