Skip to content
Snippets Groups Projects
Verified Commit 056b5991 authored by FARGES Olivier's avatar FARGES Olivier
Browse files

add gmsh-edix

parent 60810158
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,11 @@ ...@@ -89,7 +89,11 @@
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out")) (let* ((out (assoc-ref outputs "out"))
(pc-file (string-append out "/lib/pkgconfig/gmsh.pc"))) (pc-file (string-append out "/lib/pkgconfig/gmsh.pc")))
(call-with-output-file pc-file ; Créer le dossier pkgconfig s'il n'existe pas
(mkdir-p pkgconfig-dir)
(call-with-output-file pc-file
(lambda (port) (lambda (port)
(format port "prefix=~a\n" out) (format port "prefix=~a\n" out)
(format port "exec_prefix=${prefix}\n") (format port "exec_prefix=${prefix}\n")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment