mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
42b938ae8c
commit
f4d7b901db
1 changed files with 8 additions and 0 deletions
|
@ -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/")
|
||||
|
|
Loading…
Reference in a new issue