From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7459B158176 for ; Tue, 14 Oct 2025 19:44:58 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 608F93411FF for ; Tue, 14 Oct 2025 19:44:58 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1F8C3110584; Tue, 14 Oct 2025 19:43:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 16820110584 for ; Tue, 14 Oct 2025 19:43:25 +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 C5F723412A5 for ; Tue, 14 Oct 2025 19:43:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD3E13AE8 for ; Tue, 14 Oct 2025 19:43:22 +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: <1760470997.727ab363d94c28e8f967fd37e95e870d3bd76fa7.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/lean/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/lean/lean-4.14.0-r1.ebuild X-VCS-Directories: sci-mathematics/lean/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 727ab363d94c28e8f967fd37e95e870d3bd76fa7 X-VCS-Branch: master Date: Tue, 14 Oct 2025 19:43:22 +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: fc244da9-0126-49f9-ab0d-28dad5e2c9ed X-Archives-Hash: a3bdeb1df350846dc92be491c5c82166 commit: 727ab363d94c28e8f967fd37e95e870d3bd76fa7 Author: Maciej Barć gentoo org> AuthorDate: Tue Oct 14 19:20:46 2025 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Oct 14 19:43:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=727ab363 sci-mathematics/lean: increase ulimit for version 4.14.0 Closes: https://bugs.gentoo.org/955209 Signed-off-by: Maciej Barć gentoo.org> sci-mathematics/lean/lean-4.14.0-r1.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sci-mathematics/lean/lean-4.14.0-r1.ebuild b/sci-mathematics/lean/lean-4.14.0-r1.ebuild index bbb780629319..3f283c3101db 100644 --- a/sci-mathematics/lean/lean-4.14.0-r1.ebuild +++ b/sci-mathematics/lean/lean-4.14.0-r1.ebuild @@ -85,6 +85,12 @@ src_configure() { cmake_src_configure } +src_compile() { + ulimit -s 30000000 || eerror "Failed to set required ulimit. Build may fail!" + + cmake_src_compile +} + src_install() { cmake_src_install