summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-04-20 17:12:21 +0200
committerDavid Seifert <soap@gentoo.org>2017-04-20 18:38:17 +0200
commit846167f16c1be69ab6a14c885bf76b1bb862bc8d (patch)
tree7a8ce3622160df4453d349335fe7e42d026f4f27
parentsci-chemistry/vmd: [QA] Add missing python metadata variables (diff)
downloadgentoo-846167f16c1be69ab6a14c885bf76b1bb862bc8d.tar.gz
gentoo-846167f16c1be69ab6a14c885bf76b1bb862bc8d.tar.bz2
gentoo-846167f16c1be69ab6a14c885bf76b1bb862bc8d.zip
sci-libs/ceres-solver: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r--sci-libs/ceres-solver/ceres-solver-1.11.0.ebuild3
-rw-r--r--sci-libs/ceres-solver/ceres-solver-1.8.0.ebuild5
-rw-r--r--sci-libs/ceres-solver/ceres-solver-1.9.0.ebuild5
3 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/ceres-solver/ceres-solver-1.11.0.ebuild b/sci-libs/ceres-solver/ceres-solver-1.11.0.ebuild
index 644e13b245d8..f9643b670583 100644
--- a/sci-libs/ceres-solver/ceres-solver-1.11.0.ebuild
+++ b/sci-libs/ceres-solver/ceres-solver-1.11.0.ebuild
@@ -34,7 +34,8 @@ RDEPEND="
DEPEND="${RDEPEND}
dev-cpp/eigen:3
doc? ( dev-python/sphinx dev-python/sphinx_rtd_theme )
- lapack? ( virtual/pkgconfig )"
+ lapack? ( virtual/pkgconfig )
+ ${PYTHON_DEPS}"
pkg_pretend() {
if [[ ${MERGE_TYPE} != binary ]] && use openmp; then
diff --git a/sci-libs/ceres-solver/ceres-solver-1.8.0.ebuild b/sci-libs/ceres-solver/ceres-solver-1.8.0.ebuild
index 7dec3418fb44..391d45331790 100644
--- a/sci-libs/ceres-solver/ceres-solver-1.8.0.ebuild
+++ b/sci-libs/ceres-solver/ceres-solver-1.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -31,7 +31,8 @@ RDEPEND="
DEPEND="${RDEPEND}
dev-cpp/eigen:3
lapack? ( virtual/pkgconfig )
- doc? ( dev-python/sphinx )"
+ doc? ( dev-python/sphinx )
+ ${PYTHON_DEPS}"
src_prepare() {
# prefix love
diff --git a/sci-libs/ceres-solver/ceres-solver-1.9.0.ebuild b/sci-libs/ceres-solver/ceres-solver-1.9.0.ebuild
index 45562054876b..2d65b3615088 100644
--- a/sci-libs/ceres-solver/ceres-solver-1.9.0.ebuild
+++ b/sci-libs/ceres-solver/ceres-solver-1.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -34,7 +34,8 @@ RDEPEND="
DEPEND="${RDEPEND}
dev-cpp/eigen:3
doc? ( dev-python/sphinx dev-python/sphinx_rtd_theme )
- lapack? ( virtual/pkgconfig )"
+ lapack? ( virtual/pkgconfig )
+ ${PYTHON_DEPS}"
PATCHES=( "${FILESDIR}"/${P}-underlink.patch )