diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-09-26 17:04:46 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-09-26 17:04:46 +0200 |
commit | f3707c36b9d2bf88caa572ad4f7d0978fcb71edb (patch) | |
tree | f461261418a8ccb3574838e778b6e3c9e7fd1503 /sci-libs/ceres-solver | |
parent | sys-boot/grub: add postinst warning to run grub-install (diff) | |
download | gentoo-f3707c36b9d2bf88caa572ad4f7d0978fcb71edb.tar.gz gentoo-f3707c36b9d2bf88caa572ad4f7d0978fcb71edb.tar.bz2 gentoo-f3707c36b9d2bf88caa572ad4f7d0978fcb71edb.zip |
sci-libs/ceres-solver: Stabilize 2.1.0 amd64, #872566
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-libs/ceres-solver')
-rw-r--r-- | 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.ebuild index fa2a76ca48ac..a274e62d83d7 100644 --- a/sci-libs/ceres-solver/ceres-solver-2.1.0.ebuild +++ b/sci-libs/ceres-solver/ceres-solver-2.1.0.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://ceres-solver.org/${P}.tar.gz" LICENSE="sparse? ( BSD ) !sparse? ( LGPL-2.1 ) cxsparse? ( BSD )" SLOT="0/1" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="cxsparse examples gflags lapack openmp +schur sparse test" REQUIRED_USE="test? ( gflags ) sparse? ( lapack ) abi_x86_32? ( !sparse !lapack )" |