mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: mmtf-cpp: Update to 1.1.0.
* gnu/packages/chemistry.scm (mmtf-cpp): Update to 1.1.0. [propagated-inputs]: Add msgpack. Reviewed-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
b03f4ff76e
commit
778a424444
1 changed files with 6 additions and 4 deletions
|
@ -248,7 +248,7 @@ (define-public libmsym
|
||||||
(define-public mmtf-cpp
|
(define-public mmtf-cpp
|
||||||
(package
|
(package
|
||||||
(name "mmtf-cpp")
|
(name "mmtf-cpp")
|
||||||
(version "1.0.0")
|
(version "1.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -258,11 +258,13 @@ (define-public mmtf-cpp
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17ylramda69plf5w0v5hxbl4ggkdi5s15z55cv0pljl12yvyva8l"))))
|
"0rs2f1ppgqz663c3m22p8wsq6z839bj59zy29chci46ypfhwv6ph"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
;; Tests require the soon-to-be-deprecated version 1 of the catch-framework.
|
;; Tests require the soon-to-be-deprecated version 1 of the catch-framework.
|
||||||
(arguments
|
(arguments '(#:tests? #f))
|
||||||
'(#:tests? #f))
|
;; There is no support for modern msgpack versions yet (see:
|
||||||
|
;; https://github.com/rcsb/mmtf-cpp/issues/44).
|
||||||
|
(propagated-inputs (list msgpack)) ;included by mmtf/structure_data.hpp
|
||||||
(home-page "https://mmtf.rcsb.org/")
|
(home-page "https://mmtf.rcsb.org/")
|
||||||
(synopsis "C++ API for the Macromolecular Transmission Format")
|
(synopsis "C++ API for the Macromolecular Transmission Format")
|
||||||
(description "This package is a library for the
|
(description "This package is a library for the
|
||||||
|
|
Loading…
Reference in a new issue