Date: Fri, 27 Aug 2021 09:15:39 +0200 (CEST) From: Gerald Pfeifer <gerald@pfeifer.com> To: Yuri Victorovich <yuri@FreeBSD.org> Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 21f6954d839a - main - math/cado-nfs: New port: Implementation of the Number Field Sieve Algorithm Message-ID: <552d6b58-4380-b44a-51f3-32635df5c79@pfeifer.com> In-Reply-To: <202108131000.17DA0B6H070660@gitrepo.freebsd.org> References: <202108131000.17DA0B6H070660@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 13 Aug 2021, Yuri Victorovich wrote: > +USE_GCC= any # fails in clang-11 with various STL and C++ errors. Reported to the upstream author Emmanuel Thomé on 2021-08-13. I replaced this with USE_GCC=yes in 42db3560ac768eab87b11e9e80c0041a07b02847 and will see to tighten docs (and code). Cheers, Gerald From owner-dev-commits-ports-all@freebsd.org Fri Aug 27 08:12:01 2021 Return-Path: <owner-dev-commits-ports-all@freebsd.org> Delivered-To: dev-commits-ports-all@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 9F09C65A4A9; Fri, 27 Aug 2021 08:12:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GwsrK38gfz4dNg; Fri, 27 Aug 2021 08:12:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 490481FF7D; Fri, 27 Aug 2021 08:12:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17R8C18Q095272; Fri, 27 Aug 2021 08:12:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17R8C1s7095271; Fri, 27 Aug 2021 08:12:01 GMT (envelope-from git) Date: Fri, 27 Aug 2021 08:12:01 GMT Message-Id: <202108270812.17R8C1s7095271@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich <jbeich@FreeBSD.org> Subject: git: 2d5e932051ae - main - devel/vc-intrinsics: add llvm13 flavor after acdf72266d25 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2d5e932051ae28c607ea5ded99451d1bc03bcf14 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository <dev-commits-ports-all.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/dev-commits-ports-all>, <mailto:dev-commits-ports-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/dev-commits-ports-all/> List-Post: <mailto:dev-commits-ports-all@freebsd.org> List-Help: <mailto:dev-commits-ports-all-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/dev-commits-ports-all>, <mailto:dev-commits-ports-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 27 Aug 2021 08:12:01 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=2d5e932051ae28c607ea5ded99451d1bc03bcf14 commit 2d5e932051ae28c607ea5ded99451d1bc03bcf14 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-08-27 00:04:27 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-08-27 08:11:27 +0000 devel/vc-intrinsics: add llvm13 flavor after acdf72266d25 --- devel/vc-intrinsics/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/vc-intrinsics/Makefile b/devel/vc-intrinsics/Makefile index 4f69baed1d82..16708bef9976 100644 --- a/devel/vc-intrinsics/Makefile +++ b/devel/vc-intrinsics/Makefile @@ -8,7 +8,7 @@ COMMENT= LLVM intrinsics for SIMD on GPU LICENSE= MIT -FLAVORS= ${12 11 10 90 80 70:L:S/^/llvm/} +FLAVORS= ${13 12 11 10 90 80 70:L:S/^/llvm/} BUILD_DEPENDS= ${FLAVOR}>0:devel/${FLAVOR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?552d6b58-4380-b44a-51f3-32635df5c79>