mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: ogs-petsc: Fix build.
This is a follow-up to cc0f3ff18b.
Fixes build error:
/<...>-ogs-petsc-6.5.5-builder:1:6093: Unknown # object: "#<"
* gnu/packages/geo.scm (ogs-petsc): Arguments to G-expressions.
Change-Id: Ideec2bd833e2dbf0f701659bac31796ac0d06009
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
452dacd7e8
commit
5d31f8f406
@@ -985,9 +985,9 @@ hydrology and waste deposition.")
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments ogs-serial)
|
||||
((#:configure-flags flags)
|
||||
`(cons* "-DOGS_USE_PETSC=ON" "-DCMAKE_C_COMPILER=mpicc"
|
||||
"-DCMAKE_CXX_COMPILER=mpic++"
|
||||
,flags))))
|
||||
#~(cons* "-DOGS_USE_PETSC=ON" "-DCMAKE_C_COMPILER=mpicc"
|
||||
"-DCMAKE_CXX_COMPILER=mpic++"
|
||||
#$flags))))
|
||||
(synopsis "OpenGeoSys with PETSc (parallel processing) support")))
|
||||
|
||||
(define-public proj
|
||||
|
||||
Reference in New Issue
Block a user