mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
This commit is contained in:
parent
40864d6597
commit
832c2549c0
1 changed files with 1 additions and 1 deletions
|
@ -7211,7 +7211,7 @@ (define-public hypre
|
|||
(list openblas))
|
||||
(arguments
|
||||
`(#:modules ((srfi srfi-1)
|
||||
,@%default-gnu-imported-modules)
|
||||
,@%default-gnu-modules)
|
||||
#:configure-flags '("--enable-shared"
|
||||
"--disable-fortran"
|
||||
"--without-MPI"
|
||||
|
|
Loading…
Reference in a new issue