diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /sci-mathematics/gmm | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'sci-mathematics/gmm')
-rw-r--r-- | sci-mathematics/gmm/Manifest | 1 | ||||
-rw-r--r-- | sci-mathematics/gmm/gmm-4.2.ebuild | 16 | ||||
-rw-r--r-- | sci-mathematics/gmm/metadata.xml | 17 |
3 files changed, 34 insertions, 0 deletions
diff --git a/sci-mathematics/gmm/Manifest b/sci-mathematics/gmm/Manifest new file mode 100644 index 000000000000..d823de5c9d33 --- /dev/null +++ b/sci-mathematics/gmm/Manifest @@ -0,0 +1 @@ +DIST gmm-4.2.tar.gz 489912 SHA256 bc94080c9b2e1da2f8c886cfafa490bc1d5640912e6342ddd457c789f577fdb6 SHA512 c59941ec17870ae3a0fb4efa77a65a3ae4456d2589a13d4818f1b140f7ef3dbbafaf4597f553a98175ae592004fc000ea3435172ab5503de9b89a5cc510a9d23 WHIRLPOOL 362cfcc13e8f1c955afc1751d0e69436c821fdf3cc685c43a7ddddbd552eb88faf693d5e4207769e7274bc48605fca6f6c17d640edac5bb12e16ac29c3fa867a diff --git a/sci-mathematics/gmm/gmm-4.2.ebuild b/sci-mathematics/gmm/gmm-4.2.ebuild new file mode 100644 index 000000000000..9f248b2d09b8 --- /dev/null +++ b/sci-mathematics/gmm/gmm-4.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +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="" + +DOCS=( AUTHORS ) diff --git a/sci-mathematics/gmm/metadata.xml b/sci-mathematics/gmm/metadata.xml new file mode 100644 index 000000000000..282fd304492e --- /dev/null +++ b/sci-mathematics/gmm/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer> + <email>maintainer-needed@gentoo.org</email> +</maintainer> +<longdescription lang='en'> + Gmm++ is a generic C++ template library for sparse, dense and + skyline matrices. It is built as a set of generic algorithms (mult, + add, copy, sub-matrices, dense and sparse solvers ...) for any + interfaced vector type or matrix type. It can be view as a glue + library allowing cooperation between several vector and matrix + types. However, basic sparse, dense and skyline matrix/vector types + are built in Gmm++, hence it can be used as a standalone linear + algebra library. +</longdescription> +</pkgmetadata> |