summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-21gnu: python-numpy: Alias to python-numpy-1.20....Numpy 1.20 is required by numba and umap-learn. Attempts to rename numpy 1.20 to allow it to coexist with numpy 1.21 in the same environment have not been successful. * gnu/packages/python-xyz.scm (python-numpy): Rename to... (python-numpy-next): ...this variable. (python2-numpy): Use python-numpy-next package as parent. (python-numpy-1.20): Inherit from python-numpy-next. (python-numpy): New variable pointing to python-numpy-1.20. (python-numba)[propagated-inputs]: Replace python-numpy-1.20 with python-numpy. Ricardo Wurmus
2021-11-21gnu: multiqc: Remove sanity check....* gnu/packages/bioinformatics.scm (multiqc)[arguments]: Delete 'sanity-check phase. Ricardo Wurmus
2021-11-21gnu: multiqc: Use GUIX_PYTHONPATH....* gnu/packages/bioinformatics.scm (multiqc)[arguments]: Replace PYTHONPATH with GUIX_PYTHONPATH. Ricardo Wurmus
2021-11-20gnu: libmp4v2: Build with '-std=c++03'....* gnu/packages/video.scm (libmp4v2)[arguments]: Add #:configure-flags. Ludovic Courtès
2021-11-20gnu: python-qtconsole: Add dependency on python-pyqt....* gnu/packages/python-xyz.scm (python-qtconsole)[propagated-inputs]: Add PYTHON-PYQT. Ludovic Courtès
2021-11-20vm: <virtual-machine> defaults to using 'qemu-minimal'....'qemu-minimal' is enough for system tests, which is the main (only?) use of <virtual-machine>. * gnu/system/vm.scm (<virtual-machine>)[qemu]: Default to QEMU-MINIMAL. Ludovic Courtès
2021-11-20gnu: tcp-wrappers: Allow compilation with glibc 2.33....* gnu/packages/networking.scm (tcp-wrappers)[source]: Add 'snippet'. Ludovic Courtès
2021-11-20gnu: grafx2: Build with '-fcommon'....* gnu/packages/game-development.scm (grafx2)[arguments]: Add '-fcommon' to #:make-flags. Ludovic Courtès
2021-11-20gnu: grafx2: Add 'file-name' field to source....Without a file name ending in ".tgz" (or similar), the 'unpack' phase wouldn't extract it (as implemented in commit cfcead2e515c0dae02127e5a76496463898be6b6). * gnu/packages/game-development.scm (grafx2)[source]: Add 'file-name' field. Ludovic Courtès
2021-11-20gnu: ledger: Remove failing test output....* gnu/packages/finance.scm (ledger)[source]: Add snippet to remove a failing test. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> John Kehayias
2021-11-20gnu: sdrangel: Update to 6.17.3....* gnu/packages/radio.scm (sdrangel): Update to 6.17.3. [arguments]: Add 'fix-boost-compatibility' phase. Guillaume Le Vaillant
2021-11-20gnu: opencpn: Update to 5.2.4....* gnu/packages/geo.scm (opencpn): Update to 5.2.4. [arguments]: Update 'configure-flag' and 'fix-build' phase. Guillaume Le Vaillant
2021-11-20gnu: python-scikit-learn: Update to 1.0.1....* gnu/packages/machine-learning.scm (python-scikit-learn): Update to 1.0.1. [arguments]: Disable one failing network test. Ricardo Wurmus
2021-11-20gnu: python-scikit-learn: Run tests conditionally....* gnu/packages/machine-learning.scm (python-scikit-learn)[arguments]: Respect TESTS? in 'check phase. Ricardo Wurmus
2021-11-20gnu: python-joblib: Update to 1.1.0....* gnu/packages/python-xyz.scm (python-joblib): Update to 1.1.0. [arguments]: Disable one test. Ricardo Wurmus
2021-11-20gnu: python2-joblib: Do not inherit source from python-joblib....* gnu/packages/python-xyz.scm (python2-joblib)[version]: Explicitly set to 0.14.1. [source]: Do not inherit. Ricardo Wurmus
2021-11-20gnu: gtk: Guard against timeouts in the test suite....This change piggy backs on the improvements to the meson-build-system made in dfcc96d8f48716ae5aefb383c58b153d5bcb407c; it's motivated by timeouts that occurred in the GTK test suite while building on a heavily loaded machine. * gnu/packages/gtk.scm (gtk)[parallel-tests]: New argument. [test-options]: New argument, which now includes --suite=gtk and --no-suite=gsk-compare-broadway, to match what upstream uses. [phases]{check}: Remove override. Maxim Cournoyer
2021-11-20gnu: libnice: Disable the 'test-bsd' test....* gnu/packages/networking.scm (libnice) [phases]{disable-failing-test}: Rename to... {disable-failing-tests}: ... this, plural. Disable 'test-bsd'. Maxim Cournoyer
2021-11-20gnu: wayland: Use native-inputs unconditionally...* gnu/packages/freedesktop.scm (wayland): Remove trailing #t. [phases]: Use native-inputs unconditionally. Maxim Cournoyer
2021-11-20gnu: gnome-shell: Update to 41.0....* gnu/packages/gnome.scm (gnome-shell): Update to 41.0. [origin]: Remove patches and modules fields. [phases]{pre-check}: Set HOME. * gnu/packages/patches/gnome-shell-disable-test.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. Maxim Cournoyer
2021-11-20gnu: gsettings-desktop-schemas: Update to 41.0....* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 41.0. Reformat synopsis and description. [origin]: Fix indentation. Maxim Cournoyer
2021-11-20gnu: gjs: Update to 1.70.0....* gnu/packages/gnome.scm (gjs): Update to 1.70.0. Maxim Cournoyer
2021-11-20gnu: mutter: Update to 41.0 and enable tests....* gnu/packages/gnome.scm (mutter): Update to 41.0. [imported-modules, modules]: New arguments. [configure-flags]: Specify the gles2_libname, egl_device and wayland_eglstream options. Enable the profiler by removing the option. [phases]{patch-dlopen-calls}: New phase. {disable-problematic-tests}: Likewise. {check}: Override phase. [native-inputs]{xorg-server-for-tests}: Replace with... {xvfb-run}: ... this. {adwaita-icon-theme, libxcursor, pipewire-0.3} {python-dbus, python-dbusmock, tini}: New native inputs. [propagated-inputs]: Add libxcvt. [inputs]: Add egl-wayland and sysprof. Maxim Cournoyer
2021-11-20gnu: libxcursor: Add a search path for XCURSOR_PATH....* gnu/packages/xorg.scm (libxcursor): Fix indentation. [native-search-paths]: New field (previously commented). Update comment. Maxim Cournoyer
2021-11-20build: syscalls: Add a SET-CHILD-SUBREAPER! procedure....* guix/build/syscalls.scm (PR_SET_CHILD_SUBREAPER): New variable. (set-child-subreaper!): New procedure. Maxim Cournoyer
2021-11-20gnu: python-numba: Update to 0.54.1....* gnu/packages/python-xyz.scm (python-numba): Update to 0.54.1. [propagated-inputs]: Replace python-numpy with python-numpy-1.20. [arguments]: Add phase 'disable-failing-tests. Ricardo Wurmus
2021-11-20gnu: python-numba: Run tests conditionally....* gnu/packages/python-xyz.scm (python-numba)[arguments]: Respect TESTS? argument. Ricardo Wurmus
2021-11-20gnu: python-numba: Remove trailing #T....* gnu/packages/python-xyz.scm (python-numba)[arguments]: Remove trailing #T from build phase. Ricardo Wurmus
2021-11-20gnu: Add python-numpy-1.20....* gnu/packages/python-xyz.scm (python-numpy-1.20): New variable. Ricardo Wurmus
2021-11-20gnu: repo2docker: Use GUIX_PYTHONPATH....* gnu/packages/jupyter.scm (repo2docker)[arguments]: Use GUIX_PYTHONPATH instead of PYTHONPATH. Ricardo Wurmus
2021-11-20gnu: python-llvmlite: Update to 0.37.0....* gnu/packages/llvm.scm (python-llvmlite): Update to 0.37.0. [inputs]: Update patched LLVM. Ricardo Wurmus
2021-11-20gnu: python-llvmlite: Remove trailing #T....* gnu/packages/llvm.scm (python-llvmlite)[arguments]: Remove trailing #T from build phases. Ricardo Wurmus
2021-11-20gnu: python-pytorch: Warn of missing test inputs....* gnu/packages/machine-learning.scm (python-pytorch): Add comment. Ricardo Wurmus
2021-11-20gnu: python-pytorch: Add missing input....* gnu/packages/machine-learning.scm (python-pytorch)[propagated-inputs]: Add python-click. Ricardo Wurmus
2021-11-20gnu: python-pytorch: Use ADD-INSTALLED-PYTHONPATH....* gnu/packages/machine-learning.scm (python-pytorch)[arguments]: Do not set PYTHONPATH; use add-installed-pythonpath instead. Ricardo Wurmus
2021-11-20gnu: opendht: Use GUIX_PYTHONPATH....* gnu/packages/networking.scm (opendht)[arguments]: Use GUIX_PYTHONPATH in the wrapper. Ricardo Wurmus
2021-11-19gnu: elogind: Revert changes to polkit build time detection....* gnu/packages/patches/elogind-revert-polkit-detection.patch: New file. * gnu/packages/freedesktop.scm (elogind): Use it. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Timothy Sample <samplet@ngyro.com> Josselin Poiret
2021-11-19gnu: python-jupyter-console: Update to 6.4.0....* gnu/packages/python-xyz.scm (python-jupyter-console): Update to 6.4.0. [native-inputs]: Add PYTHON-PYTEST. Ludovic Courtès
2021-11-19gnu: python-notebook: Fix tests that rely on the gio "trash" mechanism....Previously 'test_delete' and a couple of related tests in 'test_content_api.py' would fail: https://lists.gnu.org/archive/html/guix-devel/2021-11/msg00083.html Reported by Ricardo Wurmus. * gnu/packages/python-xyz.scm (python-notebook)[arguments]: Add 'use-our-home-for-tests' phase. In 'check' phase, remove call to 'setenv' and unnecessary use of 'with-directory-excursion'. Ludovic Courtès
2021-11-19gnu: wlroots: Remove unneeded elogind dependency....* gnu/packages/wm.scm (wlroots): Remove it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Josselin Poiret
2021-11-19gnu: seatd: Make elogind a propagated input....* gnu/packages/freedesktop.scm (seatd): Do it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Josselin Poiret
2021-11-19gnu: geary: Upgrade to 40.0...* gnu/packages/gnome.scm (geary): Upgrade to 40.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vivien Kraus
2021-11-19gnu: gmime: Install the vapi file....* gnu/packages/mail.scm (gmime)[configure flags]: Build the vapi file. [native-inputs]: Add vala. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vivien Kraus
2021-11-19gnu: onionshare: Remove trailing #T....* gnu/packages/tor.scm (onionshare)[arguments]: Remove trailing #T from build phases. Ricardo Wurmus
2021-11-19gnu: onionshare: Run tests conditionally....* gnu/packages/tor.scm (onionshare)[arguments]: Respect TESTS?. Ricardo Wurmus
2021-11-19gnu: onionshare: Do not set PYTHONPATH directly....* gnu/packages/tor.scm (onionshare)[arguments]: Use ADD-INSTALLED-PYTHONPATH in 'check phase. Ricardo Wurmus
2021-11-19gnu: onionshare-cli: Update to 2.4....* gnu/packages/tor.scm (onionshare-cli): Update to 2.4. [inputs]: Add python-pynacl. [arguments]: Patch references to /usr/share/tor in 'bake-tor phase; remove trailing #T; run tests conditionally. Ricardo Wurmus
2021-11-19gnu: python-eventlet: Update to 0.33.0....* gnu/packages/python-xyz.scm (python-eventlet): Update to 0.33.0. [propagated-inputs]: Add python-six. [native-inputs]: Add python-nose. [arguments]: Enable tests; add build phases 'avoid-OSError and 'delete-broken-tests; replace the 'check phase to run nosetests. Ricardo Wurmus
2021-11-19gnu: python-pytest-httpserver: Use GUIX_PYTHONPATH....* gnu/packages/check.scm (python-pytest-httpserver)[arguments]: Use GUIX_PYTHONPATH instead of PYTHONPATH. Ricardo Wurmus
2021-11-19gnu: polkit: Fix elogind configuration....* gnu/packages/patches/polkit-configure-elogind.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/polkit.scm (polkit): Use it. Timothy Sample