guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/25: gnu: dune-alugrid: Fix build failure.


From: guix-commits
Subject: 08/25: gnu: dune-alugrid: Fix build failure.
Date: Tue, 22 Nov 2022 02:38:41 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 41ca8f9c207a04f266b061ec91cb9031967ed109
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Nov 22 06:47:30 2022 +0100

    gnu: dune-alugrid: Fix build failure.
    
    * gnu/packages/maths.scm (dune-alugrid)[arguments]: Provide the INPUTS key 
in
    build-tests phase.
---
 gnu/packages/maths.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 15c020e6c4..98bae9ecb5 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -6811,7 +6811,7 @@ assemble global function spaces on finite-element grids.")
                   "doc/dune-grid/grids/gridfactory/testgrids"))
                #t))
            (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"
                        (string-append (assoc-ref inputs "dune-grid") "/share"))
                (apply invoke "make" "build_tests"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]