From: Tobias Geerinckx-Rice <somebody@not-sent-or-endorsed-by.tobias.gr>
To: Efraim Flashner <efraim@flashner.co.il>
Cc: 34615@debbugs.gnu.org
Subject: [bug#34615] [PATCH] gnu: Add libtommath.
Date: Fri, 22 Feb 2019 19:57:25 +0100 [thread overview]
Message-ID: <87sgwfvega.fsf@nckx> (raw)
In-Reply-To: <20190222122014.21600-1-efraim@flashner.co.il>
Efraim,
Thanks!
Efraim Flashner wrote:
> * gnu/packages/algebra.scm (libtommath): New variable.
> + (add-after 'unpack 'prepare-build
> + (lambda _
> + ;; Don't pull in coreutils.
> + (substitute* "makefile_include.mk"
> + (("arch") "uname -m"))
I'd add an empty line here or separate this into two fases just to
be very clear, since…
> + (delete-file "makefile")
> + (symlink "makefile.shared" "makefile")
> + #t))
…I got a bit lost between all these makefiles. Could you explain
exactly what's going on?
Is this to avoid repeating ‘-f makefile.shared’ elsewhere?
> + (add-after 'check 'make-static
More accurate: 'install-static-library.
While libtommath.a is ‘only’ 332K, that's almost half of the
entire output size. Is it worth moving to a separate :static
output?
> + (synopsis "portable number theoretic multiple-precision
> integer library")
s/p/P/
multiprecision.scm is a better fit and already has sister package
tomsfastmath to keep this one company.
> +integer library written entirely in C. The library is designed
> to provide a
s/The library is/It's/ IMO.
> +simple to work with API
‘simple-to-work-with API’, unfortunately.
Kind regards,
T G-R
next prev parent reply other threads:[~2019-02-22 18:59 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-22 12:20 [bug#34615] [PATCH] gnu: Add libtommath Efraim Flashner
2019-02-22 12:27 ` Efraim Flashner
2019-02-22 22:30 ` Tobias Geerinckx-Rice
2019-02-24 7:45 ` Efraim Flashner
2019-02-24 8:52 ` bug#34615: " Efraim Flashner
2019-02-22 18:57 ` Tobias Geerinckx-Rice [this message]
2019-02-23 9:06 ` [bug#34615] " swedebugia
2019-02-24 7:47 ` Efraim Flashner
2019-02-24 7:50 ` Efraim Flashner
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=87sgwfvega.fsf@nckx \
--to=somebody@not-sent-or-endorsed-by.tobias.gr \
--cc=34615@debbugs.gnu.org \
--cc=efraim@flashner.co.il \
/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.