Skip to content
Snippets Groups Projects
Verified Commit 84847dad authored by Lars Bilke's avatar Lars Bilke
Browse files

[guix] Fix syntax for configure-flags append.

parent d5b38179
No related branches found
No related tags found
No related merge requests found
...@@ -175,9 +175,9 @@ ...@@ -175,9 +175,9 @@
(arguments (arguments
(substitute-keyword-arguments (package-arguments vtk) (substitute-keyword-arguments (package-arguments vtk)
((#:configure-flags flags) ((#:configure-flags flags)
`(cons* "-DVTK_MODULE_ENABLE_VTK_IOParallelXML=YES" #~(append '("-DVTK_MODULE_ENABLE_VTK_IOParallelXML=YES"
"-DVTK_MODULE_ENABLE_VTK_ParallelMPI=YES" "-DVTK_USE_MPI=ON" "-DVTK_MODULE_ENABLE_VTK_ParallelMPI=YES" "-DVTK_USE_MPI=ON")
,flags)))) #$flags))))
(synopsis "VTK with OpenMPI support"))) (synopsis "VTK with OpenMPI support")))
(define pybind11-2.10.4 (define pybind11-2.10.4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment