unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 43341@debbugs.gnu.org
Subject: [bug#43341] gnu: Boost: Update to 1.74.0.
Date: Fri, 11 Sep 2020 11:39:34 -0400	[thread overview]
Message-ID: <CA+3U0Z==8YAcOOcAO6dReCO8R2tgHkm4X9cYAavTgsB7osqXBg@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 2142 bytes --]

From 87ec9ce7af391f036be318054d3c3ed5fc6e79fd Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Fri, 11 Sep 2020 15:21:28 +0000
Subject: [PATCH] gnu: Boost: Update to 1.74.0.

* gnu/packages/boost.scm (boost): Update to 1.74.0.
[source](patches): Remove.
[source](arguments): Remove defunct substitute.
---
 gnu/packages/boost.scm | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index 6a08b0d6c7..d6bdefcf83 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -60,21 +60,15 @@
 (define-public boost
   (package
     (name "boost")
-    (version "1.72.0")
+    (version "1.74.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://dl.bintray.com/boostorg/release/
"
                                   version "/source/boost_"
                                   (version-with-underscores version)
".tar.bz2"))
-              (patches
-               (list (boost-patch
-                      ;; 1.72.0 was released with a faulty coroutine
submodule:
-                      ;; <https://github.com/boostorg/coroutine/issues/46>.
-                      "0001-revert-cease-dependence-on-range.patch" version
-
 "1zcqxzh56m1s635wqwk15j3zcs2gmjvjy2f0hid7i78s4pgm0yfs")))
               (sha256
                (base32
-                "08h7cv61fd0lzb4z50xanfqn0pdgvizjrpd1kcdgj725pisb5jar"))))
+                "1c8nw4jz17zy2y27h7p554a5jza1ymz8phkz71p9181ifx8c3gw3"))))
     (build-system gnu-build-system)
     (inputs `(("icu4c" ,icu4c)
               ("zlib" ,zlib)))
@@ -123,8 +117,7 @@
                    (out (assoc-ref outputs "out")))
                (substitute* '("libs/config/configure"
                               "libs/spirit/classic/phoenix/test/runtest.sh"
-                              "tools/build/src/engine/execunix.cpp"
-                              "tools/build/src/engine/Jambase")
+                              "tools/build/src/engine/execunix.cpp")
                  (("/bin/sh") (which "sh")))

                (setenv "SHELL" (which "sh"))
-- 
2.28.0

[-- Attachment #2: Type: text/html, Size: 3028 bytes --]

             reply	other threads:[~2020-09-11 15:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-11 15:39 Greg Hogan [this message]
2020-09-18 20:28 ` bug#43341: gnu: Boost: Update to 1.74.0 Mathieu Othacehe

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+3U0Z==8YAcOOcAO6dReCO8R2tgHkm4X9cYAavTgsB7osqXBg@mail.gmail.com' \
    --to=code@greghogan.com \
    --cc=43341@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).