guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Boost: Build with C++14.


From: guix-commits
Subject: 01/01: gnu: Boost: Build with C++14.
Date: Wed, 5 Dec 2018 14:16:25 -0500 (EST)

lfam pushed a commit to branch staging
in repository guix.

commit a7ff66998f6e0eeb5da485bab7f6e0b55a46651e
Author: Leo Famulari <address@hidden>
Date:   Tue Dec 4 16:39:28 2018 -0500

    gnu: Boost: Build with C++14.
    
    Some parts of Boost which are used by other Guix packages require C++14 
support.
    
    Fixes <https://bugs.gnu.org/33605>.
    
    * gnu/packages/boost.scm (boost)[arguments]: Pass 'cxxflags=-std=c++14'
    to #:make-flags.
---
 gnu/packages/boost.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index b772781..f5c2c58 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -67,6 +67,7 @@
      `(#:tests? #f
        #:make-flags
        (list "threading=multi" "link=shared"
+             "cxxflags=-std=c++14"
 
              ;; Set the RUNPATH to $libdir so that the libs find each other.
              (string-append "linkflags=-Wl,-rpath="



reply via email to

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