From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- sci-libs/fetk/Manifest | 4 ++++ sci-libs/fetk/fetk-1.5.ebuild | 22 ++++++++++++++++++++++ sci-libs/fetk/metadata.xml | 23 +++++++++++++++++++++++ 3 files changed, 49 insertions(+) create mode 100644 sci-libs/fetk/Manifest create mode 100644 sci-libs/fetk/fetk-1.5.ebuild create mode 100644 sci-libs/fetk/metadata.xml (limited to 'sci-libs/fetk') diff --git a/sci-libs/fetk/Manifest b/sci-libs/fetk/Manifest new file mode 100644 index 000000000000..44adfd850b5a --- /dev/null +++ b/sci-libs/fetk/Manifest @@ -0,0 +1,4 @@ +EBUILD fetk-1.5.ebuild 424 SHA256 b8ecfd566117b1fb42eafa3cb01da1f0f56e04febd8d63342fec0de5f53db122 SHA512 df722ecc3865e6fa594d76d784c595038d65c1733837e26a287de62d0554a5f7a808daa85d317f5dbd070eb52fa28621764114ef3e3cab28a034fd1b5b29c439 WHIRLPOOL 9c9c7fc3a7c19c2a460666cdc3e20a1f8d1860f135b351b0238dfc5e39563c1324ba4fbff644e714bfd88935ad4f0463c4984df008001cb56af566974b416e8f +MISC ChangeLog 2554 SHA256 b7edb324003b9430ada56369a525bf60bb10466cc996864b420bff4e49d0559a SHA512 d968d003fbff6e7d9771865bb620f8ee36d49ed1ec8c6a9cfa8a7be42892871343e0bc6b8f6c95a90ed462c033bdaa55233403792cd5c978be1476a675d98b42 WHIRLPOOL b8ee003d47f66ccf20aee6a1ba3f22b66a40d1c50737f5b3a27e394112d65700d389f2701fcc0319d70cedb84670c9ebc31a42bb9e142c399d18df182dd422d9 +MISC ChangeLog-2015 654 SHA256 71dc833d17fb2c11bc9e1538678897a22dcb74e2b18ce27e50c5fb16c8b4c3a2 SHA512 4407b96a8f06ccae2aab5b2016588d13f38b40ef243d014fde545a6fac1eb1ae22e5a7bbeb74746f1bb286b4da45212df13f53ffc070e37fb62b779473a11351 WHIRLPOOL 831d00c971bf51e45f95b2f5355464cc6e351f5e2c19aa7f41c0b7111d260c3976cad596a093372da0ec245b7a0cee865ed2df9032c03b3ade9d3a0d175febe1 +MISC metadata.xml 1202 SHA256 bcb2cfb47a009c9aed6d20025e0bdb856fcf445a5f59e1ac9596981497b2cbe9 SHA512 b3df3f22c8757830cec30e5eeb248f104968b689f7a49524db0f2a5051540580347787a981415045b9661b17f54cdd2dbeb9771d0c710348888e27f1ca9450b1 WHIRLPOOL ddc80752e4cd63d20c09f14c75fc789983ef125927453593d2d2931580db768a8214a7b22106f7f1fb78fe1c208fbfec92feb527f8d52e4ea0aa58ca3afb17cf diff --git a/sci-libs/fetk/fetk-1.5.ebuild b/sci-libs/fetk/fetk-1.5.ebuild new file mode 100644 index 000000000000..96d1ea80984f --- /dev/null +++ b/sci-libs/fetk/fetk-1.5.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +DESCRIPTION="The Finite Element ToolKit - Meta package" +HOMEPAGE="http://fetk.org/" +SRC_URI="" + +SLOT="0" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +LICENSE="GPL-2" +IUSE="" + +RDEPEND=" + ~dev-libs/maloc-${PV} + ~media-libs/sg-${PV} + ~sci-libs/gamer-${PV} + ~sci-libs/mc-${PV} + ~sci-libs/punc-${PV} + " +DEPEND="" diff --git a/sci-libs/fetk/metadata.xml b/sci-libs/fetk/metadata.xml new file mode 100644 index 000000000000..d9c1802ed751 --- /dev/null +++ b/sci-libs/fetk/metadata.xml @@ -0,0 +1,23 @@ + + + + + sci-chemistry@gentoo.org + Gentoo Chemistry Project + + +The Finite Element ToolKit (FETK) is a collaboratively developed, evolving +collection of adaptive finite element method (AFEM) software libraries and +tools for solving coupled systems of nonlinear geometric partial differential +equations (PDE). The FETK libraries and tools are written in an +object-oriented form of ANSI-C and in C++, and include a common portability +layer (MALOC) for all of FETK, a collection of standard numerical +libraries (PUNC), a stand-alone high-quality surface and volume simplex mesh +generator (GAMer), a stand-alone networked polygon display tool (SG), +a general nonlinear finite element modeling kernel (MC), +and a MATLAB toolkit (MCLite) for protyping finite element methods and +examining simplex meshes using MATLAB. The entire FETK Suite of tools is +highly portable (from iPhone to Blue Gene/L), thanks to use of +a small abstraction layer (MALOC). + + -- cgit v1.2.3