mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: julia-rotations: Update to 1.0.2-1.b599102.
* gnu/packages/julia-xyz.scm (julia-rotations): Update to 1.0.2-1.b599102.
This commit is contained in:
parent
1cc36f5efe
commit
d09223edab
1 changed files with 26 additions and 23 deletions
|
@ -3329,18 +3329,21 @@ (define-public julia-richardson
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public julia-rotations
|
(define-public julia-rotations
|
||||||
|
;; This is the first commit with support for julia-1.6.
|
||||||
|
(let ((commit "b599102535bc3534252c76f3fd4cf521f4741788")
|
||||||
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "julia-rotations")
|
(name "julia-rotations")
|
||||||
(version "1.0.2")
|
(version (git-version "1.0.2" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/JuliaGeometry/Rotations.jl")
|
(url "https://github.com/JuliaGeometry/Rotations.jl")
|
||||||
(commit (string-append "v" version))))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1l1a3bnrpv9qdksnk3c8j82ik3yrnpsmnyxyiy3gc1yjya5pajqj"))))
|
(base32 "01wwqbdmj61yiz7rkmams4xg7gb9hbmg325173846ky4b9x1wb19"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("julia-staticarrays" ,julia-staticarrays)))
|
`(("julia-staticarrays" ,julia-staticarrays)))
|
||||||
|
@ -3355,7 +3358,7 @@ (define-public julia-rotations
|
||||||
parameterization is a 3×3 unitary (orthogonal) matrix (based on the
|
parameterization is a 3×3 unitary (orthogonal) matrix (based on the
|
||||||
@code{StaticArrays.jl} package), and acts to rotate a 3-vector about the origin
|
@code{StaticArrays.jl} package), and acts to rotate a 3-vector about the origin
|
||||||
through matrix-vector multiplication.")
|
through matrix-vector multiplication.")
|
||||||
(license license:expat)))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public julia-safetestsets
|
(define-public julia-safetestsets
|
||||||
;; The only release tag is the first commit in the repository.
|
;; The only release tag is the first commit in the repository.
|
||||||
|
|
Loading…
Reference in a new issue