guix-commits
[Top][All Lists]
Advanced

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

48/63: gnu: hypre: Import the correct set of modules.


From: guix-commits
Subject: 48/63: gnu: hypre: Import the correct set of modules.
Date: Thu, 19 Oct 2023 00:04:00 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 2747189a02d232a4acbf5bf569cd106381f2fe31
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Oct 9 12:02:20 2023 -0400

    gnu: hypre: Import the correct set of modules.
    
    * gnu/packages/maths.scm (hypre) [arguments]
    <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules.
    
    Change-Id: Iad7958af53360f83e7b04c5b6f8e2ccc8e87e27c
---
 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 2740bf7e5b..b00b250081 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5883,7 +5883,7 @@ set.")
      (list openblas lapack))
     (arguments
      `(#:modules ((srfi srfi-1)
-                  ,@%default-gnu-imported-modules)
+                  ,@%default-gnu-modules)
        #:configure-flags '("--enable-shared"
                            "--disable-fortran"
                            "--without-MPI"



reply via email to

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