From: elaexuotee@wilsonb.com
To: "Ludovic Courtès" <ludovic.courtes@inria.fr>
Cc: guix-devel@gnu.org
Subject: Re: Installing a wrapper guile script in <out>/bin
Date: Wed, 03 Feb 2021 14:50:25 +0900 [thread overview]
Message-ID: <2VMUHEHLO03FL.3AF0SWRKGMFZ3@wilsonb.com> (raw)
In-Reply-To: <874kivlqol.fsf@gnu.org>
Ludovic Courtès <ludovic.courtes@inria.fr> wrote:
> I wrote about this topic in the past:
>
> https://hpc.guix.info/blog/2018/01/pre-built-binaries-vs-performance/
Very nice overview! Thanks for sharing (and writing!) that article. Definitely
feeling the urge to jump down this rabbit hole and patch upstream now. Hehe.
> I you’re the upstream author, I recommend using one of the techniques
> given above to provide so-called “fat binaries” that contain several
> implementations of the performance-sensitive functions; the loader
> will pick the right implementation when the program starts.
>
> If you’re downstream… it depends on the specifics. The loader is also
> able to pick a .so from the right lib/ sub-directory depending on the
> micro-architecture. You can try:
I'm downstream, unfortunately. However, the final executable actually provides
a flag to explicitly specify a path to the lib, so that's not really a hurdle
in this case.
Given the small size of the build products, I feel like it would be nice to
fake a fat binary at the filesystem level. Mind if we just entertain this idea
for a second?
Say I have a script that reads /proc/cpuinfo and runs my executable with the
correct flags to load the library with the best CPU features possible. How can
I embed such a script in the package definition (as a gexp?) and install it
under <out>/bin/?
next prev parent reply other threads:[~2021-02-03 5:50 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-01 11:28 Installing a wrapper guile script in <out>/bin elaexuotee
2021-02-01 16:04 ` Ludovic Courtès
2021-02-03 5:50 ` elaexuotee [this message]
2021-02-03 10:00 ` Maxime Devos
2021-02-03 11:04 ` elaexuotee--- via Development of GNU Guix and the GNU System distribution.
2021-02-03 12:12 ` Maxime Devos
2021-02-03 19:17 ` elaexuotee
2021-02-04 8:56 ` Maxime Devos
-- strict thread matches above, loose matches on Subject: below --
2021-02-01 12:16 Leo Prikler
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=2VMUHEHLO03FL.3AF0SWRKGMFZ3@wilsonb.com \
--to=elaexuotee@wilsonb.com \
--cc=guix-devel@gnu.org \
--cc=ludovic.courtes@inria.fr \
/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.