summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * gnu: python-onnx: Install libonnx.so and libonnx_proto.so.Ludovic Courtès2021-07-31
| | | | | | | | | | | | | | * gnu/packages/patches/python-onnx-shared-libraries.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/machine-learning.scm (python-onnx)[source]: Use it. [arguments]: New field.
| * gnu: python-onnx: Delete bundled software.Ludovic Courtès2021-07-31
| | | | | | | | | | * gnu/packages/machine-learning.scm (python-onnx)[source]: Delete the 'third_party' directory.
| * gnu: python-onnx: Move comment to the patch header.Ludovic Courtès2021-07-31
| | | | | | | | | | * gnu/packages/machine-learning.scm (python-onnx): Move patch comment to... * gnu/packages/patches/python-onnx-use-system-googletest.patch: ... here.
| * gnu: python-onnx: Update to 1.9.0.Ludovic Courtès2021-07-31
| | | | | | | | * gnu/packages/machine-learning.scm (python-onnx): Update to 1.9.0.
| * gnu: liquidsfz: Use fixed libsndfile.Ricardo Wurmus2021-07-30
| | | | | | | | | | * gnu/packages/music.scm (liquidsfz)[inputs]: Replace libsndfile with libsndfile/fixed.
| * gnu: Add libsndfile/fixed.Ricardo Wurmus2021-07-30
| | | | | | | | * gnu/packages/pulseaudio.scm (libsndfile/fixed): New variable.
| * gnu: parallel: Update to 20210722.Efraim Flashner2021-07-30
| | | | | | | | * gnu/packages/parallel.scm (parallel): Update to 20210722.
| * gnu: python-elasticsearch: Update to 7.13.4.Marius Bakke2021-07-30
| | | | | | | | | | | | * gnu/packages/python-web.scm (python-elasticsearch): Update to 7.13.4. [native-inputs]: Remove. [propagated-inputs]: Add PYTHON-CERTIFI.
| * gnu: openttd-opensmx: Update to 0.4.0.Leo Prikler2021-07-30
| | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (openttd-opensmx): Update to 0.4.0. [native-inputs]: Add tar. [#:make-flags]: Drop INSTALL_DIR. Add DIR_NAME and TAR. [#:tests?]: New argument. [#:phases]: Replace ‘install’ with a simple copy operation and drop post-install.
| * gnu: Fix OpenSFX build.Leo Prikler2021-07-30
| | | | | | | | | | | | | | | | | | | | OpenSFX 1.0.1 uses a different build system from the old one, which causes weird errors. * gnu/packages/games.scm (openttd-opensfx)[native-inputs]: Add tar. [#:make-flags]: Drop INSTALL_DIR. Add DIR_NAME and TAR. [#:tests?]: New argument. [#:phases]: Add ‘prebuild’. Replace ‘install’ with a simple copy.
| * gnu: Add C-Vise.Eric Bavier2021-07-30
| | | | | | | | * gnu/packages/debug.scm (c-vise): New variable.
| * gnu: Add python-pebble.Eric Bavier2021-07-30
| | | | | | | | * gnu/packages/python-xyz.scm (python-pebble): New variable.
| * gnu: Fix OpenSFX URI.Leo Prikler2021-07-30
| | | | | | | | | | | | | | | | | | | | In commit 1cdf1cd7fe7ac425faa010531735d183af0a19f1, the URI was updated to the wrong value and the hash not updated at all, so people would erroneously fetch the old package from a wrong description. * gnu/packages/games.scm (openttd-opensfx)[uri]: Use <https://cdn.openttd.org/opensfx-releases>. [sha256]: Update accordingly.
| * gnu: openttd-opengfx: Update to 0.6.1.Leo Prikler2021-07-30
| | | | | | | | * gnu/packages/games.scm (openttd-opengfx): Update to 0.6.1.
| * licenses: Remove CC-Sampling+-1.0.Ron Nazarov2021-07-30
| | | | | | | | * guix/licenses.scm (cc-sampling-plus-1.0): Remove variable.
| * gnu: openttd-opensfx: Update to 1.0.1.Ron Nazarov2021-07-30
| | | | | | | | | | | | * gnu/packages/games.scm (openttd-opensfx): Update to 1.0.1. [source]: Use <https://cdn.openttd.org>. [license]: Update to CC BY-SA 3.0.
| * gnu: emacs-string-inflection: Update to 1.0.14.Nicolas Goaziou2021-07-30
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-string-inflection): Update to 1.0.14.
| * gnu: Add createrepo-c.Maxim Cournoyer2021-07-29
| | | | | | | | * gnu/packages/rpm.scm (createrepo-c): New variable.
| * gnu: Add libmodulemd.Maxim Cournoyer2021-07-29
| | | | | | | | * gnu/packages/rpm.scm (libmodulemd): New variable.
| * gnu: Add drpm.Maxim Cournoyer2021-07-29
| | | | | | | | | | * gnu/packages/rpm.scm: Add file. * gnu/local.mk (GNU_SYSTEM_MODULES): Register it.
| * gnu: web: Move libyaml and libcyaml to (gnu packages serialization).Maxim Cournoyer2021-07-29
| | | | | | | | | | | | | | | | | | | | Files to be adjusted were searched with the following command: $ git ls-files | xargs grep -l -E ',libc?yaml' | \ xargs grep -L '(gnu packages serialization)' * gnu/packages/web.scm (libyaml, libyaml+static, libcyaml): Move to... * gnu/packages/serialization.scm: ... here.
| * gnu: Add zchunk.Maxim Cournoyer2021-07-29
| | | | | | | | * gnu/packages/compression.scm (zchunk): New variable.
| * gnu: Add nginx-rtmp-module.Jack Hill2021-07-29
| | | | | | | | | | | | * gnu/packages/web.scm (nginx-rtmp-module): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add XNNPACK.Ludovic Courtès2021-07-29
| | | | | | | | | | | | * gnu/packages/machine-learning.scm (xnnpack): New variable. * gnu/packages/patches/xnnpack-system-libraries.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
| * gnu: Add FP16.Ludovic Courtès2021-07-29
| | | | | | | | | | | | * gnu/packages/patches/fp16-system-libraries.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/maths.scm (fp16): New variable.
| * gnu: Add Psimd.Ludovic Courtès2021-07-29
| | | | | | | | * gnu/packages/parallel.scm (psimd): New variable.
| * gnu: Add cpuinfo.Ludovic Courtès2021-07-29
| | | | | | | | | | | | * gnu/packages/parallel.scm (cpuinfo): New variable. * gnu/packages/patches/cpuinfo-system-libraries.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
| * gnu: Add googlebenchmark.Ludovic Courtès2021-07-29
| | | | | | | | * gnu/packages/check.scm (googlebenchmark): New variable.
| * gnu: Add pthreadpool.Ludovic Courtès2021-07-29
| | | | | | | | | | | | * gnu/packages/parallel.scm (pthreadpool): New variable. * gnu/packages/patches/pthreadpool-system-libraries.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
| * gnu: Add FXDiv.Ludovic Courtès2021-07-29
| | | | | | | | | | | | * gnu/packages/maths.scm (fxdiv): New variable. * gnu/packages/patches/fxdiv-system-libraries.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* | gnu: glib-networking: Update to 2.68.1.Ludovic Courtès2021-07-31
| | | | | | | | * gnu/packages/gnome.scm (glib-networking): Update to 2.68.1.
* | gnu: glib-networking: Skip failing test.Ludovic Courtès2021-07-31
| | | | | | | | | | | | * gnu/packages/patches/glib-networking-gnutls-binding.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (glib-networking)[source]: Use it.
* | gnu: icedtea@1.13.13: Add 'file-name' field to the origins.Ludovic Courtès2021-07-31
| | | | | | | | | | * gnu/packages/java.scm (icedtea-6)[native-inputs]: Add 'file-name' field to all the origins.
* | gnu: gnutls: Patch the Guile bindings for EINTR/EAGAIN handling.Ludovic Courtès2021-07-31
| | | | | | | | | | | | * gnu/packages/patches/gnutls-guile-eintr-eagain.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/tls.scm (gnutls)[source]: Use it.
* | gnu: mesa: Update to 21.1.6.John Kehayias2021-07-31
| | | | | | | | | | | | | | | | * gnu/packages/gl.scm (mesa): Update to 21.1.6. * gnu/packages/patches/mesa-skip-tests.patch: Remove cache_test.c as it is no longer needed (test passes). Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: libdrm: Update to 2.4.107.Kaelyn Takata2021-07-31
| | | | | | | | | | | | | | | | | | | | * gnu/packages/xdisorg.scm (libdrm): Update to 2.4.107, and change libpciaccess to a propagated input as the pkg-config for libdrm_intel now includes it in the libs. [arguments]: Add conditional testing support to the replacement for the standard check phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | build-system/python: Handle missing metadata on Python 2.Marius Bakke2021-07-30
| | | | | | | | | | | | * gnu/packages/aux-files/python/sanity-check.py: Catch the less specific EnvironmentError rather than FileNotFoundError as the latter is Python 3 only.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-07-29
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/bioinformatics.scm gnu/packages/cmake.scm gnu/packages/curl.scm gnu/packages/emacs-xyz.scm gnu/packages/gpodder.scm gnu/packages/music.scm gnu/packages/patches/glibc-bootstrap-system.patch gnu/packages/python-xyz.scm gnu/packages/shells.scm gnu/packages/statistics.scm
| * gnu: r-xcms: Update to 3.14.1.Ricardo Wurmus2021-07-29
| | | | | | | | * gnu/packages/bioconductor.scm (r-xcms): Update to 3.14.1.
| * gnu: r-reportingtools: Update to 2.32.1.Ricardo Wurmus2021-07-29
| | | | | | | | * gnu/packages/bioconductor.scm (r-reportingtools): Update to 2.32.1.
| * gnu: php: Update to 7.4.22 [security fixes].Tobias Geerinckx-Rice2021-07-29
| | | | | | | | * gnu/packages/php.scm (php): Update to 7.4.22.
| * system: Add (gnu system setuid).Christopher Lemmer Webber2021-07-29
| | | | | | | | | | | | | | I flubbed and somehow when including the patch series, this got dropped. Oops... should fix things again. * gnu/system/setuid.scm: New file.
| * services: Migrate to <setuid-program>.Brice Waegeneire2021-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/services/dbus.scm (dbus-setuid-programs, polkit-setuid-programs): Return setuid-programs. * gnu/services/desktop.scm (enlightenment-setuid-programs): Return setuid-programs. (%desktop-services)[mount-setuid-helpers]: Use setuid-programs. * gnu/services/docker.scm (singularity-setuid-programs): Return setuid-programs. * gnu/services/xorg.scm(screen-locker-setuid-programs): Return setuid-programs. * gnu/system.scm (%setuid-programs): Return setuid-programs. * doc/guix.texi (Setuid Programs, operating-system Reference): Replace 'list of G-expressions' with 'list of <setuid-program>'.
| * services: setuid: More configurable setuid support.Chris Lemmer-Webber2021-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New record <setuid-program> with fields for setting the specific user and group, as well as specifically selecting the setuid and setgid bits, for a program within the setuid-program-service. * gnu/services.scm (setuid-program-file-like-deprecated): New function. (setuid-program-service-type): Make use of setuid-program->activation-gexp. Adjust the extend property to handle <setuid-program>. * gnu/build/activation.scm (activate-setuid-programs): Update to expect a <setuid-record> list for each program entry. * gnu/system.scm: (operating-system-setuid-programs): Renamed to %operating-system-setuid-programs and replace it with new procedure. (operating-system-default-essential-services, hurd-default-essential-services): Replace operating-system-setuid-programs with %operating-system-setuid-programs. * gnu/system/setuid.scm: New file. * doc/guix.texi (Setuid Programs): Document <setuid-program>. Co-authored-by: Brice Waegeneire <brice@waegenei.re>
| * gnu: r-matrixstats: Update to 0.60.0.Ricardo Wurmus2021-07-29
| | | | | | | | * gnu/packages/statistics.scm (r-matrixstats): Update to 0.60.0.
| * gnu: r-e1071: Update to 1.7-8.Ricardo Wurmus2021-07-29
| | | | | | | | * gnu/packages/statistics.scm (r-e1071): Update to 1.7-8.
| * gnu: r-protolite: Update to 2.1.1.Ricardo Wurmus2021-07-29
| | | | | | | | * gnu/packages/cran.scm (r-protolite): Update to 2.1.1.
| * gnu: r-lwgeom: Update to 0.2-7.Ricardo Wurmus2021-07-29
| | | | | | | | * gnu/packages/cran.scm (r-lwgeom): Update to 0.2-7.
| * gnu: r-mgsub: Update to 1.7.3.Ricardo Wurmus2021-07-29
| | | | | | | | * gnu/packages/cran.scm (r-mgsub): Update to 1.7.3.
| * gnu: r-matrixcalc: Update to 1.0-5.Ricardo Wurmus2021-07-29
| | | | | | | | * gnu/packages/cran.scm (r-matrixcalc): Update to 1.0-5.