guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: ocaml-findlib: Enable parallel-builds.


From: guix-commits
Subject: 01/03: gnu: ocaml-findlib: Enable parallel-builds.
Date: Mon, 13 Jan 2020 16:42:17 -0500 (EST)

brettgilio pushed a commit to branch wip-ocaml4.09
in repository guix.

commit a9809e45a56ebb27e2f8a618e8c2b05af85016f2
Author: Brett Gilio <address@hidden>
AuthorDate: Mon Jan 13 15:28:09 2020 -0600

    gnu: ocaml-findlib: Enable parallel-builds.
    
    * gnu/packages/ocaml.scm (ocaml-findlib)[arguments]: Enable parallel-builds.
---
 gnu/packages/ocaml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 47593be..c10bdcc 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -898,8 +898,8 @@ to the other.")
      `(("m4" ,m4)
        ("ocaml" ,ocaml)))
     (arguments
-     `(#:tests? #f  ; no test suite
-       #:parallel-build? #f
+     `(#:tests? #f  ; No test suite.
+       #:parallel-build? #t
        #:make-flags (list "all" "opt")
        #:phases (modify-phases %standard-phases
                   (replace



reply via email to

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