aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2017-04-06 21:26:08 -0500
committerMatthias Maier <tamiko@gentoo.org>2017-04-06 21:26:08 -0500
commit5515ce55032cbcdf1704a84670aa5bccaaebd77b (patch)
tree1c7e1d51af4eeaafb0553b7a64e0f941356528e4
parentdev-python/fiat: version bump to 2016.2.0 (diff)
downloadsci-5515ce55032cbcdf1704a84670aa5bccaaebd77b.tar.gz
sci-5515ce55032cbcdf1704a84670aa5bccaaebd77b.tar.bz2
sci-5515ce55032cbcdf1704a84670aa5bccaaebd77b.zip
dev-python/ffc: version bump to 2016.2.0
Package-Manager: Portage-2.3.3, Repoman-2.3.2
-rw-r--r--dev-python/ffc/Manifest1
-rw-r--r--dev-python/ffc/ffc-2016.2.0.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/ffc/Manifest b/dev-python/ffc/Manifest
index 39d275d36..f0854c8ec 100644
--- a/dev-python/ffc/Manifest
+++ b/dev-python/ffc/Manifest
@@ -1 +1,2 @@
DIST ffc-1.4.0.tar.gz 366090 SHA256 3e5df8294bd2ca0243e91cbcd9f94ba584b950dccf8028f10bf4d918b80ff71c SHA512 94399bb71768b1a1628206f8d4eadcc31e1631682feb68aa42e364c1bb35d2d6d7753bc574b71b3e3ce20b68e13b8c6266dca3e38e48e68ff1c11cf84acdc101 WHIRLPOOL 29af97b03c5ceb41ed1b268904ae5194be43aeeca5a9d319f2c382b2b3d6c044c41392dd6aa703e8df792b7457763af003e1f606f1ad8bb44e58c2c6f654af4f
+DIST ffc-2016.2.0.tar.gz 1371814 SHA256 097c284780447ea7bb47d4d51956648a1efb2cb9047eb1382944421dde351ecb SHA512 173e6e675bcf76efac4655a2ca21798552a193ce4b551f9f2de0a2eff9c059ea9478028b6e069ed8897da9d9c0bc26e14e5b82e7a2be508c33b054bf8f0efd5e WHIRLPOOL 138043820aca5587239e073ad7fa57ac5e64ccf69e113da073d9e0a7924d06138b1d274f9b987ab5661d33a4eda0112a5afcdd1b5ba493ae8089bdfe36fa2cd6
diff --git a/dev-python/ffc/ffc-2016.2.0.ebuild b/dev-python/ffc/ffc-2016.2.0.ebuild
new file mode 100644
index 000000000..9dc670306
--- /dev/null
+++ b/dev-python/ffc/ffc-2016.2.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Compiler for multilinear forms by generating C or C++ code"
+HOMEPAGE="https://bitbucket.org/fenics-project/ffc/"
+SRC_URI="https://bitbucket.org/fenics-project/ffc/downloads/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ !sci-mathematics/ufc
+ ~dev-python/ufl-${PV}[${PYTHON_USEDEP}]
+ ~dev-python/instant-${PV}[${PYTHON_USEDEP}]
+ ~dev-python/fiat-${PV}[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ "