sci-libs/ceres-solver: fix running tests

Fixes: 7e7330cc8c499ec3ca1083e4cceb4748fef19986
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-10-26 07:33:13 +00:00
parent 24696ef3ec
commit 53b7635a32
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -97,7 +97,7 @@ src_configure() {
src_test() {
use cuda && cuda_add_sandbox -w
cmake_src_test
cmake-multilib_src_test
}
src_install() {