From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7DAF215800F for ; Mon, 13 Feb 2023 14:46:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A610FE07B3; Mon, 13 Feb 2023 14:46:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A254E07B3 for ; Mon, 13 Feb 2023 14:46:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 445F2335D71 for ; Mon, 13 Feb 2023 14:46:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 963648A7 for ; Mon, 13 Feb 2023 14:46:51 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1676299572.6a765b80ea66ff0ac1d24c07be466cd754749c3e.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/julia/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/julia/julia-1.8.3-r2.ebuild dev-lang/julia/julia-1.8.3-r3.ebuild X-VCS-Directories: dev-lang/julia/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 6a765b80ea66ff0ac1d24c07be466cd754749c3e X-VCS-Branch: master Date: Mon, 13 Feb 2023 14:46:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 435e18dd-b86a-431a-a131-afb2afe15d9c X-Archives-Hash: c283fde3a9739ecc241e12c01a8efc54 commit: 6a765b80ea66ff0ac1d24c07be466cd754749c3e Author: Maciej Barć gentoo org> AuthorDate: Mon Feb 13 14:43:52 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Mon Feb 13 14:46:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a765b80 dev-lang/julia: build libpcre Closes: https://bugs.gentoo.org/893336 Signed-off-by: Maciej Barć gentoo.org> dev-lang/julia/{julia-1.8.3-r2.ebuild => julia-1.8.3-r3.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-lang/julia/julia-1.8.3-r2.ebuild b/dev-lang/julia/julia-1.8.3-r3.ebuild similarity index 98% rename from dev-lang/julia/julia-1.8.3-r2.ebuild rename to dev-lang/julia/julia-1.8.3-r3.ebuild index 80b3ddf0dc9e..8c004212a919 100644 --- a/dev-lang/julia/julia-1.8.3-r2.ebuild +++ b/dev-lang/julia/julia-1.8.3-r3.ebuild @@ -111,6 +111,7 @@ src_configure() { filter-lto # julia does not play well with the system versions of libuv + # Fails to compile with libpcre2 on split-usr, bug #893336 # USE_SYSTEM_LIBM=0 implies using external openlibm cat <<-EOF > Make.user LOCALBASE:="${EPREFIX}/usr" @@ -125,7 +126,7 @@ src_configure() { USE_SYSTEM_CSL:=1 USE_SYSTEM_LLVM:=0 USE_SYSTEM_LIBUNWIND:=1 - USE_SYSTEM_PCRE:=1 + USE_SYSTEM_PCRE:=0 USE_SYSTEM_LIBM:=0 USE_SYSTEM_OPENLIBM:=1 USE_SYSTEM_DSFMT:=1