fixup julia contour
This commit is contained in:
parent
432bff42a9
commit
aba4067457
|
@ -1290,27 +1290,6 @@ color scales for graphics.")
|
|||
algorithms for building plotting components.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public julia-contour
|
||||
(package
|
||||
(name "julia-contour")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/JuliaGeometry/Contour.jl")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name "Contour")
|
||||
(sha256
|
||||
(base32 "0l7zi2xshyv81xlp1szm47f6200lnhfylfdrsk7g0xiajr81acpd"))))
|
||||
(propagated-inputs `(("julia-staticarrays" ,julia-staticarrays)))
|
||||
(build-system julia-build-system)
|
||||
(home-page "https://juliageometry.github.io/Contour.jl/stable/")
|
||||
(synopsis "Calculating contour curves for 2D scalar fields in Julia")
|
||||
(description "Generic implementation of the marching squares algorithm for
|
||||
tracing contour curves on a scalar 2D field.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public julia-staticarrays
|
||||
(package
|
||||
(name "julia-staticarrays")
|
||||
|
@ -1336,6 +1315,27 @@ determined from the type, and \"static\" does not necessarily imply
|
|||
immutable.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public julia-contour
|
||||
(package
|
||||
(name "julia-contour")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/JuliaGeometry/Contour.jl")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name "Contour")
|
||||
(sha256
|
||||
(base32 "0l7zi2xshyv81xlp1szm47f6200lnhfylfdrsk7g0xiajr81acpd"))))
|
||||
(propagated-inputs `(("julia-staticarrays" ,julia-staticarrays)))
|
||||
(build-system julia-build-system)
|
||||
(home-page "https://juliageometry.github.io/Contour.jl/stable/")
|
||||
(synopsis "Calculating contour curves for 2D scalar fields in Julia")
|
||||
(description "Generic implementation of the marching squares algorithm for
|
||||
tracing contour curves on a scalar 2D field.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public julia-itertools
|
||||
(package
|
||||
(name "julia-itertools")
|
||||
|
|
Loading…
Reference in New Issue