unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Maxime Devos <maximedevos@telenet.be>
To: Antero Mejr <antero@mailbox.org>, 57410@debbugs.gnu.org
Subject: [bug#57410] [PATCH] gnu: Add ecbuild.
Date: Sun, 28 Aug 2022 17:22:08 +0200	[thread overview]
Message-ID: <44f0252d-21ef-ce14-03b3-b1f86071e047@telenet.be> (raw)
In-Reply-To: <20220825172702.1111386-1-antero@mailbox.org>


[-- Attachment #1.1.1: Type: text/plain, Size: 1005 bytes --]


On 25-08-2022 19:27, Antero Mejr via Guix-patches via wrote:
> +              (method git-fetch)
> +              (uri (git-reference
> +                    (url"https://github.com/ecmwf/ecbuild")
> +                    (commit version)))
> +              (file-name (git-file-name name version))
> +              (sha256
> +               (base32
> +                "1mcjdqwvkzli7xj2wlnr4hshfh3wi5rs585f9nvqjfpgwvn0ym14"))
> +              (modules '((guix build utils)))
> +              (snippet #~(substitute* "bin/ecbuild"
> +                           (("cmake=\\$\\{cmakebin:=cmake\\}")
> +                            (string-append "cmake=${cmakebin:="
> +                                           #$cmake-minimal "/bin/cmake}"))))))

This 'source' is only usable inside Guix as it embeds store items, which 
makes "guix build --source" less useful for sharing source code (see: 
(guix)Snippets versus Phases).

Try doing this in a snippet instead.

Greetings,
Maxime.


[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 929 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

  reply	other threads:[~2022-08-28 15:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-25 17:22 [bug#57410] [PATCH] gnu: Add eccodes Antero Mejr via Guix-patches via
2022-08-25 17:27 ` [bug#57410] [PATCH] gnu: Add ecbuild Antero Mejr via Guix-patches via
2022-08-28 15:22   ` Maxime Devos [this message]
2022-08-25 17:30 ` [bug#57410] [PATCH] gnu: Add libaec Antero Mejr via Guix-patches via
2022-08-29 17:32 ` [bug#57410] [PATCH] gnu: Add ecbuild Antero Mejr via Guix-patches via
2023-09-02  4:13   ` Vagrant Cascadian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44f0252d-21ef-ce14-03b3-b1f86071e047@telenet.be \
    --to=maximedevos@telenet.be \
    --cc=57410@debbugs.gnu.org \
    --cc=antero@mailbox.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).