diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-10-12 11:35:43 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-10-12 12:25:08 +0200 |
commit | 99b73d0f0ce9fdb397fdf211839d73f98e3ddec2 (patch) | |
tree | c30983fb7b1c957d08d1e2d986d1f74c2236a3f3 /scripts | |
parent | 9a45a24f7f3172750d8ea8a877527f219b4ed94b (diff) | |
download | patches-99b73d0f0ce9fdb397fdf211839d73f98e3ddec2.tar patches-99b73d0f0ce9fdb397fdf211839d73f98e3ddec2.tar.gz |
gnu: commencement: Reduce the graph of package objects.
The graph returned by:
guix graph -e '(@@ (gnu packages commencement) guile-final)'
now contains 94 nodes (664 edges) instead of 394 (2674 edges).
Likewise, this command:
GUIX_PROFILING=add-data-to-store-cache guix build coreutils -nd
shows that the number of lookups to the 'add-data-to-store' caches goes
from 8935 to 5303.
Overall, "guix build libreoffice -nd" goes from 3.17s to 2.60s (-18%).
* gnu/packages/commencement.scm (diffutils-boot0): Remove call to
'package-with-bootstrap-guile' and 'package-with-explicit-inputs', and
adjust accordingly.
(findutils-boot0, file-boot0, binutils-boot0, libstdc++-boot0)
(gcc-boot0, perl-boot0, m4-boot0, bison-boot0, flex-boot0)
(linux-libre-headers-boot0, texinfo-boot0, python-boot0)
(ld-wrapper-boot0, glibc-final-with-bootstrap-bash)
(static-bash-for-glibc, gettext-boot0, glibc-final, binutils-final)
(libstdc++, zlib-final, bash-final): Likewise.
(expat-sans-tests)[inputs]: New field.
[arguments]: Add #:implicit-inputs? and #:guile.
(m4-boot0*): New variable.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions