diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-08-17 17:29:08 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-09 22:10:12 -0500 |
commit | edb03ceb60d2f44162332878b1d1a1a34b5fd6a3 (patch) | |
tree | 4744ae37671ca06fcc2fbe16b220bcbd7883fc4d /gnu/packages/chemistry.scm | |
parent | 504b46cd87dae437fec1949aeed2394951a92f77 (diff) |
gnu: msgpack: Deprecate with msgpack-c.
* gnu/packages/serialization.scm (msgpack-c): New variable.
(msgpack-cxx): New variable.
(msgpack): Rename to...
(msgpack-3): ... this, and inherit from msgpack-c.
* gnu/packages/vim.scm (eovim) [arguments]: Add help-cmake-find-msgpack-c
phase.
[inputs]: Replace msgpack with msgpack-c.
* gnu/packages/terminals.scm (tmate)
[inputs]: Replace msgpack with msgpack-3.
* gnu/packages/networking.scm (opendht)
[propagated-inputs]: Replace msgpack with msgpack-cxx.
* gnu/packages/chemistry.scm (mmtf-cpp) [propagated-inputs]: Likewise.
Diffstat (limited to 'gnu/packages/chemistry.scm')
-rw-r--r-- | gnu/packages/chemistry.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/chemistry.scm b/gnu/packages/chemistry.scm index e177b27e9d..df96a2f5c1 100644 --- a/gnu/packages/chemistry.scm +++ b/gnu/packages/chemistry.scm @@ -263,7 +263,7 @@ molecules.") (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 + (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 |