[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/17: gnu: gemmi: Update to 0.6.4.
From: |
guix-commits |
Subject: |
04/17: gnu: gemmi: Update to 0.6.4. |
Date: |
Tue, 13 Feb 2024 06:34:49 -0500 (EST) |
cbaines pushed a commit to branch master
in repository guix.
commit 01ec7c388323723869b3d731025d3b2526dcb5d9
Author: David Elsing <david.elsing@posteo.net>
AuthorDate: Sun Jan 28 23:01:56 2024 +0000
gnu: gemmi: Update to 0.6.4.
* gnu/packages/chemistry.scm (gemmi): Update to 0.6.4.
[arguments]: Adjust include/gemmi/sprintf.hpp -> src/sprintf.cpp.
(freesasa)[arguments]: Link to gemmi_cpp explicitly.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/chemistry.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/chemistry.scm b/gnu/packages/chemistry.scm
index df96a2f5c1..5129470e1e 100644
--- a/gnu/packages/chemistry.scm
+++ b/gnu/packages/chemistry.scm
@@ -589,7 +589,7 @@ your colleagues, or to generate pre-rendered animations.")
(define-public gemmi
(package
(name "gemmi")
- (version "0.5.7")
+ (version "0.6.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -598,7 +598,7 @@ your colleagues, or to generate pre-rendered animations.")
(file-name (git-file-name name version))
(sha256
(base32
- "00km5q726bslrw7xbfwb3f3mrsk19qbimfnl3hvr4wi1y3z8i18a"))
+ "0wciqqswc4p4v4kglfv36gnvyyimqn4lnywdzd0pgrjn443i860y"))
(patches
(search-patches "gemmi-fix-sajson-types.patch"
"gemmi-fix-pegtl-usage.patch"))
@@ -625,7 +625,7 @@ your colleagues, or to generate pre-rendered animations.")
#~(modify-phases %standard-phases
(add-after 'unpack 'patch-includes
(lambda _
- (substitute* (list "include/gemmi/sprintf.hpp"
+ (substitute* (list "src/sprintf.cpp"
"include/gemmi/dirwalk.hpp"
"include/gemmi/cif.hpp"
"include/gemmi/json.hpp"
@@ -722,7 +722,7 @@ It can be used for working with
(("libfreesasa\\.a") "libfreesasa.la")
(("freesasa_LDADD \\+= libfreesasa\\.la" prev)
(string-append prev "\nlibfreesasa_la_LIBADD"
- " = -ljson-c ${libxml2_LIBS}\n"))
+ " = -ljson-c -lgemmi_cpp ${libxml2_LIBS}\n"))
(("_a_SOURCES") "_la_SOURCES"))
(substitute* "configure.ac"
(("AC_PROG_INSTALL" inst)
- 01/17: gnu: opencv: Update to 4.8.1., (continued)
- 01/17: gnu: opencv: Update to 4.8.1., guix-commits, 2024/02/13
- 02/17: gnu: tinydir: Update to 1.2.6., guix-commits, 2024/02/13
- 03/17: gnu: fast-float: Update to 6.0.0., guix-commits, 2024/02/13
- 07/17: gnu: yaehmop: Update to 2023.03.1., guix-commits, 2024/02/13
- 11/17: gnu: anubis: Update to 4.3., guix-commits, 2024/02/13
- 09/17: gnu: freesasa: Fix memerr tests., guix-commits, 2024/02/13
- 14/17: gnu: emacs-org-dailies: Update to 0-1.58e58d4., guix-commits, 2024/02/13
- 16/17: gnu: retroarch: Update to 1.17.0., guix-commits, 2024/02/13
- 17/17: gnu: runc: Update to 1.1.12 [security fixes]., guix-commits, 2024/02/13
- 06/17: gnu: coordgenlibs: Update to 3.0.2., guix-commits, 2024/02/13
- 04/17: gnu: gemmi: Update to 0.6.4.,
guix-commits <=
- 08/17: gnu: avalon-toolkit: Update to 2.0.5a., guix-commits, 2024/02/13
- 10/17: gnu: rdkit: Update to 2023.09.4., guix-commits, 2024/02/13
- 05/17: gnu: maeparser: Update to 1.3.1., guix-commits, 2024/02/13
- 12/17: gnu: qtpass: Update to 1.4.0., guix-commits, 2024/02/13
- 13/17: gnu: qtpass: Switch to qt-build-system and new package style., guix-commits, 2024/02/13
- 15/17: gnu: mupdf: Update to 1.23.10., guix-commits, 2024/02/13