me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 8 additions and 0 deletions

View File

@ -6056,6 +6056,14 @@ structured and unstructured grid problems.")))
(base32 (base32
"0vr8c1mz1k6mz0sgh6n3scl5c3a71iqmy5fnydrgq504icj4vym4")))) "0vr8c1mz1k6mz0sgh6n3scl5c3a71iqmy5fnydrgq504icj4vym4"))))
(build-system gnu-build-system) (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 (inputs
(list zlib hdf5-1.8)) (list zlib hdf5-1.8))
(home-page "http://matio.sourceforge.net/") (home-page "http://matio.sourceforge.net/")