guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ToME4: Disable parallel build.


From: guix-commits
Subject: 01/01: gnu: ToME4: Disable parallel build.
Date: Thu, 8 Aug 2019 10:46:30 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ba73c434e0a3d31a0800fbb20f5779f9a8f77809
Author: Marius Bakke <address@hidden>
Date:   Thu Aug 8 16:45:14 2019 +0200

    gnu: ToME4: Disable parallel build.
    
    * gnu/packages/games.scm (tome4)[arguments]: Add <#:parallel-build?>.
---
 gnu/packages/games.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 07ed02b..92df556 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4977,6 +4977,10 @@ Crowther & Woods, its original authors, in 1995.  It has 
been known as
        ("luajit" ,luajit)))
     (arguments
      `(#:make-flags '("CC=gcc" "config=release")
+       ;; XXX: Building in parallel occasionally causes this build failure:
+       ;;   ../src/luajit2/src/host/buildvm.c:73:10: fatal error: 
buildvm_arch.h:
+       ;;   No such file or directory
+       #:parallel-build? #f
        #:phases (modify-phases %standard-phases
                   (delete 'bootstrap)
                   (replace 'configure



reply via email to

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