guix-commits
[Top][All Lists]
Advanced

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

11/18: gnu: boost: Do not install CMake files.


From: guix-commits
Subject: 11/18: gnu: boost: Do not install CMake files.
Date: Wed, 31 Jul 2019 08:58:41 -0400 (EDT)

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

commit 941ef1a1e54893ca917ebbaa4b8cc14b5ce9b75c
Author: Marius Bakke <address@hidden>
Date:   Tue Jul 23 19:06:23 2019 +0200

    gnu: boost: Do not install CMake files.
    
    Fixes <https://bugs.gnu.org/36721>.
    
    * gnu/packages/boost.scm (boost)[arguments]: Add "--no-cmake-config" to
    <#:configure-flags>.
---
 gnu/packages/boost.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index 6b8eebc..a2253a9 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -69,6 +69,11 @@
        #:make-flags
        (list "threading=multi" "link=shared"
 
+             ;; XXX: Disable installation of Boosts modular CMake config 
scripts
+             ;; which conflicts in 1.70.0 with the ones provided by CMake.
+             ;; See <https://bugs.gnu.org/36721>.
+             "--no-cmake-config"
+
              ;; Set the RUNPATH to $libdir so that the libs find each other.
              (string-append "linkflags=-Wl,-rpath="
                             (assoc-ref %outputs "out") "/lib"))



reply via email to

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