guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: hdf5: Add dependency on Perl.


From: guix-commits
Subject: 02/08: gnu: hdf5: Add dependency on Perl.
Date: Tue, 14 May 2019 06:15:57 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 3ea420f3370b63a7449b5c2120f85bce9a1cd4c3
Author: Ludovic Courtès <address@hidden>
Date:   Fri May 10 11:28:15 2019 +0200

    gnu: hdf5: Add dependency on Perl.
    
    * gnu/packages/maths.scm (hdf5)[native-inputs]: Add PERL.
---
 gnu/packages/maths.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index e682746..d5f59e3 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -774,7 +774,8 @@ incompatible with HDF5.")
     (inputs
      `(("zlib" ,zlib)))
     (native-inputs
-     `(("gfortran" ,gfortran)))
+     `(("gfortran" ,gfortran)
+       ("perl" ,perl)))                 ;part of the test machinery needs Perl
     (outputs '("out"       ; core library
                "fortran")) ; fortran interface
     (arguments



reply via email to

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