From a59afdc92e8d29edf2cb2193f967715e46c885c7 Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Thu, 3 Feb 2022 17:54:31 +0000 Subject: gnu: boost: Update to 1.78.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/boost.scm (boost): Update to 1.78.0. [source](patches): Add upstream patch. Signed-off-by: Ludovic Courtès --- gnu/packages/boost.scm | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm index b53b1f4257..2373dd9feb 100644 --- a/gnu/packages/boost.scm +++ b/gnu/packages/boost.scm @@ -15,9 +15,8 @@ ;;; Copyright © 2020 Marius Bakke ;;; Copyright © 2020 Jonathan Brielmaier ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen -;;; Copyright © 2021 Greg Hogan +;;; Copyright © 2021, 2022 Greg Hogan ;;; Copyright © 2021 Franck Pérignon -;;; Copyright © 2021 Greg Hogan ;;; Copyright © 2021 Aleksandr Vityazev ;;; ;;; This file is part of GNU Guix. @@ -68,15 +67,21 @@ (define-public boost (package (name "boost") - (version "1.77.0") + (version "1.78.0") (source (origin (method url-fetch) (uri (string-append "https://boostorg.jfrog.io/artifactory/main/release/" version "/source/boost_" (version-with-underscores version) ".tar.bz2")) + (patches + (list (boost-patch + ;; 1.78.0 was released with a faulty installation routine: + ;; . + "0001-b2-fix-install.patch" version + "02ljm22a4gcaj10xng8ww8aifrrlzm1pgyp08c06fd75f9pbkrbi"))) (sha256 (base32 - "0m08hhk3l7zvzajyk39qlw566q3fhixayhc2j11328qf0gy8b7zw")))) + "1k5w6l3xsa9vipwk14sjb1vhsj88xwz7jr964996rcmxsisz30c6")))) (build-system gnu-build-system) (inputs (list icu4c zlib)) (native-inputs -- cgit 1.4.1