~ruther/guix-local

c684008992b0a0d2d8099dab48297fcf13b4a625 — Eric Bavier 8 years ago e01397b
gnu: slepc: Apply invoke to configure flags.

Follow-up to 94a1eb96d32fcce97ee5d9440ecffe22f7555cd5

* gnu/packages/maths.scm (slepc)[arguments]: Use 'apply' since 'flags' is a
list of configure arguments.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +1 -1
@@ 1647,7 1647,7 @@ scientific applications modeled by partial differential equations.")
              (format #t "configure flags: ~s~%" flags)
              (setenv "SLEPC_DIR" (getcwd))
              (setenv "PETSC_DIR" (assoc-ref inputs "petsc"))
              (invoke "./configure" flags))))
              (apply invoke "./configure" flags))))
         (add-after 'install 'delete-doc
          ;; TODO: SLEPc installs HTML documentation alongside headers in
          ;; $out/include.  We'd like to move them to share/doc, but delete