fixup julia-genericschur
This commit is contained in:
parent
0c399861b7
commit
6762bbf17c
|
@ -1965,26 +1965,26 @@ Float128 type corresponding to the IEEE754 binary128 floating point format.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public julia-genericschur
|
(define-public julia-genericschur
|
||||||
(package
|
(package
|
||||||
(name "julia-genericschur")
|
(name "julia-genericschur")
|
||||||
(version "0.3.0")
|
(version "0.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/RalphAS/GenericSchur.jl")
|
(url "https://github.com/RalphAS/GenericSchur.jl")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name "GenericSchur")
|
(file-name "GenericSchur")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1hr8zkanbrysqzr61rwhbv1a306zfcfrjjw96whrxy7fm4qf9j6v"))))
|
(base32 "1hr8zkanbrysqzr61rwhbv1a306zfcfrjjw96whrxy7fm4qf9j6v"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(home-page "https://github.com/RalphAS/GenericSchur.jl")
|
(home-page "https://github.com/RalphAS/GenericSchur.jl")
|
||||||
(synopsis "Julia package for Schur decomposition of matrices with
|
(synopsis "Julia package for Schur decomposition of matrices with
|
||||||
generic element types")
|
generic element types")
|
||||||
(description "Schur decomposition for matrices of generic element types
|
(description "Schur decomposition for matrices of generic element types
|
||||||
in Julia. The Schur decomposition is the workhorse for eigensystem analysis
|
in Julia. The Schur decomposition is the workhorse for eigensystem analysis
|
||||||
of dense non-symmetric matrices.")
|
of dense non-symmetric matrices.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public julia-genericsvd
|
(define-public julia-genericsvd
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue