mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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:
parent
66e3812e2f
commit
d7f776888b
1 changed files with 3 additions and 10 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue