guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: tbb: Fail on test errors.


From: Ricardo Wurmus
Subject: 03/10: gnu: tbb: Fail on test errors.
Date: Mon, 26 Sep 2016 12:31:10 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 1a545a1e7c30db76e562af527673081b490c4a11
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Sep 26 12:41:46 2016 +0200

    gnu: tbb: Fail on test errors.
    
    * gnu/packages/tbb.scm (tbb)[arguments]: Add phase
    "fail-on-test-errors".
---
 gnu/packages/tbb.scm |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/tbb.scm b/gnu/packages/tbb.scm
index eab51f8..43e9288 100644
--- a/gnu/packages/tbb.scm
+++ b/gnu/packages/tbb.scm
@@ -51,6 +51,11 @@
                                          (assoc-ref %outputs "out") "/lib"))
        #:phases
        (modify-phases %standard-phases
+         (add-after 'unpack 'fail-on-test-errors
+           (lambda _
+             (substitute* "Makefile"
+               (("-\\$\\(MAKE") "$(MAKE"))
+             #t))
          (replace 'configure
            (lambda* (#:key outputs #:allow-other-keys)
              (substitute* "build/linux.gcc.inc"



reply via email to

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