aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Schlömer <nico.schloemer@gmail.com>2010-12-14 15:26:10 +0100
committerNico Schlömer <nico.schloemer@gmail.com>2010-12-14 15:26:10 +0100
commit0efe96a534f63468f953309705339cfa8bab4cdb (patch)
treeb6a7d16d81882ccfc0bce69e707adbc6fc9bd543 /dev-python/fiat/fiat-0.9.2.ebuild
parent[dev-python/ufl] Initial import. (diff)
downloadsci-0efe96a534f63468f953309705339cfa8bab4cdb.tar.gz
sci-0efe96a534f63468f953309705339cfa8bab4cdb.tar.bz2
sci-0efe96a534f63468f953309705339cfa8bab4cdb.zip
[dev-python/fiat] Initial import.
Diffstat (limited to 'dev-python/fiat/fiat-0.9.2.ebuild')
-rw-r--r--dev-python/fiat/fiat-0.9.2.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/fiat/fiat-0.9.2.ebuild b/dev-python/fiat/fiat-0.9.2.ebuild
new file mode 100644
index 000000000..6e687e2ce
--- /dev/null
+++ b/dev-python/fiat/fiat-0.9.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+
+inherit distutils
+
+DESCRIPTION="Generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra"
+HOMEPAGE="http://launchpad.net/fiat"
+SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-python/scientificpython"