From nobody Sat Jan 28 17:33:37 2023 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4P41kr1ZpXz3bQdN for ; Sat, 28 Jan 2023 17:33:40 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from smtp-190f.mail.infomaniak.ch (smtp-190f.mail.infomaniak.ch [185.125.25.15]) (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 (2048 bits) client-digest SHA256) (Client CN "relay.mail.infomaniak.ch", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4P41kq6Hbtz4B3m; Sat, 28 Jan 2023 17:33:39 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Authentication-Results: mx1.freebsd.org; none Received: from smtp-2-0000.mail.infomaniak.ch (unknown [10.5.36.107]) by smtp-2-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4P41kn6Ft9zMrj5y; Sat, 28 Jan 2023 18:33:37 +0100 (CET) Received: from unknown by smtp-2-0000.mail.infomaniak.ch (Postfix) with ESMTPA id 4P41kn3jL4zMr4km; Sat, 28 Jan 2023 18:33:37 +0100 (CET) Message-ID: <311805b9-d2d7-3582-1624-443bad05a87d@FreeBSD.org> Date: Sat, 28 Jan 2023 18:33:37 +0100 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: git: 75ac7903573c - main - graphics/darktable: Use GCC as the compiler instead of LLVM To: Dima Panov , Matthias Andree Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <202301272245.30RMjpHY013683@gitrepo.freebsd.org> <3e6b66b1-c01e-095a-fb95-61db65787d9b@gmx.de> <6d565a3d-41d2-8da3-f171-2fefda1ee29e@FreeBSD.org> Content-Language: en-US From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Organization: The FreeBSD Project In-Reply-To: <6d565a3d-41d2-8da3-f171-2fefda1ee29e@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Infomaniak-Routing: alpha X-Rspamd-Queue-Id: 4P41kq6Hbtz4B3m X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:29222, ipnet:185.125.24.0/22, country:CH] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On 28/01/2023 18:10, Dima Panov wrote: > BTW, USES+= llvm:14,build can be enchanted by USES+= llvm:min=14,build > to allow llvm15 too for opencl part. I tried that, but there was another error. I'm wondering if something is missing from our LLVM 15. For instance, I see that intel-compute-runtime ports (the underlying OpenCL implementation for Intel GPUs) is available for LLVM up-to 14, not 15. -- Jean-Sébastien Pédron The FreeBSD Project