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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D3B9158020 for ; Wed, 16 Nov 2022 16:27:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 521F3E0901; Wed, 16 Nov 2022 16:27:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 3D705E0901 for ; Wed, 16 Nov 2022 16:27:16 +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 377BA340D5A for ; Wed, 16 Nov 2022 16:27:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71E0F72C for ; Wed, 16 Nov 2022 16:27:13 +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: <1668615942.83ed86a8e54ccd7b89f74ad8f8a8c3f9941f02d1.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.2.ebuild X-VCS-Directories: dev-lang/julia/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 83ed86a8e54ccd7b89f74ad8f8a8c3f9941f02d1 X-VCS-Branch: master Date: Wed, 16 Nov 2022 16:27:13 +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: c35e7115-3d75-4ce0-8613-684541545853 X-Archives-Hash: 1960e2bbd81ecd8288f42f146589f221 commit: 83ed86a8e54ccd7b89f74ad8f8a8c3f9941f02d1 Author: Maciej Barć gentoo org> AuthorDate: Wed Nov 16 16:25:42 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Wed Nov 16 16:25:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83ed86a8 dev-lang/julia: use 1 job to compile and install Julia Signed-off-by: Maciej Barć gentoo.org> dev-lang/julia/julia-1.8.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/julia/julia-1.8.2.ebuild b/dev-lang/julia/julia-1.8.2.ebuild index febe76536081..3370da1781b4 100644 --- a/dev-lang/julia/julia-1.8.2.ebuild +++ b/dev-lang/julia/julia-1.8.2.ebuild @@ -162,12 +162,12 @@ src_compile() { # Julia accesses /proc/self/mem on Linux addpredict /proc/self/mem - default + emake -j1 pax-mark m "$(file usr/bin/julia-* | awk -F : '/ELF/ {print $1}')" } src_install() { - emake install DESTDIR="${D}" + emake -j1 install DESTDIR="${D}" dodoc README.md if ! use system-llvm ; then