mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: hdf-eos2: Add libtirpc input.
* gnu/packages/maths.scm (hdf-eos2)[inputs]: Add LIBTIRPC.
This commit is contained in:
parent
bd3d71cb16
commit
25bdbb618a
1 changed files with 3 additions and 0 deletions
|
@ -1050,8 +1050,11 @@ (define-public hdf-eos2
|
|||
`(("gfortran" ,gfortran)))
|
||||
(inputs
|
||||
`(("hdf4" ,hdf4-alt) ; assume most HDF-EOS2 users won't use the HDF4 netCDF API
|
||||
;; XXX: These inputs are really dependencies of hdf4.
|
||||
("zlib" ,zlib)
|
||||
("libjpeg" ,libjpeg)
|
||||
("libtirpc" ,libtirpc)
|
||||
|
||||
("gctp" ,gctp)))
|
||||
(arguments
|
||||
`( #:configure-flags '("--enable-install-include" "--enable-shared"
|
||||
|
|
Loading…
Reference in a new issue