gnu: ceres-solver: Update to 1.13.0.

* gnu/packages/maths.scm (ceres-solver): Update to 1.13.0.
master
Eric Bavier 2017-12-13 10:30:32 -06:00 committed by Eric Bavier
parent 1137d85b08
commit 6ad0c92df5
No known key found for this signature in database
GPG Key ID: FD73CAC719D32566
1 changed files with 2 additions and 2 deletions

View File

@ -1230,7 +1230,7 @@ interfaces.")
(define-public ceres
(package
(name "ceres-solver")
(version "1.11.0")
(version "1.13.0")
(home-page "http://ceres-solver.org/")
(source (origin
(method url-fetch)
@ -1238,7 +1238,7 @@ interfaces.")
version ".tar.gz"))
(sha256
(base32
"0i7qkbf8g6pd8arxzldppga26ckv93y8zldsfz6wbd4n6b1nqrjd"))))
"1kbxgab3q1vgyq7hjqasr1lji4b2sgn7ss351amklkb3jyhr1x0x"))))
(build-system cmake-build-system)
(arguments
;; TODO: Build HTML user documentation and install separately.