Age | Commit message (Collapse) | Author |
|
* gnu/packages/patches/libunistring-gnulib-multi-core.patch: New file.
* gnu/local.mk (dist_patch): Add previous patch.
* gnu/packages/libunistring.scm (libunistring)[patches]: Add a reference
to previous patch.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/patches/findutils-gnulib-multi-core.patch: New file.
* gnu/local.mk (dist_patch): Add previous patch.
* gnu/packages/base.scm (findutils)[patches]: Add a reference
to the previous patch.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
gnu/local.mk (dist_patch): Add gettext-multi-core.patch and
gettext-gnulib-multi-core.patch.
Commit 480da86d0969a667e8d2a564de535cb73a6a2229 ommited them.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
Parallel build failure was fixed upstream as:
https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=e8b6be0016f131c2ac72bf3213eabdb59800e63b
* gnu/packages/base.scm (glibc/linux): Re-enable parallel build.
Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
|
|
This provides a ~2x speedup when using 4 threads.
* guix/packages.scm (patch-and-repack)[build]: Invoke xz with
'--threads=0' when re-packing tarballs.
|
|
* gnu/packages/patches/libffi-3.2.1-complex_alpha.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/libffi.scm (libffi)[source]: Use it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
This change allows cross-building packages by just
using --target=alpha-unknown-linux-gnu re2c:
$ ./pre-inst-env guix build --target=alpha-unknown-linux-gnu re2c
$ file /gnu/store/p1z9iszzb4ng0vzc535sc2ha33ax24l6-re2c-0.16/bin/re2c
/gnu/store/p1z9iszzb4ng0vzc535sc2ha33ax24l6-re2c-0.16/bin/re2c: \
ELF 64-bit LSB executable, Alpha (unofficial), version 1 (SYSV), dynamically linked, \
interpreter /gnu/store/0z5d6z3hh41w7z5g2g82zlnwgpbj0i1a-glibc-cross-alpha-unknown-linux-gnu-2.24/lib/ld-linux.so.2, \
for GNU/Linux 3.2.0, not stripped
GCC for alpha uses 'GLIBC_DYNAMIC_LINKER<TAB>"/lib/ld-linux.so.2"'
* gnu/packages/gcc.scm (gcc-4.7)[arguments]: Fix GLIBC_DYNAMIC_LINKER
substitution when delimiter is a tab.
Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/patches/gettext-gnulib-multi-core.patch: New file.
* gnu/packages/patches/gettext-multi-core.patch: New file.
* gnu/packages/gettext.scm (gettext-minimal)[patches]: Add a reference
to the two previous patches.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/pkg-config.scm (%pkg-config): Update to 0.29.2.
|
|
* gnu/packages/gtk.scm (pango): Update to 1.40.5.
|
|
* gnu/packages/base.scm (coreutils): Update to 8.27.
[source](patches): Remove "coreutils-fix-cross-compilation.patch" and
add "coreutils-cut-huge-range-test.patch".
[native-inputs]: Remove "coreutils-cut-huge-range-test.patch".
[arguments]: Remove 'patch-cut-test' phase. Remove #:parallel-tests?.
* gnu/local.mk (dist_patch_DATA): Remove
"coreutils-fix-cross-compilation.patch".
* gnu/packages/patches/coreutils-fix-cross-compilation.patch: Remove.
* gnu/packages/patches/coreutils-cut-huge-range-test.patch: Adjust.
|
|
* gnu/packages/guile.scm (guile-2.0/fixed): Remove.
(guile-2.2)[source]: Switch from tar.lz to tar.xz.
(guile-2.2/fixed): New variable.
* gnu/packages/commencement.scm (guile-final): Use GUILE-2.2/FIXED
instead of GUILE-2.2/FIXED.
(canonical-package): Mention 2.2 instead of 2.0.
|
|
* gnu/packages/backup.scm (libarchive): Update to 3.3.1.
|
|
* gnu/packages/patches/grep-gnulib-lock.patch: New file.
* gnu/packages/base.scm (grep)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
* gnu/packages/curl.scm (curl): Update to 7.53.1.
|
|
* gnu/packages/image.scm (libpng): Update to 1.6.29.
|
|
* gnu/packages/databases.scm (sqlite): Update to 3.18.0.
|
|
This is a followup to dede644945f07d7b19f48f06a909fa59f5c66fb0.
* gnu/packages/compression.scm (lzip)[source]: Use hash of ".gz" tarball
instead of ".lz".
|
|
* gnu/packages/compression.scm (lzip): Update to 1.18.
|
|
* gnu/packages/xorg.scm (libpthread-stubs): Update to 0.4.
|
|
* gnu/packages/file.scm (file): Update to 5.30.
|
|
* gnu/packages/databases.scm (gdbm): Update to 1.13.
|
|
* gnu/packages/perl.scm (perl): Update to 5.24.1.
|
|
* gnu/packages/ed.scm (ed): Update to 1.14.2.
|
|
* gnu/packages/tls.scm (gnutls): Update to 3.5.10.
|
|
* gnu/packages/graphics.scm (brdf-explorer)[source]: Use HTTPS URL.
|
|
* gnu/packages/bioinformatics.scm, gnu/packages/emacs.scm,
gnu/packages/haskell.scm, gnu/packages/libffi.scm, gnu/packages/lisp.scm,
gnu/packages/ocaml.scm, gnu/packages/openstack.scm, gnu/packages/python.scm,
gnu/packages/ruby.scm, gnu/packages/shells.scm, gnu/packages/statistics.scm,
gnu/packages/xdisorg.scm: Use HTTPS URLs for all packages with a home-page on
GitHub.
|
|
* gnu/packages/patches/jbig2dec-CVE-2016-9601.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image.scm (jbig2dec)[source]: Use it.
|
|
|
|
* gnu/packages/guile.scm (guile-git)[arguments] <bootstrap>: Change
"/ccache" to "/site-ccache" in Makefile.am.
|
|
This Wayland compositor is currently abandonware and has known problems.
* gnu/packages/display-managers.scm (sddm)[inputs]: Remove GREENISLAND.
|
|
* gnu/packages/audio.scm (guitarix): Update to 0.35.3.
|
|
* guix/scripts/pack.scm (%compressors): Add flag '-T0' when calling "xz".
* guix/utils.scm (decompressed-port, compressed-port,
compressed-output-port): Same.
|
|
* gnu/packages/mail.scm (notmuch, python-notmuch, python2-notmuch): Update to
0.24.1.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/bioinformatics.scm (khmer)[inputs]: Add gcc-4.9.
|
|
* gnu/packages/ruby.scm (ruby)[replacement]: New field.
(ruby-2.3.4): New variable.
|
|
* gnu/packages/ruby.scm (ruby-2.2): Update to 2.2.7.
|
|
* gnu/packages/music.scm (tuxguitar): Update to 1.4.
[arguments]: Replace build phase "build-editor-utils" with "build-libraries";
install resources to the expected locations.
|
|
* gnu/packages/music.scm (pd)[arguments]: Run autogen.sh instead of
plain autoreconf.
|
|
* gnu/packages/music.scm (pd)[arguments]: Fix indentation.
|
|
* gnu/packages/music.scm (pd): Update to 0.47-1.
|
|
* gnu/packages/music.scm (tuxguitar)[home-page]: Update URL.
|
|
* gnu/packages/music.scm (setbfree): Update to 0.8.4.
|
|
* gnu/packages/music.scm (amsynth)[inputs]: Add lash.
|
|
* gnu/packages/music.scm (amsynth): Update to 1.7.1.
[native-inputs]: Add intltool.
|
|
* gnu/packages/music.scm (samplv1): Update to 0.8.1.
|
|
* gnu/packages/music.scm (drumkv1): Update to 0.8.1.
|
|
* gnu/packages/music.scm (synthv1): Update to 0.8.1.
|
|
* gnu/packages/music.scm (non-sequencer, non-session-manager): Update to
1.9.5-3.10c31e5.
|
|
* gnu/packages/music.scm (lilypond): Update to 2.19.58.
|