guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ocaml: Allow not to build the native compile


From: guix-commits
Subject: branch master updated: gnu: ocaml: Allow not to build the native compiler.
Date: Sat, 16 Sep 2023 03:47:25 -0400

This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 33e64b4509 gnu: ocaml: Allow not to build the native compiler.
33e64b4509 is described below

commit 33e64b4509d595eb324790c9a7e134de10d2f491
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Tue Sep 12 22:31:37 2023 +0200

    gnu: ocaml: Allow not to build the native compiler.
    
    Build "defaultentry", not "world.opt", so that the build system decides
    whether to build the native compiler or just the bytecode compiler.
    The native compiler is not available for 32-bit architectures.
    
    * gnu/packages/ocaml.scm (ocaml-5.0)[arguments]: Change make-flags.
    
    Signed-off-by: Andreas Enge <andreas@enge.fr>
---
 gnu/packages/ocaml.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 8ff755aea9..ea9d3e3594 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -219,7 +219,7 @@ This package produces a native @command{ocamlc} and a 
bytecode @command{ocamllex
     (arguments
      `(#:configure-flags '("--enable-ocamltest")
        #:test-target "tests"
-       #:make-flags '("world.opt")
+       #:make-flags '("defaultentry")
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'patch-/bin/sh-references



reply via email to

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