GNU bug report logs - #46107
[PATCH 1/6] gnu: Add spglib.

Previous Next

Package: guix-patches;

Reported by: Kei Kebreau <kkebreau <at> posteo.net>

Date: Mon, 25 Jan 2021 21:22:02 UTC

Severity: normal

Tags: patch

Done: Kei <kkebreau <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Leo Famulari <leo <at> famulari.name>
To: Kei Kebreau <kkebreau <at> posteo.net>
Cc: 46107 <at> debbugs.gnu.org
Subject: [bug#46107] [PATCH 1/6] gnu: Add spglib.
Date: Mon, 25 Jan 2021 17:17:55 -0500
On Mon, Jan 25, 2021 at 04:20:42PM -0500, Kei Kebreau wrote:
> * gnu/packages/chemistry.scm (spglib): New variable.

Thanks! LGTM

> +       #:phases
> +       (modify-phases %standard-phases
> +         (replace 'bootstrap
> +           (lambda _
> +             ;; These files are required by the Makefile, but not provided by
> +             ;; the developers.
> +             (for-each (lambda (file) (invoke "touch" file))
> +                       '("NEWS" "README" "AUTHORS"))
> +             (invoke "autoreconf" "-vi"))))))

Can you file a bug upstream about this?




This bug report was last modified 4 years and 113 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.