gnu: cgal: Update to 4.14.2.
* gnu/packages/graphics.scm (cgal): Update to 4.14.2.master
parent
9e25afcb0b
commit
632c6f2e6e
|
@ -291,7 +291,7 @@ more.")
|
||||||
(define-public cgal
|
(define-public cgal
|
||||||
(package
|
(package
|
||||||
(name "cgal")
|
(name "cgal")
|
||||||
(version "4.8.1")
|
(version "4.14.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -299,14 +299,10 @@ more.")
|
||||||
"CGAL-" version "/CGAL-" version ".tar.xz"))
|
"CGAL-" version "/CGAL-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c41yzl2jg3d6zx5k0iccwqwibp950q7dr7z7pp4xi9wlph3c87s"))))
|
"08lrp3hfwdypggz4138bnkh6bjxn441zg2y9xnq5mrjfc5ini6w1"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(;; "RelWithDebInfo" is not supported.
|
'(#:tests? #f)) ; no test target
|
||||||
#:build-type "Release"
|
|
||||||
|
|
||||||
;; No 'test' target.
|
|
||||||
#:tests? #f))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("mpfr" ,mpfr)
|
`(("mpfr" ,mpfr)
|
||||||
("gmp" ,gmp)
|
("gmp" ,gmp)
|
||||||
|
|
Reference in New Issue