[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: gnu: mmtf-cpp: Update to 1.1.0.
From: |
guix-commits |
Subject: |
02/10: gnu: mmtf-cpp: Update to 1.1.0. |
Date: |
Fri, 18 Aug 2023 14:16:18 -0400 (EDT) |
apteryx pushed a commit to branch telephony-team
in repository guix.
commit 4b6e08285ccfd4585fb51a52921e0e65133be244
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Aug 17 17:31:18 2023 -0400
gnu: mmtf-cpp: Update to 1.1.0.
* gnu/packages/chemistry.scm (mmtf-cpp): Update to 1.1.0.
[propagated-inputs]: Add msgpack-3.
---
gnu/packages/chemistry.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/chemistry.scm b/gnu/packages/chemistry.scm
index 05aaa827f8..25b31c7192 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-3)) ;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
- branch telephony-team created (now c7dab5b98f), guix-commits, 2023/08/18
- 03/10: gnu: avogadrolibs: Remove msgpack from native-inputs., guix-commits, 2023/08/18
- 04/10: gnu: python-pymol: Remove msgpack from native-inputs., guix-commits, 2023/08/18
- 02/10: gnu: mmtf-cpp: Update to 1.1.0.,
guix-commits <=
- 05/10: gnu: msgpack: Deprecate with msgpack-c., guix-commits, 2023/08/18
- 07/10: gnu: libnatpmp: Use gexps and simplify., guix-commits, 2023/08/18
- 08/10: gnu: libnatpmp: Update home page., guix-commits, 2023/08/18
- 01/10: gnu: opendht: Update to 2.5.5., guix-commits, 2023/08/18
- 06/10: gnu: Add sdbus-cpp., guix-commits, 2023/08/18
- 10/10: gnu: jami: Update to 20230619.1., guix-commits, 2023/08/18
- 09/10: gnu: libnatpmp: Install missing natpmp_declspec.h header., guix-commits, 2023/08/18