Lines Matching +full:- +full:- +full:build +full:- +full:root
1 Name: ceres-solver
5 # URL). Non-RC releases go back to incrementing integers starting at 1.
7 Summary: A non-linear least squares minimizer
11 URL: http://ceres-solver.org/
12 Source0: http://%{name}.org/%{name}-%{version}.tar.gz
13 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
20 BuildRequires: eigen3-devel
21 # suitesparse <= 3.4.0-7 ships without *.hpp C++ headers
23 BuildRequires: suitesparse-devel > 3.4.0-7
26 BuildRequires: tbb-devel
29 BuildRequires: atlas-devel
30 BuildRequires: gflags-devel
31 BuildRequires: glog-devel
37 - A friendly API: build your objective function one term at a time
38 - Automatic and numeric differentiation
39 - Robust loss functions
40 - Local parameterizations
41 - Threaded Jacobian evaluators and linear solvers
42 …- Trust region solvers with non-monotonic steps (Levenberg-Marquardt and Dogleg (Powell & Subspace…
43 - Line search solvers (L-BFGS and Nonlinear CG)
44 - Dense QR and Cholesky factorization (using Eigen) for small problems
45 - Sparse Cholesky factorization (using SuiteSparse) for large sparse problems
46 - Specialized solvers for bundle adjustment problems in computer vision
47 - Iterative linear solvers for general sparse and bundle adjustment problems
48 - Runs on Linux, Windows, Mac OS X, Android, and iOS
55 Summary: A non-linear least squares minimizer
57 Requires: %{name} = %{version}-%{release}
60 The %{name}-devel package contains libraries and header files for
65 %setup -q
67 %build
68 mkdir build
69 pushd build
72 # packages because it breaks the build since release 1.5.0rc1
83 rm -rf $RPM_BUILD_ROOT
84 pushd build
86 find $RPM_BUILD_ROOT -name '*.la' -delete
93 rm -rf $RPM_BUILD_ROOT
96 %post -p /sbin/ldconfig
98 %postun -p /sbin/ldconfig
102 %defattr(-,root,root,-)
107 %defattr(-,root,root,-)
114 * Mon May 27 2014 Sameer Agarwal <sameeragarwal@google.com> - 1.9.0-0.2.0
115 - Bump version
117 * Fri May 16 2014 Sameer Agarwal <sameeragarwal@google.com> - 1.9.0-0.1.0
118 - Bump version
120 * Tue Nov 12 2013 Sameer Agarwal <sameeragarwal@google.com> - 1.8.0-0.3.0
121 - Bump version
123 * Wed Nov 6 2013 Sameer Agarwal <sameeragarwal@google.com> - 1.8.0-0.2.0
124 - Bump version
126 * Thu Oct 31 2013 Sameer Agarwal <sameeragarwal@google.com> - 1.8.0-0.1.0
127 - Bump version
129 * Thu Aug 29 2013 Taylor Braun-Jones <taylor@braun-jones.org> - 1.7.0-0.3.0
130 - Bump version
132 * Mon Aug 26 2013 Sameer Agarwal <sameeragarwal@google.com> - 1.7.0-0.2.0
133 - Bump version
135 * Mon Jul 18 2013 Sameer Agarwal <sameeragarwal@google.com> - 1.7.0-0.1.0
136 - Bump version
138 * Mon Apr 29 2013 Sameer Agarwal <sameeragarwal@google.com> - 1.6.0-1
139 - Bump version
141 * Mon Apr 29 2013 Sameer Agarwal <sameeragarwal@google.com> - 1.6.0-0.2.0
142 - Bump version
144 * Mon Apr 29 2013 Sameer Agarwal <sameeragarwal@google.com> - 1.6.0-0.1.0
145 - Bump version
147 * Sun Feb 24 2013 Taylor Braun-Jones <taylor@braun-jones.org> - 1.5.0-0.1.0
148 - Bump version.
150 * Sun Oct 14 2012 Taylor Braun-Jones <taylor@braun-jones.org> - 1.4.0-0
151 - Initial creation