guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python-numpy-documentation: Use INVOKE.


From: guix-commits
Subject: 01/01: gnu: python-numpy-documentation: Use INVOKE.
Date: Wed, 23 Jan 2019 12:33:04 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 4fc898dad9cc22c3f5059c42c5fbdd7919205354
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 23 18:32:27 2019 +0100

    gnu: python-numpy-documentation: Use INVOKE.
    
    * gnu/packages/python-xyz.scm (python-numpy-documentation)[arguments]:
    Use INVOKE instead of SYSTEM*.
---
 gnu/packages/python-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ae1b2e4..8998882 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3001,12 +3001,12 @@ color scales, and color space conversion easy.  It has 
support for:
                (with-directory-excursion "doc"
                  (copy-recursively sphinx-theme-checkout scipy-sphinx-theme)
                  (mkdir-p html)
-                 (system* "make" "html" pyver)
-                 (system* "make" "latex" "PAPER=a4" pyver)
-                 (system* "make" "-C" "build/latex"
+                 (invoke "make" "html" pyver)
+                 (invoke "make" "latex" "PAPER=a4" pyver)
+                 (invoke "make" "-C" "build/latex"
                           "all-pdf" "PAPER=a4" pyver)
                  ;; FIXME: Generation of the info file fails.
-                 ;; (system* "make" "info" pyver)
+                 ;; (invoke "make" "info" pyver)
                  ;; (mkdir-p info)
                  ;; (copy-file "build/texinfo/numpy.info"
                  ;;            (string-append info "/numpy.info"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]