mbakke pushed a commit to branch core-updates
in repository guix.

commit 25bdbb618a4947e8d5dcf14c440bf58fad58165f
Author: Marius Bakke <[email protected]>
Date:   Tue Sep 3 18:49:32 2019 +0200

    gnu: hdf-eos2: Add libtirpc input.
    
    * gnu/packages/maths.scm (hdf-eos2)[inputs]: Add LIBTIRPC.
---
 gnu/packages/maths.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 9e515fd..5735c17 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -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"

Reply via email to