Paste number 318336: | guixpackage |
Pasted by: | thomasd |
When: | 5 years, 11 months ago |
Share: | Tweet this! | http://paste.lisp.org/+6TMO |
Channel: | None |
Paste contents: |
(define-public hdfeos5
(package
(name "hdfeos5")
(version "1.15")
(source (origin
(method url-fetch)
(uri (string-append "ftp://edhs1.gsfc.nasa.gov/edhs/hdfeos5/latest_release/HDF-EOS5." version
".tar.Z"))
(sha256
(base32
"1p83333nzzy8rn5chxlm0hrkjjnhh2w1ji8ac0f9q4xzg838i58i"))
; (patches (search-patches "myhdfeos5.patch"))
))
(build-system gnu-build-system)
(inputs
`(("hdf5" ,hdf5)
("zlib" ,zlib)))
(synopsis "HDF-EOS5: earth observation data.")
(description
".")
(home-page "http://www.hdfeos.org/")
(license gpl3+)))
This paste has no annotations.