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 8D4BC158020 for ; Fri, 16 Dec 2022 18:54:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A76E5E03EC; Fri, 16 Dec 2022 18:54:35 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 8E00CE03EC for ; Fri, 16 Dec 2022 18:54:35 +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 6A6E0340E39 for ; Fri, 16 Dec 2022 18:54:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEDBD621 for ; Fri, 16 Dec 2022 18:54:32 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1671216764.89145e3fd47e567fa7fa9ee2a82cc77882aabcff.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gmm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/gmm/Manifest sci-mathematics/gmm/gmm-5.4.2.ebuild X-VCS-Directories: sci-mathematics/gmm/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: 89145e3fd47e567fa7fa9ee2a82cc77882aabcff X-VCS-Branch: master Date: Fri, 16 Dec 2022 18:54:32 +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: 0833e384-ba4f-453e-8642-7056b891c823 X-Archives-Hash: e21c4b871be2bec4deefb685fc462963 commit: 89145e3fd47e567fa7fa9ee2a82cc77882aabcff Author: Amy Liffey gentoo org> AuthorDate: Fri Dec 16 10:05:02 2022 +0000 Commit: Amy Liffey gentoo org> CommitDate: Fri Dec 16 18:52:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89145e3f sci-mathematics/gmm: add 5.4.2 Signed-off-by: Amy Liffey gentoo.org> sci-mathematics/gmm/Manifest | 1 + sci-mathematics/gmm/gmm-5.4.2.ebuild | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/sci-mathematics/gmm/Manifest b/sci-mathematics/gmm/Manifest index 9cc1354cf896..ee6133319fca 100644 --- a/sci-mathematics/gmm/Manifest +++ b/sci-mathematics/gmm/Manifest @@ -1 +1,2 @@ +DIST gmm-5.4.2.tar.gz 545222 BLAKE2B 971656610e458f589de4e1d7d28947f501e23a25a018fa15b854047e4e34d11ac7f0729928250a80537859dfc888582285217a595e6168606ca7b54c4045e3ec SHA512 525eead2c9b4dbedbf4d5c315a7f7efa584aa4a2582c260bd304a3b7cc762f8161b4bc825b4853f53e5a766e56eed538d2005c8b1965bdc7efc77a5a0795e934 DIST gmm-5.4.tar.gz 547563 BLAKE2B 44d4809b84434e50e954d64ddd391ad39a2df8ff77b285b87615f1b7c0ce8dec6b4f002daf7fc6095c075ec60e32d7209ae3abba1899a42f8cc830b6fb33ff4a SHA512 a271755a69395f1fa3813be7fd65ecf123521ab5106acf3b87ecfc00a818ef476b669c65f6c29123f6351f9155ce3b5a02f17c8cff6d1821ad7c17ded0b854f5 diff --git a/sci-mathematics/gmm/gmm-5.4.2.ebuild b/sci-mathematics/gmm/gmm-5.4.2.ebuild new file mode 100644 index 000000000000..9d66d8b89ccb --- /dev/null +++ b/sci-mathematics/gmm/gmm-5.4.2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Generic C++ template library for sparse, dense and skyline matrices" +SRC_URI="mirror://nongnu/getfem/stable/${P}.tar.gz" +HOMEPAGE="http://getfem.org/gmm.html" + +LICENSE="|| ( LGPL-3 LGPL-3-with-linking-exception )" +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE=""