guix-commits
[Top][All Lists]
Advanced

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

04/11: gnu: camlp4: Compile native version.


From: David Craven
Subject: 04/11: gnu: camlp4: Compile native version.
Date: Wed, 4 Jan 2017 15:05:59 +0000 (UTC)

dvc pushed a commit to branch master
in repository guix.

commit e0ddaa8be3fad4efbe3c8be8dfb8dc63a784f335
Author: Julien Lepiller <address@hidden>
Date:   Sat Dec 31 12:42:10 2016 +0100

    gnu: camlp4: Compile native version.
    
    * gnu/packages/ocaml.scm (camlp4)[arguments]: Disable parallel-build.
      Change default target to "all" to compile native and byte version.
    
    Signed-off-by: David Craven <address@hidden>
---
 gnu/packages/ocaml.scm |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index efe58c5..35c7824 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -238,6 +238,10 @@ Git-friendly development workflow.")
     (inputs `(("ocaml" ,ocaml)))
     (arguments
      '(#:tests? #f                                ;no documented test target
+       ;; a race-condition will lead byte and native targets to  mkdir _build
+       ;; which  fails on the second attempt.
+       #:parallel-build? #f
+       #:make-flags '("all")
        #:phases (modify-phases %standard-phases
                   (replace
                    'configure



reply via email to

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