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 0A10F15811D for ; Tue, 20 Jun 2023 00:02:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E9BAE083B; Tue, 20 Jun 2023 00:02:42 +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 5A163E083B for ; Tue, 20 Jun 2023 00:02:42 +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 80A41340FA9 for ; Tue, 20 Jun 2023 00:02:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E056CA9B for ; Tue, 20 Jun 2023 00:02:39 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1687219275.dddcc722fc0ccd972c56e68be58e19ccb36b31ec.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/btf/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/btf/Manifest sci-libs/btf/btf-2.0.3.ebuild sci-libs/btf/metadata.xml X-VCS-Directories: sci-libs/btf/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: dddcc722fc0ccd972c56e68be58e19ccb36b31ec X-VCS-Branch: master Date: Tue, 20 Jun 2023 00:02:39 +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: 399496bc-2262-4065-8838-39e4eea799ba X-Archives-Hash: cbc2fcc178f1dab90f5129cb4f0bab15 commit: dddcc722fc0ccd972c56e68be58e19ccb36b31ec Author: François Bissey gmail com> AuthorDate: Mon Jun 5 21:10:14 2023 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Tue Jun 20 00:01:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dddcc722 sci-libs/btf: add 2.0.3 Signed-off-by: François Bissey gmail.com> Signed-off-by: Michael Orlitzky gentoo.org> sci-libs/btf/Manifest | 1 + sci-libs/btf/btf-2.0.3.ebuild | 28 ++++++++++++++++++++++++++++ sci-libs/btf/metadata.xml | 3 +++ 3 files changed, 32 insertions(+) diff --git a/sci-libs/btf/Manifest b/sci-libs/btf/Manifest index 61f58e3f7bdf..7489d0d176c8 100644 --- a/sci-libs/btf/Manifest +++ b/sci-libs/btf/Manifest @@ -1 +1,2 @@ +DIST SuiteSparse-7.0.0.gh.tar.gz 64884962 BLAKE2B 06c6cf54ffae188f5179e0cd45523700448d8999b44d6b1aeb3dfb99ccf34a570f6aff600988a144c68a4a2d8f41e32f7145e09349aed3bd889501ea031c8340 SHA512 50b1cd7bab6e4c063984162ed803fd13b69df7f67efe8ce7af15eace6b0ccd1669b6e57daa59511fd9531a847433cda49c1f52bfff234031af0d79e7fbd6423e DIST btf-1.2.6.tar.bz2 285699 BLAKE2B 4addeea7b9abe87281f826a67a8a372118579f498057c888008ac93da1cdbfcf8554af6e843d92a07989ff0b24f537588f933fcc33c97317f47536980e551531 SHA512 39c08ec9bf2a85915aeed040dc02c42c10adf5034c3797910dc7cb6942ac6e2ccea47cea4ab0c37e8ed3eb8eac8d2ce946d281c9ec643cccd282af7be5276960 diff --git a/sci-libs/btf/btf-2.0.3.ebuild b/sci-libs/btf/btf-2.0.3.ebuild new file mode 100644 index 000000000000..f3d679bc9c50 --- /dev/null +++ b/sci-libs/btf/btf-2.0.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake-multilib + +Sparse_PV="7.0.0" +Sparse_P="SuiteSparse-${Sparse_PV}" +DESCRIPTION="Algorithm for matrix permutation into block triangular form" +HOMEPAGE="https://people.engr.tamu.edu/davis/suitesparse.html" +SRC_URI="https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/refs/tags/v${Sparse_PV}.tar.gz -> ${Sparse_P}.gh.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0/2" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" + +DEPEND=">=sci-libs/suitesparseconfig-${Sparse_PV}" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${Sparse_P}/${PN^^}" + +multilib_src_configure() { + local mycmakeargs=( + -DNSTATIC=ON + ) + cmake_src_configure +} diff --git a/sci-libs/btf/metadata.xml b/sci-libs/btf/metadata.xml index f15848939958..9f70db2d6ffd 100644 --- a/sci-libs/btf/metadata.xml +++ b/sci-libs/btf/metadata.xml @@ -11,4 +11,7 @@ its block upper triangular form (more precisely, it computes a Dulmage-Mendelsohn decomposition). + + DrTimothyAldenDavis/SuiteSparse +