gnu: hdf-eos2: Add libtirpc input.

* gnu/packages/maths.scm (hdf-eos2)[inputs]: Add LIBTIRPC.
master
Marius Bakke 2019-09-03 18:49:32 +02:00
parent bd3d71cb16
commit 25bdbb618a
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 0 deletions

View File

@ -1050,8 +1050,11 @@ implemented in C.")
`(("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"