mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: boost: Update to 1.68.0.
* gnu/packages/boost.scm (boost): Update to 1.68.0. [arguments]: Remove /bin/sh substitution.
This commit is contained in:
parent
bd65ecf460
commit
3ea66dadf6
1 changed files with 2 additions and 3 deletions
|
@ -43,7 +43,7 @@ (define-module (gnu packages boost)
|
||||||
(define-public boost
|
(define-public boost
|
||||||
(package
|
(package
|
||||||
(name "boost")
|
(name "boost")
|
||||||
(version "1.67.0")
|
(version "1.68.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -52,7 +52,7 @@ (define-public boost
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fmdlmkzsrd46wwk834jsi2ypxj68w2by0rfcg2pzrafk5rck116"))
|
"1dyqsr9yb01y0nnjdq9b8q5s2kvhxbayk34832k5cpzn7jy30qbz"))
|
||||||
(patches (search-patches "boost-fix-icu-build.patch"))))
|
(patches (search-patches "boost-fix-icu-build.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("icu4c" ,icu4c)
|
(inputs `(("icu4c" ,icu4c)
|
||||||
|
@ -78,7 +78,6 @@ (define-public boost
|
||||||
(out (assoc-ref outputs "out")))
|
(out (assoc-ref outputs "out")))
|
||||||
(substitute* '("libs/config/configure"
|
(substitute* '("libs/config/configure"
|
||||||
"libs/spirit/classic/phoenix/test/runtest.sh"
|
"libs/spirit/classic/phoenix/test/runtest.sh"
|
||||||
"tools/build/doc/bjam.qbk"
|
|
||||||
"tools/build/src/engine/execunix.c"
|
"tools/build/src/engine/execunix.c"
|
||||||
"tools/build/src/engine/Jambase"
|
"tools/build/src/engine/Jambase"
|
||||||
"tools/build/src/engine/jambase.c")
|
"tools/build/src/engine/jambase.c")
|
||||||
|
|
Loading…
Reference in a new issue