GNU bug report logs -
#43341
gnu: Boost: Update to 1.74.0.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Fri, 11 Sep 2020 15:40:02 UTC
Severity: normal
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#43341: gnu: Boost: Update to 1.74.0.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 43341 <at> debbugs.gnu.org.
--
43341: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43341
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
> * gnu/packages/boost.scm (boost): Update to 1.74.0.
> [source](patches): Remove.
> [source](arguments): Remove defunct substitute.
Pushed to core-updates, thanks!
Mathieu
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
From 87ec9ce7af391f036be318054d3c3ed5fc6e79fd Mon Sep 17 00:00:00 2001
From: Greg Hogan <code <at> 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
[Message part 5 (text/html, inline)]
This bug report was last modified 4 years and 305 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.