guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: boost: Re-enable context and coroutine libraries on MIPS.


From: Mark H. Weaver
Subject: 01/01: gnu: boost: Re-enable context and coroutine libraries on MIPS.
Date: Fri, 25 May 2018 14:10:29 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit 0ff4e49a95d8a54cd5508f441b927a670d348519
Author: Mark H Weaver <address@hidden>
Date:   Thu May 24 15:10:55 2018 -0400

    gnu: boost: Re-enable context and coroutine libraries on MIPS.
    
    * gnu/packages/boost.scm (boost)[arguments]: Remove the extra make-flags
    "--without-context", "--without-coroutine", and "--without-coroutine2" that
    were previously added on mips64 systems.
---
 gnu/packages/boost.scm | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index d8ce30c..d00f96d 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -68,16 +68,7 @@
 
              ;; Set the RUNPATH to $libdir so that the libs find each other.
              (string-append "linkflags=-Wl,-rpath="
-                            (assoc-ref %outputs "out") "/lib")
-
-             ;; Boost's 'context' library is not yet supported on mips64, so
-             ;; we disable it.  The 'coroutine' library depends on 'context',
-             ;; so we disable that too.
-             ,@(if (string-prefix? "mips64" (or (%current-target-system)
-                                                (%current-system)))
-                   '("--without-context"
-                     "--without-coroutine" "--without-coroutine2")
-                   '()))
+                            (assoc-ref %outputs "out") "/lib"))
        #:phases
        (modify-phases %standard-phases
          (delete 'bootstrap)



reply via email to

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