aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2017-04-07 00:37:05 -0500
committerMatthias Maier <tamiko@gentoo.org>2017-04-07 00:37:40 -0500
commit58db08df6890cf0be42c9d48294b3a8c527cebe7 (patch)
treee0ca5ff75317718555399a3b9044013de345e966 /sci-mathematics/dolfin
parentsci-mathematics/dolfin: ebuild maintenance (diff)
downloadsci-58db08df6890cf0be42c9d48294b3a8c527cebe7.tar.gz
sci-58db08df6890cf0be42c9d48294b3a8c527cebe7.tar.bz2
sci-58db08df6890cf0be42c9d48294b3a8c527cebe7.zip
sci-mathematics/dolfin: fix runtime dependency on swig
Package-Manager: Portage-2.3.3, Repoman-2.3.2
Diffstat (limited to 'sci-mathematics/dolfin')
-rw-r--r--sci-mathematics/dolfin/dolfin-2016.2.0-r2.ebuild (renamed from sci-mathematics/dolfin/dolfin-2016.2.0-r1.ebuild)9
1 files changed, 5 insertions, 4 deletions
diff --git a/sci-mathematics/dolfin/dolfin-2016.2.0-r1.ebuild b/sci-mathematics/dolfin/dolfin-2016.2.0-r2.ebuild
index 9a668a3d5..aab0037df 100644
--- a/sci-mathematics/dolfin/dolfin-2016.2.0-r1.ebuild
+++ b/sci-mathematics/dolfin/dolfin-2016.2.0-r2.ebuild
@@ -19,10 +19,12 @@ IUSE="hdf5 mpi parmetis petsc scotch trilinos umfpack zlib vtk"
REQUIRED_USE="${PYTHON_REQUIRED_USE}
trilinos? ( mpi )"
-RDEPEND="
+# Yes, swig is an RDEPEND
+DEPEND="
${PYTHON_DEPS}
- dev-libs/boost:=
dev-cpp/eigen:3
+ dev-lang/swig:0=
+ dev-libs/boost:=
dev-libs/libxml2:2
~dev-python/ffc-${PV}[${PYTHON_USEDEP}]
~dev-python/fiat-${PV}[${PYTHON_USEDEP}]
@@ -45,8 +47,7 @@ RDEPEND="
)
vtk? ( sci-libs/vtk )
zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
- dev-lang/swig:0"
+RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}"/${P}-trilinos-superlu.patch