mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: Add julia-fitsio.
* gnu/packages/julia-xyz.scm (julia-fitsio): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
96d33bfb35
commit
0fb287d263
1 changed files with 25 additions and 0 deletions
|
@ -2128,6 +2128,31 @@ (define-public julia-finitedifferences
|
||||||
using finite difference.")
|
using finite difference.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public julia-fitsio
|
||||||
|
(package
|
||||||
|
(name "julia-fitsio")
|
||||||
|
(version "0.17.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/JuliaAstro/FITSIO.jl")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "10w7cdb2cvcwpkcfdz2fwl4ji5rfdv8w9msc9gfd8d34k58bk8c5"))))
|
||||||
|
(build-system julia-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list julia-aqua julia-orderedcollections))
|
||||||
|
(propagated-inputs
|
||||||
|
(list julia-cfitsio julia-reexport julia-tables))
|
||||||
|
(home-page "https://github.com/JuliaAstro/CFITSIO.jl")
|
||||||
|
(synopsis "Astronomical FITS file support for Julia")
|
||||||
|
(description "This package provides Julia implementation for reading and
|
||||||
|
writing @acronym{FITS, Flexible Image Transport System} files, based on the
|
||||||
|
@code{cfitsio} library.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public julia-fixedpointnumbers
|
(define-public julia-fixedpointnumbers
|
||||||
(let ((commit "59ee94b93f2f1ee75544ef44187fc0e440cd8015")
|
(let ((commit "59ee94b93f2f1ee75544ef44187fc0e440cd8015")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
|
|
Loading…
Reference in a new issue