mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: ceres-solver: Update to 1.14.0.
* gnu/packages/maths.scm (ceres-solver): Update to 1.14.0.
This commit is contained in:
parent
4fbcc21dc3
commit
e0bee0de70
1 changed files with 2 additions and 2 deletions
|
@ -1260,7 +1260,7 @@ (define-public ipopt
|
||||||
(define-public ceres
|
(define-public ceres
|
||||||
(package
|
(package
|
||||||
(name "ceres-solver")
|
(name "ceres-solver")
|
||||||
(version "1.13.0")
|
(version "1.14.0")
|
||||||
(home-page "http://ceres-solver.org/")
|
(home-page "http://ceres-solver.org/")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1268,7 +1268,7 @@ (define-public ceres
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kbxgab3q1vgyq7hjqasr1lji4b2sgn7ss351amklkb3jyhr1x0x"))))
|
"13lfxy8x58w8vprr0nkbzziaijlh0vvqshgahvcgw0mrqdgh0i27"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; TODO: Build HTML user documentation and install separately.
|
;; TODO: Build HTML user documentation and install separately.
|
||||||
|
|
Loading…
Reference in a new issue