Age | Commit message (Expand) | Author |
2021-06-01 | gnu: jemalloc: Fix building on powerpc-linux....* gnu/packages/jemalloc.scm (jemalloc)[arguments]: Change configure-flags
so they are configurable per-architecture.
| Efraim Flashner |
2021-05-28 | gnu: guile-3.0: Fix building on powerpc-linux....* gnu/packages/guile.scm (guile-3.0)[source]: Adjust snippet to
skip OOM-test.
[arguments]: On powerpc add a phase to adjust the compile flags during
the bootstrap process. Add phase to skip known failing test.
| Efraim Flashner |
2021-05-25 | guile: Leave 'scm_install_gmp_memory_functions' unchanged....Since the switch to Guile 3.0.7 using mini-GMP, we can leave
'scm_install_gmp_memory_functions' to its default value, which is to use
custom memory allocators; there is no interference with users of GMP
such as GnuTLS/Nettle.
* gnu/packages/aux-files/guile-launcher.c (main) [!SCM_ENABLE_MINI_GMP]:
Leave 'scm_install_gmp_memory_functions' unchanged.
| Ludovic Courtès |
2021-05-25 | ci: Add derivation inputs....* gnu/ci.scm (derivation->job): Add the derivation inputs to the job
association list.
| Mathieu Othacehe |
2021-05-24 | gnu: mesa: Unify custom phases....* gnu/packages/gl.scm (mesa)[arguments]: Rewrite custom
'disable-failing-test phases to be one joint phase. Adjust
'split-outputs phase to simplify.
| Efraim Flashner |
2021-05-23 | gnu: mesa: Add support for powerpc-linux....* gnu/packages/gl.scm (mesa)[inputs]: Add llvm, glslang for powerpc.
[arguments]: Customize the configure flags for powerpc. Add powerpc
specific phase to skip failing tests.
| Efraim Flashner |
2021-05-23 | gnu: binutils: Fix bug in test suite in libiberty....* gnu/packages/base.scm (binutils)[source]: Add patch.
* gnu/packages/patches/binutils-libiberty-endianness-bug.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Efraim Flashner |
2021-05-23 | gnu: gcc-boot0: Use 128-bit long-double on powerpc-linux....* gnu/packages/commencement.scm (gcc-boot0)[arguments]: Adjust
configure-flag to also use '--with-long-double-128' on powerpc-linux.
| Efraim Flashner |
2021-05-23 | gnu: bootstrap: Add support for powerpc-linux....On 923bb70a1bff657125c3008f119a477e5cb57c2b
gnu:glibc-for-bootstrap: Fix patch.
Run
./pre-inst-env guix build --target=powerpc-linux-gnu bootstrap-tarballs
Producing
/gnu/store/dyj1wvayyp1ihaknkxniz1xamcf4yrhl-bootstrap-tarballs-0
With guix hash -rx /gnu/store/dyj1wvayyp1ihaknkxniz1xamcf4yrhl-bootstrap-tarballs-0
02xx2ydj28pwv3vflqffinpq1icj09gzi9icm8j4bwc4lca9irxn
* gnu/packages/bootstrap.scm (%bootstrap-executables): Add entries for
powerpc-linux.
(%bootstrap-guile-hash, %bootstrap-coreutils&co, %bootstrap-binutils,
%bootstrap-glibc, %bootstrap-gcc): Add entry for powerpc-linux.
* gnu/packages.scm (%supported-systems): Add powerpc-linux.
(%hydra-supported-systems): Remove powerpc-linux.
* m4/guix.m4: Add powerpc-linux as a supported system.
| Efraim Flashner |
2021-05-22 | gnu: python-pyflakes: Remove obsolete patch....This patch was added on 'core-updates' in
43c889de85e79f279931d6cced261f54c9be5075, but no longer necessary since the
update to 2.3.1 in 91741db5397174a2e96b4010c3c9ff53d34e8ef0.
* gnu/packages/patches/python-pyflakes-fix-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python-xyz.scm (python-pyflakes)[source](patches): Remove.
| Marius Bakke |
2021-05-22 | gnu: python-tqdm: Update to 4.60.0....* gnu/packages/python-xyz.scm (python-tqdm): Update to 4.60.0.
[native-inputs]: Remove PYTHON-NOSE. Add PYTHON-PYTEST,
PYTHON-PYTEST-ASYNCIO, PYTHON-PYTEST-TIMEOUT, PYTHON-SETUPTOOLS-SCM, and
PYTHON-TOML.
[arguments]: Use pytest instead of nosetests in check phase.
| Marius Bakke |
2021-05-22 | gnu: Remove 'texlive-amsfonts/patched'....* gnu/packages/tex.scm (texlive-amsfonts)[arguments]: Add the fix from
'texlive-amsfonts/patched'.
(texlive-amsfonts/patched): Remove variable.
* gnu/packages/python-xyz.scm (python-nbconvert)[native-inputs]: Change from
TEXLIVE-AMSFONTS/PATCHED to TEXLIVE-AMSFONTS.
| Marius Bakke |
2021-05-22 | gnu: guile-static: Fix build without GMP....* gnu/packages/make-bootstrap.scm (make-guile-static)[arguments]: Add
"--enable-mini-gmp" to #:configure-flags.
| Marius Bakke |
2021-05-22 | gnu: guile-static: Remove obsolete workaround....* gnu/packages/make-bootstrap.scm (make-guile-static)[arguments]: Don't
disable JIT on ARMv7.
| Marius Bakke |
2021-05-22 | Merge branch 'master' into core-updates | Marius Bakke |
2021-05-22 | gnu: autotrace: Prepare for GLib 2.68 and later....* gnu/packages/patches/autotrace-glib-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/graphics.scm (autotrace)[source](patches): New field.
| Marius Bakke |
2021-05-22 | gnu: emacs-libgit: Fix installation failure....* gnu/packages/emacs-xyz.scm (emacs-libgit)[arguments]: Adjust for renamed
source directory. While at it, removing trailing #t's.
| Marius Bakke |
2021-05-22 | gnu: wget: Update to 1.21.1....* gnu/packages/wget.scm (wget): Update to 1.21.1.
| Marius Bakke |
2021-05-22 | gnu: gtk-doc: Remove obsolete workaround....* gnu/packages/gtk.scm (gtk-doc)[arguments]: Remove set-HOME phase.
| Marius Bakke |
2021-05-22 | gnu: libxaw: Update to 1.0.14....* gnu/packages/xorg.scm (libxaw): Update to 1.0.14.
| Marius Bakke |
2021-05-22 | gnu: libxt: Update to 1.2.1....* gnu/packages/xorg.scm (libxt): Update to 1.2.1.
* gnu/packages/patches/libxt-guix-search-paths.patch: Adjust context.
| Marius Bakke |
2021-05-22 | gnu: xkeyboard-config: Update to 2.32....* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.32.
| Marius Bakke |
2021-05-22 | gnu: libxfixes: Update to 6.0.0....* gnu/packages/xorg.scm (libxfixes): Update to 6.0.0.
| Marius Bakke |
2021-05-22 | gnu: libxres: Update to 1.2.1....* gnu/packages/xorg.scm (libxres): Update to 1.2.1.
| Marius Bakke |
2021-05-22 | gnu: xorgproto: Update to 2021.4....* gnu/packages/xorg.scm (xorgproto): Update to 2021.4.
| Marius Bakke |
2021-05-22 | gnu: util-macros: Update to 1.19.3....* gnu/packages/xorg.scm (util-macros): Update to 1.19.3.
| Marius Bakke |
2021-05-22 | gnu: doxygen: Update to 1.9.1....* gnu/packages/patches/doxygen-1.8.17-runtests.patch,
gnu/packages/patches/doxygen-test.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/documentation.scm (doxygen): Update to 1.9.1.
[source](patches): Remove.
[home-page]: Use HTTPS.
[arguments]: Disable bibtex test with a phase instead of patch.
| Marius Bakke |
2021-05-22 | gnu: SWIG: Update to 4.0.2....* gnu/packages/swig.scm (swig): Update to 4.0.2.
[arguments]: Remove.
| Marius Bakke |
2021-05-22 | gnu: Tcl/Tk: Update to 8.6.11....* gnu/packages/patches/tcl-fix-cross-compilation.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/tcl.scm (tcl): Update to 8.6.11.
[source](patches): Remove.
[arguments]: Remove trailing #t's.
(tk): Update to 8.6.11.1.
[arguments]: Remove trailing #t's and reindent.
| Marius Bakke |
2021-05-22 | gnu: libuv: Update to 1.41.0....* gnu/packages/libevent.scm (libuv): Update to 1.41.0.
[native-inputs]: Change from AUTOCONF-WRAPPER to AUTOCONF.
| Marius Bakke |
2021-05-22 | gnu: libfaketime: Use absolute 'date' reference....* gnu/packages/check.scm (libfaketime)[inputs]: Add COREUTILS.
[arguments]: Add phase to substitute the absolute 'date' file name.
| Marius Bakke |
2021-05-22 | gnu: help2man: Update to 1.48.3....* gnu/packages/man.scm (help2man): Update to 1.48.3.
| Marius Bakke |
2021-05-22 | gnu: automake: Remove unnecessary conditional....* gnu/packages/autotools.scm (automake)[inputs]: Add all unconditionally.
| Marius Bakke |
2021-05-22 | gnu: autoconf: Remove unnecessary conditional....* gnu/packages/autotools.scm (autoconf-2.69)[inputs]: Add all
unconditionally.
| Marius Bakke |
2021-05-22 | gnu: boost: Update to 1.76.0....* gnu/packages/patches/boost-fix-transitive-linking.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/boost.scm (boost): Update to 1.76.0.
[source](patches): Remove.
| Marius Bakke |
2021-05-22 | gnu: util-linux: Disable setarch test on all architectures....* gnu/packages/linux.scm (util-linux)[arguments]: Don't make the
disable-setarch-test phase conditional. While at it, remove trailing #t's.
| Marius Bakke |
2021-05-22 | gnu: gfortran: Remove obsolete workaround....* gnu/packages/gcc.scm (gfortran): Use GCC directly.
| Marius Bakke |
2021-05-22 | gnu: zstd: Update to 1.5.0....* gnu/packages/compression.scm (zstd): Update to 1.5.0.
[arguments]: Remove obsolete phase.
| Marius Bakke |
2021-05-22 | gnu: ninja: Update to 1.10.2....* gnu/packages/ninja.scm (ninja): Update to 1.10.2.
[arguments]: Remove trailing #t's.
| Marius Bakke |
2021-05-22 | gnu: meson: Update to 0.58.0....* gnu/packages/build-tools.scm (meson): Update to 0.58.0.
[source](patches): New field.
| Marius Bakke |
2021-05-22 | gnu: Meson: Remove special versions....* gnu/packages/audio.scm (lv2-speech-denoiser, libaudec)[arguments]: Remove
#:meson.
* gnu/packages/build-tools.scm (meson): Update to 0.57.2.
(meson-0.55, meson-next): Remove variables.
* gnu/packages/datastructures.scm (tllist)[arguments]: Remove.
* gnu/packages/fontutils.scm (fcft)[arguments]: Likewise.
* gnu/packages/gimp.scm (babl, gegl)[arguments]: Remove #:meson.
* gnu/packages/gtk.scm (gdk-pixbuf)[arguments]: Likewise.
* gnu/packages/lua.scm (emilua)[arguments]: Likewise.
* gnu/packages/music.scm (zrythm)[arguments]: Likewise.
* gnu/packages/terminals.scm (foot)[arguments]: Likewise.
* gnu/packages/virtualization.scm (qemu)[native-inputs]: Change from
MESON-NEXT to MESON.
(libvirt)[arguments]: Remove #:meson.
* gnu/packages/wm.scm (wlroots, sway)[arguments]: Likewise.
| Marius Bakke |
2021-05-22 | gnu: gtkmm: Fix build failure....* gnu/packages/gtk.scm (gtkmm)[native-inputs]: Add GLIB:BIN.
[propagated-inputs]: Change ATKMM to ATKMM-2.28 and PANGOMM to PANGOMM-2.46.
* gnu/packages/gtk.scm (gtkmm-2)[native-inputs]: Don't inherit from GTKMM.
| Marius Bakke |
2021-05-22 | gnu: pangomm@2.42: Update to 2.46.0....* gnu/packages/gtk.scm (pangomm-2.42): Rename to ...
(pangomm-2.46): ... this. Update to 2.46.0.
(gtkmm-2)[propagated-inputs]: Adjust accordingly.
| Marius Bakke |
2021-05-22 | gnu: cairomm@1.13: Update to 1.14.2....* gnu/packages/gtk.scm (cairomm-1.13): Rename to ...
(cairomm-1.14): ... this. Update to 1.14.2.
[build-system, arguments]: Remove.
(pangomm-2.42, gtkmm-2)[propagated-inputs]: Adjust for variable rename.
| Marius Bakke |
2021-05-22 | gnu: ATLAS: Fix build with GCC 10....* gnu/packages/patches/atlas-gfortran-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/maths.scm (atlas)[source](patches): New field.
| Marius Bakke |
2021-05-22 | gnu: libical: Update to 3.0.10....* gnu/packages/calendar.scm (libical): Update to 3.0.10.
| Marius Bakke |
2021-05-22 | gnu: cairomm: Do not propagate fontconfig....* gnu/packages/gtk.scm (cairomm)[propagated-inputs]: Move FONTCONFIG ...
[inputs]: ... here. New field.
| Marius Bakke |
2021-05-22 | gnu: python-sphinx: Update to 4.0.1....* gnu/packages/sphinx.scm (python-sphinx): Update to 4.0.1.
| Marius Bakke |
2021-05-22 | gnu: python-pyopenssl: Update to 20.0.1....* gnu/packages/python-crypto.scm (python-pyopenssl): Update to 20.0.1.
| Marius Bakke |
2021-05-22 | gnu: java.scm: Adjust to new #:disallowed-references convention....* gnu/packages/java.scm (icedtea-8, openjdk9, openjdk10,
openjdk11)[arguments]: Adjust #:disallowed-references.
| Marius Bakke |