diff options
author | David Seifert <soap@gentoo.org> | 2017-03-11 11:12:11 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-03-11 11:12:55 +0100 |
commit | 95b2d9bf2883bfeda5983a26257ec1a708e201fd (patch) | |
tree | 2d1c7032f6ccd085dc823aae53efb2e8d304efab /sci-mathematics/gmm | |
parent | sci-mathematics/ginac: Remove old (diff) | |
download | gentoo-95b2d9bf2883bfeda5983a26257ec1a708e201fd.tar.gz gentoo-95b2d9bf2883bfeda5983a26257ec1a708e201fd.tar.bz2 gentoo-95b2d9bf2883bfeda5983a26257ec1a708e201fd.zip |
sci-mathematics/gmm: Version bump to 5.1
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'sci-mathematics/gmm')
-rw-r--r-- | sci-mathematics/gmm/Manifest | 1 | ||||
-rw-r--r-- | sci-mathematics/gmm/gmm-5.1.ebuild | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/sci-mathematics/gmm/Manifest b/sci-mathematics/gmm/Manifest index 0c35329b3127..493daedb6428 100644 --- a/sci-mathematics/gmm/Manifest +++ b/sci-mathematics/gmm/Manifest @@ -1,2 +1,3 @@ DIST gmm-4.2.tar.gz 489912 SHA256 bc94080c9b2e1da2f8c886cfafa490bc1d5640912e6342ddd457c789f577fdb6 SHA512 c59941ec17870ae3a0fb4efa77a65a3ae4456d2589a13d4818f1b140f7ef3dbbafaf4597f553a98175ae592004fc000ea3435172ab5503de9b89a5cc510a9d23 WHIRLPOOL 362cfcc13e8f1c955afc1751d0e69436c821fdf3cc685c43a7ddddbd552eb88faf693d5e4207769e7274bc48605fca6f6c17d640edac5bb12e16ac29c3fa867a DIST gmm-5.0.tar.gz 507126 SHA256 dc201ec2fd480a242c0f47cef0d9d1fc0ec5549ed73d91a8c2f877e15ee53a7f SHA512 8beb52ae8512d52277f5b2ba02f721eb194c1ec107b86475954ee8be75b7755e3094e4d85abd4f02d946c8d0b8cc791bb6967b58ace0c5d82d1c3917f118830e WHIRLPOOL 45be5a79dc150dc7eecf5bed6b63c88691cf0892bd85415a5b19a69204fb6ff88a873eac71dcfdecb3550f788c9067b751e65c442eaff13cecbab58c678b3cc3 +DIST gmm-5.1.tar.gz 537290 SHA256 90e6bf309b81f496b401a375fe99826ad4b5c6ba99db6c92b37f9261db462636 SHA512 403074c2efedf2d9f63076a46faabb27c1bc19356284fac89aef58220ce0900d126b6f1a4f9bbef1641be1d609a8379729cad063695a570756ae0b2c470cedad WHIRLPOOL 6d152bb978b66cfdd70042ceab866365a377e76206867ee090b727f50fcc0f68796dae3754240a2fc6bb4c4de09fe0e45d2518a1098fa85a003f6bacaf62bbc9 diff --git a/sci-mathematics/gmm/gmm-5.1.ebuild b/sci-mathematics/gmm/gmm-5.1.ebuild new file mode 100644 index 000000000000..9600e99dec67 --- /dev/null +++ b/sci-mathematics/gmm/gmm-5.1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Generic C++ template library for sparse, dense and skyline matrices" +SRC_URI="http://download.gna.org/getfem/stable/${P}.tar.gz" +HOMEPAGE="http://www-gmm.insa-toulouse.fr/getfem/" + +LICENSE="|| ( LGPL-3 LGPL-3-with-linking-exception )" +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="" |