me
/
guix
Archived
1
0
Fork 0

gnu: dune-alugrid: Fix build failure.

* gnu/packages/maths.scm (dune-alugrid)[arguments]: Provide the INPUTS key in
build-tests phase.
Marius Bakke 2022-11-22 06:47:30 +01:00
parent dc7397845d
commit 41ca8f9c20
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -6811,7 +6811,7 @@ assemble global function spaces on finite-element grids.")
"doc/dune-grid/grids/gridfactory/testgrids")) "doc/dune-grid/grids/gridfactory/testgrids"))
#t)) #t))
(add-after 'build 'build-tests (add-after 'build 'build-tests
(lambda* (#:key make-flags parallel-build? #:allow-other-keys) (lambda* (#:key inputs make-flags parallel-build? #:allow-other-keys)
(setenv "CPLUS_INCLUDE_PATH" (setenv "CPLUS_INCLUDE_PATH"
(string-append (assoc-ref inputs "dune-grid") "/share")) (string-append (assoc-ref inputs "dune-grid") "/share"))
(apply invoke "make" "build_tests" (apply invoke "make" "build_tests"