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 67FC615808C for ; Sun, 6 Mar 2022 02:22:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0E36E0826; Sun, 6 Mar 2022 02:22:58 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8444BE0827 for ; Sun, 6 Mar 2022 02:22:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 8881C342DFA for ; Sun, 6 Mar 2022 02:22:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6F94315 for ; Sun, 6 Mar 2022 02:22:54 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1646533362.4479f4611c44cd94da7fb08c8f867938dca2dd3a.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/libyogrt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/libyogrt/Manifest sys-cluster/libyogrt/libyogrt-1.27.ebuild X-VCS-Directories: sys-cluster/libyogrt/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 4479f4611c44cd94da7fb08c8f867938dca2dd3a X-VCS-Branch: dev Date: Sun, 6 Mar 2022 02:22:54 +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: e012cdab-5fbd-46af-b03d-7fa03aa62128 X-Archives-Hash: 50e8effa46ed27efe4ed561b4f38852a commit: 4479f4611c44cd94da7fb08c8f867938dca2dd3a Author: Alessandro Barbieri gmail com> AuthorDate: Sun Mar 6 01:45:12 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun Mar 6 02:22:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4479f461 sys-cluster/libyogrt: add 1.27 Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/libyogrt/Manifest | 1 + sys-cluster/libyogrt/libyogrt-1.27.ebuild | 38 +++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/sys-cluster/libyogrt/Manifest b/sys-cluster/libyogrt/Manifest index 125fe5bc6..4c67839ee 100644 --- a/sys-cluster/libyogrt/Manifest +++ b/sys-cluster/libyogrt/Manifest @@ -1 +1,2 @@ DIST libyogrt-1.24.tar.gz 37803 BLAKE2B b79310d7a0b7f32d3bab5582640006386ea5fa15ee169b7104c4c194948a4c2282d7a4fb748e3dd98a17096d289f63f97204201533620aa5d5c0181ae40f76c6 SHA512 e761a5ff397b55da0769c7a42a03a170efe9d52102166aa6ccdb9a8949bd844f201a4a4a1e1010320a82132d0b19b468c1ee74e42af603f341232d6a5147d745 +DIST libyogrt-1.27.tar.gz 43479 BLAKE2B 75120f6af932c75efc80acb75f0b73ddeb56e348820e0a20d3597a61143fca654a215b5c61503c4e354d607736497a9c6109239c9b5a16ca35290383163b2927 SHA512 7a23a05fec70206449618feeeee21eb8f0c55900fbd824e3c60cf54f2cb632e263696fa72e4d1a609160edb1b44585f87ca3efbde54ca352eb92a1d06f718ffb diff --git a/sys-cluster/libyogrt/libyogrt-1.27.ebuild b/sys-cluster/libyogrt/libyogrt-1.27.ebuild new file mode 100644 index 000000000..1fdd0e315 --- /dev/null +++ b/sys-cluster/libyogrt/libyogrt-1.27.ebuild @@ -0,0 +1,38 @@ +# Copyright 2019-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="Your One Get Remaining Time library" +HOMEPAGE="https://github.com/LLNL/libyogrt" +SRC_URI="https://github.com/LLNL/libyogrt/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="slurm" + +RDEPEND="slurm? ( sys-cluster/slurm )" +DEPEND="${RDEPEND}" + +#TODO: flux + +src_prepare() { + default + AT_M4DIR="config" eautoreconf +} + +src_configure() { + local myconf + + use slurm && myconf+=( "--with-slurm=${EPREFIX}/usr" ) + + econf "${myconf[@]}" +} + +src_install() { + default + find "${ED}" -name '*.la' -delete || die +}