Archived
1
0
Fork 0

gnu: julia-coordinatetransformations: Update to 0.6.2-1.78f5a5c.

* gnu/packages/julia-xyz.scm (julia-coordinatetransformations): Update
to 0.6.2-1.78f5a5c.
This commit is contained in:
Efraim Flashner 2022-12-12 12:25:48 +02:00
parent a5bdf0a9e7
commit c8fed74a3a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1099,28 +1099,31 @@ for construction of objects.")
(license license:expat))) (license license:expat)))
(define-public julia-coordinatetransformations (define-public julia-coordinatetransformations
(package ;; Test suite fixed after the last release.
(name "julia-coordinatetransformations") (let ((commit "78f5a5cc8cf77f21407b4f175673fa4f6bf86633")
(version "0.6.1") (revision "1"))
(source (package
(origin (name "julia-coordinatetransformations")
(method git-fetch) (version (git-version "0.6.2" revision commit))
(uri (git-reference (source
(url "https://github.com/JuliaGeometry/CoordinateTransformations.jl") (origin
(commit (string-append "v" version)))) (method git-fetch)
(file-name (git-file-name name version)) (uri (git-reference
(sha256 (url "https://github.com/JuliaGeometry/CoordinateTransformations.jl")
(base32 "15zbkn32v7xlz7559s0r5a0vkwmjwsswxaqpzijly4lky4jnp33d")))) (commit commit)))
(build-system julia-build-system) (file-name (git-file-name name version))
(propagated-inputs (sha256
(list julia-staticarrays)) (base32 "026g3b2m2z509jdlqvd46yhnhg8y6m00plr3k7cjlbzrfi2yjjn8"))))
(native-inputs (build-system julia-build-system)
(list julia-documenter (propagated-inputs
julia-forwarddiff (list julia-staticarrays))
julia-unitful)) (native-inputs
(home-page "https://github.com/JuliaGeometry/CoordinateTransformations.jl") (list julia-documenter
(synopsis "Coordinate transformations in Julia") julia-forwarddiff
(description "@code{CoordinateTransformations} is a Julia package to manage julia-unitful))
(home-page "https://github.com/JuliaGeometry/CoordinateTransformations.jl")
(synopsis "Coordinate transformations in Julia")
(description "@code{CoordinateTransformations} is a Julia package to manage
simple or complex networks of coordinate system transformations. simple or complex networks of coordinate system transformations.
Transformations can be easily applied, inverted, composed, and differentiated Transformations can be easily applied, inverted, composed, and differentiated
(both with respect to the input coordinates and with respect to transformation (both with respect to the input coordinates and with respect to transformation
@ -1129,7 +1132,7 @@ light-weight and efficient enough for, e.g., real-time graphical applications,
while support for both explicit and automatic differentiation makes it easy to while support for both explicit and automatic differentiation makes it easy to
perform optimization and therefore ideal for computer vision applications such perform optimization and therefore ideal for computer vision applications such
as SLAM (simultaneous localization and mapping).") as SLAM (simultaneous localization and mapping).")
(license license:expat))) (license license:expat))))
(define-public julia-crayons (define-public julia-crayons
(package (package