aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-08-17 17:31:18 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-08-21 14:11:32 -0400
commit778a424444b932ccf0c22c91d09b5567b94e8723 (patch)
tree508ad0356830802391f17e06417ea4d7719df919 /gnu/packages
parentb03f4ff76e7502d4636ff805727df437c17de21a (diff)
downloadguix-778a424444b932ccf0c22c91d09b5567b94e8723.tar.gz
guix-778a424444b932ccf0c22c91d09b5567b94e8723.zip
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/chemistry.scm10
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/chemistry.scm b/gnu/packages/chemistry.scm
index 05aaa827f8..2a558ee5b0 100644
--- a/gnu/packages/chemistry.scm
+++ b/gnu/packages/chemistry.scm
@@ -248,7 +248,7 @@ molecules.")
(define-public mmtf-cpp
(package
(name "mmtf-cpp")
- (version "1.0.0")
+ (version "1.1.0")
(source
(origin
(method git-fetch)
@@ -258,11 +258,13 @@ molecules.")
(file-name (git-file-name name version))
(sha256
(base32
- "17ylramda69plf5w0v5hxbl4ggkdi5s15z55cv0pljl12yvyva8l"))))
+ "0rs2f1ppgqz663c3m22p8wsq6z839bj59zy29chci46ypfhwv6ph"))))
(build-system cmake-build-system)
;; Tests require the soon-to-be-deprecated version 1 of the catch-framework.
- (arguments
- '(#:tests? #f))
+ (arguments '(#: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/")
(synopsis "C++ API for the Macromolecular Transmission Format")
(description "This package is a library for the
e exit button optional for run-file-textbox-page....Mathieu Othacehe 2019-01-17installer: Make sure every sentence is dot terminated....Mathieu Othacehe 2019-01-17installer: partition: Differenciate Back button from Exit button....Mathieu Othacehe 2019-01-17installer: network: Do not show an empty technology list....Mathieu Othacehe 2019-01-17installer: keymap: Fix keymap selection of layouts with not variant....Mathieu Othacehe 2019-01-17installer: keymap: Do not fail on non-kmscon terminals....Mathieu Othacehe 2019-01-17installer: Turn "Cancel" buttons into "Exit" buttons....Mathieu Othacehe 2019-01-17installer: locale: Set English as the default language....Mathieu Othacehe 2019-01-17installer: locale: Make clear that the point is to select a glibc locale....Mathieu Othacehe 2019-01-17installer: Fix compute calls....Mathieu Othacehe 2019-01-17installer: Remove group selection in user page....Mathieu Othacehe 2019-01-17installer: Add partitioning support....Mathieu Othacehe 2019-01-17installer: Add user module....Mathieu Othacehe 2019-01-17installer: Fix ethernet connection....Mathieu Othacehe 2019-01-17installer: Redirect to TTY3 root shell for unguided install....Mathieu Othacehe 2019-01-17installer: Add new pages....Mathieu Othacehe 2019-01-17installer: Add hostname....Mathieu Othacehe 2019-01-17installer: Add services page....Mathieu Othacehe 2019-01-17installer: Do not ask for keyboard model....Mathieu Othacehe 2019-01-17installer: Add configuration formatter....Mathieu Othacehe 2019-01-17installer: Add new utils....Mathieu Othacehe 2019-01-17installer: Remove "selection" from all titles....Mathieu Othacehe 2019-01-17installer: Move everything to the build side....Mathieu Othacehe 2019-01-17installer: Rewrite welcome page....Mathieu Othacehe 2019-01-17gnu: installer: Launch the installer as kmscon login-program....Mathieu Othacehe 2019-01-17installer: newt: Locate the logo within local-file....Mathieu Othacehe 2019-01-17installer: newt: Use scheme-modules* instead of scheme-modules....Mathieu Othacehe 2019-01-17gnu: Add graphical installer support....Mathieu Othacehe