guix-commits
[Top][All Lists]
Advanced

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

03/51: gnu: boost: Fix build with Python 3.8.


From: guix-commits
Subject: 03/51: gnu: boost: Fix build with Python 3.8.
Date: Fri, 24 Jan 2020 14:48:07 -0500 (EST)

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

commit 1cc3971242fe28835b57e3e480c2336db04ca024
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Jan 15 07:42:13 2020 +0100

    gnu: boost: Fix build with Python 3.8.
    
    * gnu/packages/boost.scm (boost)[arguments]: Drop "m" suffix of Python 3
    header location.
---
 gnu/packages/boost.scm | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index ded4db0..16a08bd 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -137,11 +137,6 @@
                                     ,(%current-target-system)))))
                      '())
 
-               (when (which "python3")
-                 (substitute* "tools/build/src/tools/python.jam"
-                   (("include/python\\$\\(version\\)")
-                    "include/python$(version)m")))
-
                (invoke "./bootstrap.sh"
                        (string-append "--prefix=" out)
                        ;; Auto-detection looks for ICU only in traditional



reply via email to

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