gnu: matio: Add header file.

* gnu/packages/maths.scm (matio):
  [arguments] (phases): Add phase install-matioConfig.h.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Nicolas Graves 2023-03-25 15:15:20 +01:00 committed by Ludovic Courtès
parent 42b938ae8c
commit f4d7b901db
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -6056,6 +6056,14 @@ (define-public matio
(base32
"0vr8c1mz1k6mz0sgh6n3scl5c3a71iqmy5fnydrgq504icj4vym4"))))
(build-system gnu-build-system)
(arguments
(list
#:phases
#~(modify-phases %standard-phases
(add-before 'install 'install-matioConfig.h
(lambda _
(install-file "src/matioConfig.h"
(string-append #$output "/include")))))))
(inputs
(list zlib hdf5-1.8))
(home-page "http://matio.sourceforge.net/")