From: Maxime Devos <maximedevos@telenet.be>
To: Guillaume Le Vaillant <glv@posteo.net>, 48217@debbugs.gnu.org
Subject: [bug#48217] [PATCH v2 4/9] gnu: Add cm256cc.
Date: Wed, 05 May 2021 13:22:38 +0200 [thread overview]
Message-ID: <86c848bacc44a44b99271bcbdfcd87b0db8fa7de.camel@telenet.be> (raw)
In-Reply-To: <20210505084824.22275-4-glv@posteo.net>
[-- Attachment #1: Type: text/plain, Size: 743 bytes --]
Guillaume Le Vaillant schreef op wo 05-05-2021 om 08:48 [+0000]:
> * gnu/packages/radio.scm (cm256cc): New variable.
> [...]
> + (replace 'check
> + (lambda _
> + (invoke "./cm256_test"))))))
I would make this something like
> + (lambda (#:key tests? #:allow-other-keys)
> + (when tests?
> + (invoke "./cm256_test")))
Then "guix build --without-tests=cm256cc cm256cc" can be used
for building "cm256cc" without tests, and the "cm256_test"
binary won't be invoked when cross-compiling.
(I assume it is a binary.)
For testing cross-compilation to aarch64-linux-gnu:
./pre-inst-env guix build --target=aarch64-linux-gnu cm256cc
Greetings,
Maxime.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]
next prev parent reply other threads:[~2021-05-05 11:24 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-04 8:46 [bug#48217] [PATCH 0/9] Add sdrangel Guillaume Le Vaillant
2021-05-04 8:56 ` [bug#48217] [PATCH 1/9] gnu: Add csdr Guillaume Le Vaillant
2021-05-04 8:56 ` [bug#48217] [PATCH 2/9] gnu: Add serialdv Guillaume Le Vaillant
2021-05-04 8:56 ` [bug#48217] [PATCH 3/9] gnu: aptdec: Update to 1.7-1.5f91799 Guillaume Le Vaillant
2021-05-04 8:57 ` [bug#48217] [PATCH 4/9] gnu: Add cm256cc Guillaume Le Vaillant
2021-05-04 8:57 ` [bug#48217] [PATCH 5/9] gnu: Add libdab Guillaume Le Vaillant
2021-05-04 8:57 ` [bug#48217] [PATCH 6/9] gnu: Add sgp4 Guillaume Le Vaillant
2021-05-04 8:57 ` [bug#48217] [PATCH 7/9] gnu: Add sdrangel Guillaume Le Vaillant
2021-05-04 8:57 ` [bug#48217] [PATCH 8/9] gnu: Add dsdcc Guillaume Le Vaillant
2021-05-04 8:57 ` [bug#48217] [PATCH 9/9] gnu: sdrangel: Add dsdcc support Guillaume Le Vaillant
2021-05-04 16:39 ` Leo Famulari
2021-05-04 20:02 ` Leo Famulari
2021-05-04 21:48 ` Guillaume Le Vaillant
2021-05-04 20:00 ` [bug#48217] [PATCH 1/9] gnu: Add csdr Leo Famulari
2021-05-04 21:34 ` Guillaume Le Vaillant
2021-05-04 16:38 ` [bug#48217] [PATCH 0/9] Add sdrangel Leo Famulari
2021-05-05 8:48 ` [bug#48217] [PATCH v2 1/9] gnu: Add csdr Guillaume Le Vaillant
2021-05-05 8:48 ` [bug#48217] [PATCH v2 2/9] gnu: Add serialdv Guillaume Le Vaillant
2021-05-05 8:48 ` [bug#48217] [PATCH v2 3/9] gnu: aptdec: Update to 1.7-1.5f91799 Guillaume Le Vaillant
2021-05-05 8:48 ` [bug#48217] [PATCH v2 4/9] gnu: Add cm256cc Guillaume Le Vaillant
2021-05-05 11:22 ` Maxime Devos [this message]
2021-05-05 13:37 ` Guillaume Le Vaillant
2021-05-05 8:48 ` [bug#48217] [PATCH v2 5/9] gnu: Add libdab Guillaume Le Vaillant
2021-05-05 8:48 ` [bug#48217] [PATCH v2 6/9] gnu: Add sgp4 Guillaume Le Vaillant
2021-05-05 8:48 ` [bug#48217] [PATCH v2 7/9] gnu: Add mbelib Guillaume Le Vaillant
2021-05-05 8:48 ` [bug#48217] [PATCH v2 8/9] gnu: Add dsdcc Guillaume Le Vaillant
2021-05-05 8:48 ` [bug#48217] [PATCH v2 9/9] gnu: Add sdrangel Guillaume Le Vaillant
2021-05-07 16:48 ` bug#48217: [PATCH 0/9] " Guillaume Le Vaillant
2021-05-08 2:32 ` [bug#48217] " Leo Famulari
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=86c848bacc44a44b99271bcbdfcd87b0db8fa7de.camel@telenet.be \
--to=maximedevos@telenet.be \
--cc=48217@debbugs.gnu.org \
--cc=glv@posteo.net \
/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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.