unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43341] gnu: Boost: Update to 1.74.0.
@ 2020-09-11 15:39 Greg Hogan
  2020-09-18 20:28 ` bug#43341: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2020-09-11 15:39 UTC (permalink / raw)
  To: 43341

[-- 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 --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#43341: gnu: Boost: Update to 1.74.0.
  2020-09-11 15:39 [bug#43341] gnu: Boost: Update to 1.74.0 Greg Hogan
@ 2020-09-18 20:28 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2020-09-18 20:28 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 43341-done


> * gnu/packages/boost.scm (boost): Update to 1.74.0.
> [source](patches): Remove.
> [source](arguments): Remove defunct substitute.

Pushed to core-updates, thanks!

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-18 20:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-11 15:39 [bug#43341] gnu: Boost: Update to 1.74.0 Greg Hogan
2020-09-18 20:28 ` bug#43341: " Mathieu Othacehe

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).