We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f97719 commit 366748dCopy full SHA for 366748d
1 file changed
c/ceres-solver/ceres-solver.spec
@@ -6,11 +6,12 @@
6
%define ceres_soname 4
7
Name: ceres-solver
8
Version: 2.2.0
9
-Release: alt2
+Release: alt3
10
Summary: A non-linear least squares minimizer
11
Group: Development/Other
12
License: BSD
13
Url: https://ceres-solver.org/
14
+VCS: https://github.com/ceres-solver/ceres-solver
15
Source0: %name-%version.tar
16
Patch0: %name-%version-%release.patch
17
BuildRequires: gcc-c++
@@ -112,6 +113,9 @@ rm -f %buildroot%_libdir/cmake/Ceres/FindGlog.cmake
112
113
%_libdir/cmake/Ceres
114
115
%changelog
116
+* Wed Nov 05 2025 Anton Farygin <rider@altlinux.com> 2.2.0-alt3
117
+- fixed the build aghaist eigen 5.0.0
118
+
119
* Tue Jun 04 2024 Anton Farygin <rider@altlinux.ru> 2.2.0-alt2
120
- fixed the build against glog 0.7.0
121
0 commit comments