mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: fbcat, slepc: Use INVOKE.
* gnu/packages/linux.scm (fbcat)[arguments]: Substitute INVOKE for SYSTEM*. * gnu/packages/maths.scm (slepc)[arguments]: Likewise.
This commit is contained in:
parent
59cd0ba4ab
commit
94a1eb96d3
2 changed files with 4 additions and 3 deletions
|
@ -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"))
|
||||
(zero? (apply system* "./configure" flags)))))
|
||||
(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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue