guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: hdf-eos2: Add libtirpc input.


From: guix-commits
Subject: 02/02: gnu: hdf-eos2: Add libtirpc input.
Date: Wed, 4 Sep 2019 07:21:39 -0400 (EDT)

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

commit 25bdbb618a4947e8d5dcf14c440bf58fad58165f
Author: Marius Bakke <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]