diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2023-08-16 09:21:48 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2023-08-16 16:13:06 -0400 |
commit | f9d11a491abec360730183e4edee265e2a12b620 (patch) | |
tree | 4f6402cf2be3e258445235f1e689fd41136531c6 /sci-libs/ceres-solver | |
parent | sci-libs/clblas: add dev-libs/mathjax upper bound (diff) | |
download | gentoo-f9d11a491abec360730183e4edee265e2a12b620.tar.gz gentoo-f9d11a491abec360730183e4edee265e2a12b620.tar.bz2 gentoo-f9d11a491abec360730183e4edee265e2a12b620.zip |
sci-libs/ceres-solver: add dev-libs/mathjax upper bound
This package patches in support for the system copy of dev-libs/mathjax,
and may actually work with mathjax-3.x, but for now let's play it safe.
An upgrade to mathjax-3.x can be attempted once it's in the tree.
Bug: https://bugs.gentoo.org/837722
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs/ceres-solver')
-rw-r--r-- | sci-libs/ceres-solver/ceres-solver-2.1.0-r1.ebuild (renamed from sci-libs/ceres-solver/ceres-solver-2.1.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/ceres-solver/ceres-solver-2.1.0.ebuild b/sci-libs/ceres-solver/ceres-solver-2.1.0-r1.ebuild index 28312cad9867..0266f174e0e4 100644 --- a/sci-libs/ceres-solver/ceres-solver-2.1.0.ebuild +++ b/sci-libs/ceres-solver/ceres-solver-2.1.0-r1.ebuild @@ -24,7 +24,7 @@ RESTRICT="!test? ( test )" BDEPEND="${PYTHON_DEPS} >=dev-cpp/eigen-3.3.4:3 lapack? ( virtual/pkgconfig ) - doc? ( dev-libs/mathjax ) + doc? ( <dev-libs/mathjax-3 ) " RDEPEND=" dev-cpp/glog[gflags?,${MULTILIB_USEDEP}] |