gnu: boost: Update to 1.74.0.

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

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Greg Hogan 2020-09-11 11:39:34 -04:00 committed by Mathieu Othacehe
parent 66e3812e2f
commit d7f776888b
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -60,21 +60,15 @@ (define (boost-patch name version hash)
(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 @@ (define-public boost
(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"))