From: Maxime Devos <maximedevos@telenet.be>
To: Maxim Cournoyer <maxim.cournoyer@gmail.com>, 54235@debbugs.gnu.org
Subject: [bug#54235] [PATCH 2/3] gnu: Add ck.
Date: Thu, 03 Mar 2022 17:55:26 +0100 [thread overview]
Message-ID: <a4e56d1529a5a1cb0ad058abf3925185a24a61a7.camel@telenet.be> (raw)
In-Reply-To: <20220303140558.29261-2-maxim.cournoyer@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1422 bytes --]
Maxim Cournoyer schreef op do 03-03-2022 om 09:05 [-0500]:
> + (replace 'configure
> + ;; ck uses a custom configure script that stumbles on
> + ;; '--enable-fast-install'.
> + (lambda* (#:key parallel-build? #:allow-other-keys)
> + (invoke "./configure"
> + (string-append "--prefix=" #$output)
> + (string-append "--mandir=" #$output "/share/man")
> + "--use-cc-builtins"
> + (string-append "--cores="
> + (if parallel-build?
> + (number->string (parallel-job-count))
> + "1"))))))))
For cross-compilation support, it seems that the CC environment
variable needs to be set (and possibly AR and LD as well).
Also, the configure script looks in /proc/cpuinfo for ‘address sizes’
and ‘VMA bits’, there might be some reproducibility and cross-
compilation concerns there.
The configure script enables SSE things by default (on x86-32). I
don't know if that can be assumed in Guix.
Greetings,
Maxime.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]
next prev parent reply other threads:[~2022-03-03 16:56 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-03 13:53 [bug#54235] [PATCH 0/3] Add sysbench Maxim Cournoyer
2022-03-03 14:05 ` [bug#54235] [PATCH 1/3] gnu: docbook-xml-4.1.2: Install an XML catalog file Maxim Cournoyer
2022-03-03 14:05 ` [bug#54235] [PATCH 2/3] gnu: Add ck Maxim Cournoyer
2022-03-03 16:55 ` Maxime Devos [this message]
2022-03-07 18:57 ` Maxim Cournoyer
2022-03-07 20:57 ` Maxime Devos
2022-03-08 1:47 ` Maxim Cournoyer
2022-03-08 4:06 ` Maxim Cournoyer
2022-03-03 14:05 ` [bug#54235] [PATCH 3/3] gnu: Add sysbench Maxim Cournoyer
2022-03-03 16:42 ` Maxime Devos
2022-03-07 18:59 ` Maxim Cournoyer
2022-03-08 4:38 ` [bug#54235] [PATCH v2 1/3] gnu: docbook-xml-4.1.2: Install an XML catalog file Maxim Cournoyer
2022-03-08 4:38 ` [bug#54235] [PATCH v2 2/3] gnu: Add ck Maxim Cournoyer
2022-03-08 9:39 ` Maxime Devos
2022-03-08 14:36 ` Maxim Cournoyer
2022-03-08 9:45 ` Maxime Devos
2022-03-08 14:38 ` Maxim Cournoyer
2022-03-08 9:49 ` Maxime Devos
2022-03-08 14:38 ` Maxim Cournoyer
2022-03-08 4:38 ` [bug#54235] [PATCH v2 3/3] gnu: Add sysbench Maxim Cournoyer
2022-03-08 9:42 ` Maxime Devos
2022-03-08 14:39 ` Maxim Cournoyer
2022-03-08 17:27 ` Maxime Devos
2022-03-18 5:38 ` bug#54235: [PATCH 0/3] " Maxim Cournoyer
2022-03-08 14:36 ` [bug#54235] [PATCH v3 1/4] gnu: docbook-xml-4.1.2: Install an XML catalog file Maxim Cournoyer
2022-03-08 14:36 ` [bug#54235] [PATCH v3 2/4] utils: Add ar-for-target and ld-for-target procedures Maxim Cournoyer
2022-03-08 14:36 ` [bug#54235] [PATCH v3 3/4] gnu: Add ck Maxim Cournoyer
2022-03-08 14:36 ` [bug#54235] [PATCH v3 4/4] gnu: Add sysbench Maxim Cournoyer
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=a4e56d1529a5a1cb0ad058abf3925185a24a61a7.camel@telenet.be \
--to=maximedevos@telenet.be \
--cc=54235@debbugs.gnu.org \
--cc=maxim.cournoyer@gmail.com \
/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).