gnu: Add julia-wcs.

* gnu/packages/julia-xyz.scm (julia-wcs): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Sharlatan Hellseher 2023-02-11 21:50:38 +00:00 committed by Efraim Flashner
parent 86237323d2
commit fe3121d651
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -6141,6 +6141,29 @@ (define-public julia-versionparsing
\"foreign\" version numbers from external packages.")
(license license:expat)))
(define-public julia-wcs
(package
(name "julia-wcs")
(version "0.6.2")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/JuliaAstro/WCS.jl")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0ala8j4mh51gh14k3npcxmnlj2f00l0pij74qz453iqadb2283mi"))))
(build-system julia-build-system)
(propagated-inputs
(list julia-constructionbase julia-wcs-jll))
(home-page "https://github.com/JuliaAstro/WCS.jl")
(synopsis "Astronomical WCS library for Julia")
(description "Astronomical @url{World Coordinate System,
https://www.atnf.csiro.au/people/mcalabre/WCS/} library for Julia. This package
wraps the WCSLIB C library.")
(license license:expat)))
(define-public julia-weakrefstrings
(package
(name "julia-weakrefstrings")