unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 53786@debbugs.gnu.org
Subject: [bug#53786] [PATCH core-updates] gnu: boost: Update to 1.78.0.
Date: Fri, 4 Feb 2022 16:08:21 -0500	[thread overview]
Message-ID: <CA+3U0Znnrx_CrP=OK6p7ySA6uFkqboCn-+HQLQoe33cwZib6WA@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 2281 bytes --]

Patch inlined and attached.


From 2c0c5f67f4d3f9ab3c8d2130f92a8059bf9d69ed Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Thu, 3 Feb 2022 17:54:31 +0000
Subject: [PATCH] gnu: boost: Update to 1.78.0.

* gnu/packages/boost.scm (boost): Update to 1.78.0.
[source](patches): Add upstream patch.
---
 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 <mbakke@fastmail.com>
 ;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de>
 ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
-;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
+;;; Copyright © 2021, 2022 Greg Hogan <code@greghogan.com>
 ;;; Copyright © 2021 Franck Pérignon <
franck.perignon@univ-grenoble-alpes.fr>
-;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
 ;;; Copyright © 2021 Aleksandr Vityazev <avityazev@posteo.org>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -68,15 +67,21 @@ (define (boost-patch name version hash)
 (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:
+                      ;; <https://github.com/bfgroup/b2/pull/113>.
+                      "0001-b2-fix-install.patch" version
+
 "02ljm22a4gcaj10xng8ww8aifrrlzm1pgyp08c06fd75f9pbkrbi")))
               (sha256
                (base32
-                "0m08hhk3l7zvzajyk39qlw566q3fhixayhc2j11328qf0gy8b7zw"))))
+                "1k5w6l3xsa9vipwk14sjb1vhsj88xwz7jr964996rcmxsisz30c6"))))
     (build-system gnu-build-system)
     (inputs (list icu4c zlib))
     (native-inputs
-- 
2.34.0

[-- Attachment #1.2: Type: text/html, Size: 3296 bytes --]

[-- Attachment #2: 0001-gnu-boost-Update-to-1.78.0.patch --]
[-- Type: text/x-patch, Size: 2210 bytes --]

From 2c0c5f67f4d3f9ab3c8d2130f92a8059bf9d69ed Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Thu, 3 Feb 2022 17:54:31 +0000
Subject: [PATCH] gnu: boost: Update to 1.78.0.

* gnu/packages/boost.scm (boost): Update to 1.78.0.
[source](patches): Add upstream patch.
---
 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 <mbakke@fastmail.com>
 ;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de>
 ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
-;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
+;;; Copyright © 2021, 2022 Greg Hogan <code@greghogan.com>
 ;;; Copyright © 2021 Franck Pérignon <franck.perignon@univ-grenoble-alpes.fr>
-;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
 ;;; Copyright © 2021 Aleksandr Vityazev <avityazev@posteo.org>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -68,15 +67,21 @@ (define (boost-patch name version hash)
 (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:
+                      ;; <https://github.com/bfgroup/b2/pull/113>.
+                      "0001-b2-fix-install.patch" version
+                      "02ljm22a4gcaj10xng8ww8aifrrlzm1pgyp08c06fd75f9pbkrbi")))
               (sha256
                (base32
-                "0m08hhk3l7zvzajyk39qlw566q3fhixayhc2j11328qf0gy8b7zw"))))
+                "1k5w6l3xsa9vipwk14sjb1vhsj88xwz7jr964996rcmxsisz30c6"))))
     (build-system gnu-build-system)
     (inputs (list icu4c zlib))
     (native-inputs
-- 
2.34.0


             reply	other threads:[~2022-02-04 21:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-04 21:08 Greg Hogan [this message]
2022-03-28  7:31 ` bug#53786: [PATCH core-updates] gnu: boost: Update to 1.78.0 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CA+3U0Znnrx_CrP=OK6p7ySA6uFkqboCn-+HQLQoe33cwZib6WA@mail.gmail.com' \
    --to=code@greghogan.com \
    --cc=53786@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).