summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2023-09-08gnu: drbd-utils: Update to 9.25.0.Marius Bakke
* gnu/packages/cluster.scm (drbd-utils): Update to 9.25.0.
2023-09-08gnu: varnish: Update to 7.3.0.Marius Bakke
* gnu/packages/web.scm (varnish): Update to 7.3.0.
2023-09-08services: ganeti: Fix tests.Marius Bakke
* gnu/tests/ganeti.scm (run-ganeti-test)["force-start wconfd"]: Don't use INVOKE. ["gnt-os list"]: Import (ice-9 textual-ports).
2023-09-08gnu: ganeti: Fix build.Marius Bakke
* gnu/packages/patches/ganeti-lens-compat.patch, gnu/packages/patches/ganeti-procps-compat.patch, gnu/packages/patches/ganeti-relax-dependencies.patch, gnu/packages/patches/ganeti-reorder-arbitrary-definitions.patch, gnu/packages/patches/ganeti-template-haskell-2.17.patch, gnu/packages/patches/ganeti-template-haskell-2.18.patch: New files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/virtualization.scm (ganeti)[source](patches): Add them.
2023-09-08gnu: python-fasteners: Update to 0.17.3.Efraim Flashner
* gnu/packages/python-xyz.scm (python-fasteners): Update to 0.17.3. [build-system]: Switch to pyproject-build-system. [arguments]: Add custom 'check phase. [propagated-inputs]: Remove python-monotonic and python-six. [native-inputs]: Remove python-testtools; add python-diskcache, python-more-itertools, and python-pytest.
2023-09-08gnu: python-numcodecs: Fix building on non x86 machines.Efraim Flashner
* gnu/packages/python-xyz.scm (python-numcodecs)[source]: Adjust snippet to prevent setup.py adding unsupported architecture specific CFLAGS.
2023-09-08gnu: python-numcodecs: Remove another cythonized file.Efraim Flashner
* gnu/packages/python-xyz.scm (python-numcodecs)[source]: Remove another cythonized file.
2023-09-08gnu: Remove python-pyflakes-2.2.Efraim Flashner
* gnu/packages/python-xyz.scm (python-pyflakes-2.2): Delete variable. * gnu/packages/patches/python-pyflakes-test-location.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
2023-09-08gnu: Remove python-pycodestyle-2.6.Efraim Flashner
* gnu/packages/python-xyz.scm (python-pycodestyle-2.6): Delete variable.
2023-09-08gnu: Remove python-flake8-3.8.Efraim Flashner
* gnu/packages/python-xyz.scm (python-flake8-3.8): Delete variable.
2023-09-08gnu: python-hacking: Update to 5.0.0.Efraim Flashner
* gnu/packages/openstack.scm (python-hacking): Update to 5.0.0. [propagated-inputs]: Remove python-flake8-3.8; add python-flake8. [native-inputs]: Remove python-dnspython, python-mock, and python-monotonic.
2023-09-08gnu: python-eventlet: Update to 0.33.3.Efraim Flashner
* gnu/packages/python-xyz.scm (python-eventlet): Update to 0.33.3. [propagated-inputs]: Remove python-monotonic. [arguments]: Skip another test.
2023-09-08gnu: tensorflow-lite: Update to 2.12.1.Andy Tai
* gnu/packages/algebra.scm (eigen-for-tensorflow-lite): Remove variable. * gnu/packages/machine-learning.scm (tensorflow-lite): Update to 2.12.1 [arguments]<configure-flags>: Turn on GPU and RUY use; Use cmake to find packages already in Guix as dependencies for absl-cpp, eigen, flatbuffer, neon2ssl, cpuinfo, ruy. [arguments]<phases>: Remove operations setting up absl-cpp, eigen, ruy, and neon2ssl as native inouts as now we use Guix's packages of these as dependencies. Do default build phase. Add steps to install C shared library and benchmark_model tool. [inputs]: Add cpuinfo, eigen, fp16, mesa-header, opencl, pthreadpool, ruy, vulkan and xnnpack as explicit inputs. [native-inputs]: Remove local setup of neon2ssl and ruy as we now use Guix's packages of these as explicit dependencies. * gnu/packages/serialization.scm (flatbuffers-next-shared): New variable, flatbuffers-next built with -fPIC as needed by tensorflow-lite. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2023-09-08gnu: Add ruy.Andy Tai
* gnu/packages/maths.scm (ruy): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2023-09-08gnu: Add nsync.Andy Tai
* gnu/packages/c.scm (nsync): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2023-09-08gnu: Add vim-vlime.Charles Jackson
* gnu/packages/vim.scm (vim-vlime): New variable. Signed-off-by: jgart <jgart@dismail.de>
2023-09-08gnu: python-pyspnego: Update to 0.8.0.c4droid
* gnu/packages/python-xyz.scm (python-pyspnego): Update to 0.8.0. [source]: Download from pypi. [arguments]: Remove custom 'check phase. [build-system]: Switch to pyproject-build-system. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-09-08gnu: chez-scheme-for-racket-bootstrap-bootfiles: Remove workaround.Philip McGrath
Architecture autodetection in rktboot was fixed upstream, and the fix is included in racket-backport-8.10-rktboot.patch for Guix. This commit goes beyond reverting b4fbeae3d90a5d0f8146441772436df2eb471491: the upstream fix also supports 'pbarch' machine types, so we never need to supply a '--machine' argument to rktboot. * gnu/packages/chez.scm (chez-scheme-for-racket-bootstrap-bootfiles) [arguments]: Change 'build' phase to never use '--machine' for rktboot. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-09-08gnu: racket: Declare OpenSSL search paths.Philip McGrath
Otherwise, OpenSSL used via Racket fails to find certificates, e.g. when attempting to run 'raco pkg install'. Fixes <https://racket.discourse.group/t/2206/8>. * gnu/packages/racket.scm (racket-minimal)[native-search-paths]: Add $SSL_CERT_DIR and $SSL_CERT_FILE. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-09-08gnu: racket: Update to 8.10.Philip McGrath
* gnu/packages/patches/racket-rktboot-riscv64-support.patch: Move to ... * gnu/packages/patches/racket-backport-8.10-rktboot.patch: ... this file, together with a related upstreamed patch. * gnu/local.mk (dist_patch_DATA): Update accordingly. * gnu/packages/racket/scm (%racket-origin)[patches]: Likewise. (%racket-version): Update to 8.10. (racket)[inputs]<data, deinprogramm, drracket, gui, htdp, math> <net-cookies, pict, plot, racklog, redex, scribble, slideshow, snip> <typed-racket, string-constants, syntax-color, web-server>: Update hashes. * gnu/packages/chez.scm (chez-scheme-for-racket): Update to 9.9.9-pre-release.17. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-09-07gnu: Add python-fasttext.Ricardo Wurmus
* gnu/packages/machine-learning.scm (python-fasttext): New variable.
2023-09-07gnu: Add fasttext.Ricardo Wurmus
* gnu/packages/machine-learning.scm (fasttext): New variable.
2023-09-07gnu: lighttpd: Update to 1.4.71.André Batista
* gnu/packages/web.scm (lighttpd): Update to 1.4.71. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-09-07gnu: yggdrasil: Update to 0.4.7.Artyom V. Poptsov
* gnu/packages/networking.scm (yggdrasil): Update to 0.4.7. [arguments]: Use G-expressions. Set the package build name and version. Use go-1.20. [propagated-inputs]: Add go-golang-org-x-tools, go-github-com-olekukonko-tablewriter and go-github-com-mattn-go-colorable. * gnu/packages/patches/yggdrasil-extra-config.patch: Don't use deprecated "ioutil". Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-09-07gnu: go-github-com-arceliar-ironwood: Update to ↵Artyom V. Poptsov
0.0.0-20221115123222-ec61cea2f439. * gnu/packages/golang.scm (go-github-com-arceliar-ironwood): Update to 0.0.0-20221115123222-ec61cea2f439. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-09-07gnu: python-duckdb: Update to 0.8.1.Greg Hogan
* gnu/packages/python-xyz.scm (python-duckdb): Update to 0.8.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-09-07gnu: fmt-10: Update to 10.1.1.Greg Hogan
* gnu/packages/pretty-print.scm (fmt-10): Update to 10.1.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-09-07gnu: emacs-consult-eglot: Update 0.2.0-0.db9d41c.Kabelo M'sobomvu Moiloa
* gnu/packages/emacs-xyz.scm (emacs-consult-eglot): Update 0.2.0-0.db9d41c. Signed-off-by: Andrew Tropin <andrew@trop.in> Co-authored-by: Andrew Tropin <andrew@trop.in>
2023-09-07gnu: Add emacs-org-ql-dynamic-agenda.Nicolas Graves
* gnu/packages/emacs-xyz.scm (emacs-org-ql-dynamic-agenda): New variable. Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-09-07gnu: Add emacs-org-dynamic-agenda.Nicolas Graves
* gnu/packages/emacs-xyz.scm (emacs-org-dynamic-agenda): New variable. Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-09-07gnu: Add emacs-flymake-guile.Distopico
* gnu/packages/emacs-xyz.scm (emacs-flymake-guile): New variable. Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-09-06gnu: Add erlang-lfe.Tim Johann
* gnu/packages/erlang.scm (erlang-lfe): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06gnu: Add csmith.Olivier Dion
* gnu/packages/linux.scm (csmith): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-07gnu: julia-prettytables: Update to 2.1.2.Efraim Flashner
* gnu/packages/julia-xyz.scm (julia-prettytables): Update to 2.1.2. [arguments]: Rename custom phase 'skip-color-tests to 'skip-tests-manipulating-terminal-display and skip some more tests. [propagated-inputs]: Add julia-offsetarrays, julia-stringmanipulation.
2023-09-07gnu: Add julia-stringmanipulation.Efraim Flashner
* gnu/packages/julia-xyz.scm (julia-stringmanipulation): New variable.
2023-09-03gnu: Register ruby-nokogiri.patch.Tobias Geerinckx-Rice
This follows up on commit e8975697782c0ea10ce278a3304032b4cc60f81c. * gnu/local.mk (dist_patch_DATA): Add ruby-nokogiri.patch. Reported by acrow in #guix.
2023-09-06gnu: gmime: Update home-page URL.Maxim Cournoyer
* gnu/packages/mail.scm (gmime) [home-page]: Update URL.
2023-09-06gnu: go-github-com-tdewolff-minify-v2: Regenerate hash.Hilton Chain
* gnu/packages/golang.scm (go-github-com-tdewolff-minify-v2)[#:phases]: Add phase 'regenerate-hash. [native-inputs]: Add go-github-com-tdewolff-hasher. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06gnu: go-github-com-tdewolff-parse-v2: Regenerate hash.Hilton Chain
* gnu/packages/golang.scm (go-github-com-tdewolff-parse-v2)[#:phases]: Add phase 'regenerate-hash. [native-inputs]: Add go-github-com-tdewolff-hasher. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06gnu: Add go-github-com-tdewolff-hasher.Hilton Chain
* gnu/packages/golang.scm (go-github-com-tdewolff-hasher): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06gnu: Add go-github-com-cespare-mph.Hilton Chain
* gnu/packages/golang.scm (go-github-com-cespare-mph): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06gnu: Add go-github-com-dgryski-go-mph.Hilton Chain
* gnu/packages/golang.scm (go-github-com-dgryski-go-mph): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06gnu: Add go-github-com-dgryski-go-metro.Hilton Chain
* gnu/packages/golang.scm (go-github-com-dgryski-go-metro): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06gnu: zrythm: Enable rtaudio.Sughosha
* gnu/packages/music.scm (zrythm)[#:configure-flags]: Add "-Drtaudio=enabled". [inputs]: Add rtaudio. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06gnu: rtaudio: Update to 5.2.0.Sughosha
* gnu/packages/audio.scm (rtaudio): Update to 5.2.0. [#:phases]: Delete argument. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06gnu: gst-plugins-bad: Remove the svt-hevc input.Maxim Cournoyer
* gnu/packages/gstreamer.scm (gst-plugins-bad) [inputs]: Remove svt-hevc; add comment.
2023-09-06gnu: libndp: Fix cross-compile.Zheng Junjie
* gnu/packages/networking.scm (libndp) [native-inputs]: When cross-compile add pkg-config, libtool, gettext-minimal, autoconf, automake. [arguments]: When cross-compile, add phase to fix rpl_malloc undefined references. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06gnu: gambit-c: Update to 4.9.5.Rémi Teissier
* gnu/packages/scheme.scm (gambit-c): Update to 4.9.5. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05gnu: gmime: Remove version 2.6.23.宋文武
* gnu/packages/mail.scm (gmime-2.6): Remove package. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05gnu: bear: Update to 3.1.3.fanquake
* gnu/packages/build-tools.scm (bear): Update to 3.1.3. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>