diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-09-03 18:49:32 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-09-03 18:49:32 +0200 |
commit | 25bdbb618a4947e8d5dcf14c440bf58fad58165f (patch) | |
tree | 8a84d44f9239ed4f28e6de57b3f14f10833c41d4 /gnu/packages/maths.scm | |
parent | bd3d71cb16de546b534be7a3d03880922f6a1c07 (diff) |
gnu: hdf-eos2: Add libtirpc input.
* gnu/packages/maths.scm (hdf-eos2)[inputs]: Add LIBTIRPC.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 9e515fd3d1..5735c17bc6 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" |