summaryrefslogtreecommitdiff
path: root/sci-libs
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-07-22 03:04:36 -0500
committerroot <root@alpha.trunkmasters.com>2026-07-22 03:04:36 -0500
commit63ccd2e4ddd6295605ea83ff6f5e2337785496e5 (patch)
treec2e8b95c36b14703e41de0de4fe7cb686ee24eea /sci-libs
parent805088e14f2164ec415b97288657da8492869f97 (diff)
downloadbaldeagleos-repo-63ccd2e4ddd6295605ea83ff6f5e2337785496e5.tar.gz
baldeagleos-repo-63ccd2e4ddd6295605ea83ff6f5e2337785496e5.tar.xz
baldeagleos-repo-63ccd2e4ddd6295605ea83ff6f5e2337785496e5.zip
Adding metadata
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/ceres-solver/ceres-solver-2.2.0-r2.ebuild (renamed from sci-libs/ceres-solver/ceres-solver-2.2.0-r1.ebuild)6
-rw-r--r--sci-libs/pyshp/pyshp-3.1.4.ebuild4
2 files changed, 9 insertions, 1 deletions
diff --git a/sci-libs/ceres-solver/ceres-solver-2.2.0-r1.ebuild b/sci-libs/ceres-solver/ceres-solver-2.2.0-r2.ebuild
index eb15a2c23b7b..c7461d2676a5 100644
--- a/sci-libs/ceres-solver/ceres-solver-2.2.0-r1.ebuild
+++ b/sci-libs/ceres-solver/ceres-solver-2.2.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -60,6 +60,10 @@ src_prepare() {
# remove Werror
sed -e 's/-Werror=(all|extra)//g' \
-i CMakeLists.txt || die
+
+ # fix compat with Eigen 5
+ sed -i "s|Eigen3 3.3|Eigen3|g" CMakeLists.txt
+ sed -i "s|Eigen3 \${CERES_EIGEN_VERSION}|Eigen3|g" cmake/CeresConfig.cmake.in
}
src_configure() {
diff --git a/sci-libs/pyshp/pyshp-3.1.4.ebuild b/sci-libs/pyshp/pyshp-3.1.4.ebuild
index 0b8810e83d3c..6dfa6542f454 100644
--- a/sci-libs/pyshp/pyshp-3.1.4.ebuild
+++ b/sci-libs/pyshp/pyshp-3.1.4.ebuild
@@ -21,5 +21,9 @@ EPYTEST_PLUGINS=()
distutils_enable_tests pytest
python_test() {
+ local EPYTEST_DESELECT=(
+ tests/hypothesis_tests.py::test_dbf_reader_writer_roundtrip
+ tests/hypothesis_tests.py::test_shapefile_reader_writer_roundtrip
+ )
epytest tests -m "not network"
}