From owner-freebsd-ports@freebsd.org Fri Mar 13 10:51:22 2020 Return-Path: Delivered-To: freebsd-ports@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 E853C25B2AB for ; Fri, 13 Mar 2020 10:51:22 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48f2Yk4wlgz4X8w for ; Fri, 13 Mar 2020 10:51:22 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 5D0639B95; Fri, 13 Mar 2020 10:51:22 +0000 (UTC) From: Jan Beich To: freebsd-ports@freebsd.org Subject: Re: OMP status? References: <20200313101624.GC95167@graf.pompo.net> Date: Fri, 13 Mar 2020 11:51:21 +0100 In-Reply-To: <20200313101624.GC95167@graf.pompo.net> (Thierry Thomas's message of "Fri, 13 Mar 2020 11:16:24 +0100") Message-ID: <4kus-a5p2-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Mar 2020 10:51:23 -0000 Thierry Thomas writes: > Hello, > > devel/openmp is deprecated, and should be removed, OK. The port was already removed. > But USES=compiler:openmp still brings GCC. Is there any reason for that? No but... - fixing USES=compiler is a separate task for someone interested - requires testing consumers which is time-consuming - aarch64, armv6, armv7 use Clang but don't support OpenMP yet - i386 is partially broken due to missing libatomic i.e., #pragma omp atomic is not usable with Clang - USES=fortran consumers may use OpenMP but mixing OpenMP implementations leads to undefined behavior