gnu: aws-sdk-cpp: Update to 1.8.159.
* gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.8.159. [arguments]: Build as shared library Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
9719084535
commit
bd0808f131
1 changed files with 3 additions and 3 deletions
|
@ -813,7 +813,7 @@ of C++14 components that complements @code{std} and Boost.")
|
||||||
(define-public aws-sdk-cpp
|
(define-public aws-sdk-cpp
|
||||||
(package
|
(package
|
||||||
(name "aws-sdk-cpp")
|
(name "aws-sdk-cpp")
|
||||||
(version "1.8.102")
|
(version "1.8.159")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -822,13 +822,13 @@ of C++14 components that complements @code{std} and Boost.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1w8x2vakg5ngjyyg08n4g3dqy8wqnz0k3gkrlqrh460s2pvdivba"))))
|
"0jpfv9x82nq7hcix9in7qgrc8009dwpg6gr96hlgmcvqrqckd2r9"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(;; Tests are run during the build phase.
|
'(;; Tests are run during the build phase.
|
||||||
#:tests? #f
|
#:tests? #f
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
'("-DBUILD_SHARED_LIBS=OFF"
|
'("-DBUILD_SHARED_LIBS=ON"
|
||||||
"-DBUILD_DEPS=OFF")))
|
"-DBUILD_DEPS=OFF")))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("aws-c-common" ,aws-c-common)
|
`(("aws-c-common" ,aws-c-common)
|
||||||
|
|
Reference in a new issue