mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-26 11:01:48 +02:00
gnu: hdf5: Add dependency on Perl.
* gnu/packages/maths.scm (hdf5)[native-inputs]: Add PERL.
This commit is contained in:
committed by
Ludovic Courtès
parent
549d15712f
commit
3ea420f337
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user