aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2025-04-22 14:15:55 -0500
committerjgart <jgart@dismail.de>2025-04-22 14:15:55 -0500
commit9fbe19661f32270d9e94cbc54905e9d3aafa441b (patch)
treee0d829aebaef8825a0d8e442c4968445f9b79431
parent77bb1c698682a76bb2ccecfc3fe63ee15da0e630 (diff)
downloadguix-9fbe19661f32270d9e94cbc54905e9d3aafa441b.tar.gz
guix-9fbe19661f32270d9e94cbc54905e9d3aafa441b.zip
gnu: trealla: Update to 2.68.24.
* gnu/packages/prolog.scm (trealla): Update to 2.68.24. Change-Id: I8666cefaf891ce5ff721b87b6c2b10e3d5e2fc4c
-rw-r--r--gnu/packages/prolog.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/prolog.scm b/gnu/packages/prolog.scm
index 8ea69ce514..c14e999f9a 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -182,7 +182,7 @@ it.")
(define-public trealla
(package
(name "trealla")
- (version "2.68.16")
+ (version "2.68.24")
(source
(origin
(method git-fetch)
@@ -191,7 +191,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "1is1rd98nmaallbi9jym5nmdx90hwkshqbw7wsc30b3slfgpdnn2"))
+ (base32 "00l03wc4w72flc9i3c7s6531id9qc3a1h7cdsj3llpv8pakhgqdi"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs
Export. (dist-package, gnu-build, gnu-cross-build): Adjust accordingly. Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee 2024-08-31gnu: Remove unneeded libxml2 from native-inputs. (libxslt)Bruno Victal XML_CATALOG_FILES is already set within libxslt so it's unnecessary to include libxml2 for the same effect. * gnu/packages/freedesktop.scm (wayland): Remove obsolete comment. (farstream, elogind, packagekit, accountsservice, plymouth)[native-inputs]: Remove libxml2. * gnu/packages/benchmark.scm (sysbench)[native-inputs]: Ditto. * gnu/packages/cluster.scm (drbd-utils)[native-inputs]: Ditto. * gnu/packages/glib.scm (dbus)[native-inputs]: Ditto. * gnu/packages/gnome.scm (gnome-keyring, glade3, dconf, libsecret, colord) (upower, gnome-settings-daemon)[native-inputs]: Ditto. * gnu/packages/linux.scm (eudev)[native-inputs]: Ditto. * gnu/packages/networking.scm (iputils)[native-inputs]: Ditto. * gnu/packages/ocr.scm (tesseract-ocr)[native-inputs]: Ditto. * gnu/packages/polkit.scm (polkit)[native-inputs]: Ditto. * gnu/packages/samba.scm (samba/pinned)[native-inputs]: Ditto. * gnu/packages/sssd.scm (adcli)[native-inputs]: Ditto. * gnu/packages/terminals.scm (kmscon)[native-inputs]: Ditto. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ica3fb5a8e23ad928c53ae508c02777d78c635af0 2024-06-24gnu: fio: Update to 3.37.Vincent Legoll * gnu/packages/benchmark.scm (fio): Update to 3.37. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> 2024-05-31gnu: intel-mpi-benchmarks: Update to 2021.7.Ludovic Courtès This fixes compilation with glibc 2.39. * gnu/packages/benchmark.scm (intel-mpi-benchmarks/openmpi): Update to 2021.7. Change-Id: I4fc32f4ff78ec104485dd5966cdf2d44942f0349 2023-11-19gnu: fio: Update to 3.36.Tobias Geerinckx-Rice * gnu/packages/benchmark.scm (fio): Update to 3.36. Change-Id: I2a58cf03e51ff9ecbea3cd540bb2dde40b6bac1c 2023-11-15gnu: intel-mpi-benchmarks: Update to 2021.3.Ludovic Courtès * gnu/packages/benchmark.scm (intel-mpi-benchmarks/openmpi): Update to 2021.3. 2023-10-04gnu: phoronix-test-suite: Do not propagate gcc-toolchain.Maxim Cournoyer * gnu/packages/benchmark.scm (gcc-toolchain*): Replace gcc-toolchain-12 reference with gcc-toolchain. * gnu/packages/benchmark.scm (phoronix-test-suite): Augment wrap-binary phase with GCC variables. [propagated-inputs]: Delete field, moving gcc-toolchain to... [inputs]: ... here. [search-paths]: New field. 2023-06-01gnu: fio: Update to 3.35.Greg Hogan * gnu/packages/benchmark.scm (fio): Update to 3.35. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> 2023-04-30gnu: sysbench: Build with mariadb.Efraim Flashner * gnu/packages/benchmark.scm (sysbench)[arguments]: Remove mysql flag. [inputs]: Remove mysql. Add mariadb:dev. 2023-04-21gnu: sysbench: Remove fix-docbook phase.Maxim Cournoyer * gnu/packages/benchmark.scm (sysbench) [arguments]: Remove the fix-docbook phase. 2023-04-21gnu: sysbench: Fix test suite.Maxim Cournoyer * gnu/packages/benchmark.scm (sysbench) [arguments]: Patch egrep in the patch-test-runner phase. 2023-03-31Merge branch 'master' into stagingMaxim Cournoyer 2023-03-31gnu: python-locust: Update to 2.15.1.Maxim Cournoyer * gnu/packages/benchmark.scm (python-locust): Update to 2.15.1. [arguments]: Delete relax-requirements phase. Add increase-resource-limits. Update check phase. [propagated-inputs]: Remove python-jinja2. 2023-03-30services: base: Deprecate 'pam-limits-service' procedure.Bruno Victal * doc/guix.texi (Base Services): Replace pam-limits-service with pam-limits-service-type. * gnu/packages/benchmark.scm (python-locust)[description]: Update index anchor to manual. * gnu/services/base.scm (pam-limits-service-type): Set default value. (pam-limits-service): Deprecate procedure. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2023-01-08gnu: Add vkmark.Tomasz Jeneralczyk * gnu/packages/benchmark.scm (vkmark): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2022-12-11gnu: fio: Update to 3.33.Tobias Geerinckx-Rice * gnu/packages/benchmark.scm (fio): Update to 3.33. 2022-10-22gnu: fio: Update to 3.32.Greg Hogan * gnu/packages/benchmark.scm (fio): Update to 3.32. Signed-off-by: Christopher Baines <mail@cbaines.net> 2022-09-02gnu: phoronix-test-suite: Update to 10.8.4.Maxim Cournoyer * gnu/packages/benchmark.scm (phoronix-test-suite): Update to 10.8.4. 2022-09-02gnu: phoronix-test-suite: Address FSDG problems.Maxim Cournoyer Fixes <https://issues.guix.gnu.org/56900>. * gnu/packages/benchmark.scm (phoronix-test-suite) [source]: Add a snippet to mark mis-licensed test profiles as non-free. 2022-08-14gnu: fio: Update to 3.31.Tobias Geerinckx-Rice * gnu/packages/benchmark.scm (fio): Update to 3.31. 2022-07-31gnu: qttools: Rename to qttools-5.Maxim Cournoyer Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS 2022-07-10gnu: phoronix-test-suite: Use latest version of gcc-toolchain.Maxim Cournoyer This is less likely to conflict with a user installed gcc-toolchain, unless they installed a specific version of it. * gnu/packages/benchmark.scm (gcc-toolchain*): Use gcc-toolchain-12 instead of gcc-toolchain. 2022-06-26gnu: python-setuptools-scm: Move to (gnu packages python-build).Maxim Cournoyer * gnu/packages/python-xyz.scm (python-setuptools-scm): Move from here... * gnu/packages/python-build.scm (python-setuptools-scm): ... to here. 2022-06-22gnu: Add phoronix-test-suite.Maxim Cournoyer * gnu/packages/patches/phoronix-test-suite-fsdg.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/benchmark.scm (phoronix-test-suite): New variable. (gcc-toolchain*): Likewise. 2022-05-12gnu: python-locust: Update to 2.8.6.Maxim Cournoyer * gnu/packages/benchmark.scm (python-locust): Update to 2.8.6. [phases]{relax-requirements}: New phase. {check}: Skip the test_distributed_shape test. [propagated-inputs]: Add python-jinja2. 2022-05-01gnu: fio: Use G-expressions.Tobias Geerinckx-Rice * gnu/packages/benchmark.scm (fio)[arguments]: Rewrite as G-expressions. 2022-05-01gnu: fio: Update to 3.30.Tobias Geerinckx-Rice * gnu/packages/benchmark.scm (fio): Update to 3.30. 2022-03-18gnu: Add sysbench.Maxim Cournoyer * gnu/packages/benchmark.scm (sysbench): New variable. 2022-03-03gnu: Add kdiskmark.Maxim Cournoyer * gnu/packages/benchmark.scm (kdiskmark): New variable. 2022-01-19gnu: python-locust: Update to 2.5.1.Marius Bakke * gnu/packages/benchmark.scm (python-locust): Update to 2.5.1. [arguments]: Remove obsolete phase. Respect TESTS? in check phase. [native-inputs]: Add PYTHON-RETRY and PYTHON-SETUPTOOL-SCM. [propagated-inputs]: Add PYTHON-FLASK-CORS, PYTHON-ROUNDROBIN, and PYTHON-TYPING-EXTENSIONS. 2021-12-20gnu: fio: Update to 3.29.Tobias Geerinckx-Rice * gnu/packages/benchmark.scm (fio): Update to 3.29. 2021-12-13gnu: Simplify package inputs.Ludovic Courtès This commit was obtained by running: ./pre-inst-env guix style without any additional argument. 2021-11-08gnu: packages: Remove last year's deprecations.Tobias Geerinckx-Rice * gnu/packages/admin.scm (guile3.0-shepherd): Remove variable. * gnu/packages/benchmark.scm (imb-openmpi): Likewise. * gnu/packages/boost.scm (boost-with-python3): Likewise. * gnu/packages/pep.scm (python-pep-adapter)[inputs]: Adjust accordingly. * gnu/packages/cpp.scm (nlohmann-json-cpp): Likewise. * gnu/packages/games.scm (openrct2)[inputs]: Adjust accordingly. * gnu/packages/cups.scm (escpr): Likewise. * gnu/packages/django.scm (python-django-jsonfield): Likewise. * gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme) (emacs-modus-vivendi-theme): Likewise. * gnu/packages/engineering.scm (kicad-i18l): Likewise. * gnu/packages/enlightenment.scm (enlightenment-wayland): Likewise. * gnu/packages/firmware.scm (opensbi-qemu-virt, opensbi-qemu-sifive-u): Likewise. * gnu/packages/fonts.scm (font-gnu-freefont-ttf, font-open-dyslexic): Likewise. * gnu/packages/game-development.scm (guile3.0-chickadee) (python-sge-pygame): Likewise. * gnu/packages/games.scm (retux)[inputs]: Adjust accordingly. * gnu/packages/gnome-xyz.scm (numix-theme): Likewise. * gnu/packages/gnupg.scm (guile3.0-gcrypt): Likewise. * gnu/packages/gstreamer.scm (gst-transcoder): Likewise. * gnu/packages/gtk.scm (guile3.0-cairo, guile3.0-present, guile3.0-rsvg): Likewise. * gnu/packages/guile-xyz.scm (guile3.0-colorized, guile3.0-commonmark) (guile3.0-config, guile3.0-email, guile3.0-fibers, guile3.0-gi) (guile3.0-hall, guile3.0-hashing, guile3.0-haunt, guile3.0-ics) (guile3.0-irregex, guile3.0-lib, guile3.0-mcron, guile3.0-minikanren) (guile3.0-ncurses, guile3.0-ncurses/gpm, guile3.0-newt, guile3.0-parted) (guile3.0-pfds, guile3.0-picture-language, guile3.0-semver) (guile3.0-simple-zmq, guile3.0-squee, guile3.0-syntax-highlight) (guile3.0-websocket, guile3.0-wisp, guile3.0-xapian): Likewise. * gnu/packages/guile.scm (define-deprecated-guile3.0-package) (guile3.0-json, guile3.0-gdbm-ffi, guile3.0-sqlite3) (guile3.0-bytestructures, guile3.0-git): Likewise. * gnu/packages/haskell-apps.scm (ghc-stylish-haskell): Likewise. * gnu/packages/linux.scm (linux-libre-arm-veyron): Likewise. * gnu/packages/mail.scm (guile3.0-mailutils): Likewise. * gnu/packages/monitoring.scm (python2-graphite-web): Likewise. * gnu/packages/package-management.scm (guile3.0-guix): Likewise. * gnu/packages/package-management.scm (python-conda): Likewise. * gnu/packages/phabricator.scm (libphutil): Likewise. * gnu/packages/plotutils.scm (guile3.0-charting): Likewise. * gnu/packages/python-xyz.scm (python2-smmap2, python-glances) (python-smmap2): Likewise. * gnu/packages/shells.scm (oil-shell): Likewise. * gnu/packages/sqlite.scm (sqlite-with-column-metadata): Likewise. * gnu/packages/ssh.scm (guile3.0-ssh): Likewise. * gnu/packages/terminals.scm (et): Likewise. * gnu/packages/tls.scm (guile3.0-gnutls): Likewise. * gnu/packages/vlang.scm (v): Likewise. * gnu/packages/vpn.scm (wireguard): Likewise. * gnu/packages/web-browsers.scm (next, sbcl-next): Likewise. * gnu/packages/xorg.scm (transset-df): Likewise. 2021-11-06gnu: fio: Disable native CPU compiler optimizations.Marius Bakke * gnu/packages/benchmark.scm (fio)[arguments]: Add #:configure-flags. Adjust configure phase accordingly. 2021-11-06gnu: fio: Disable Ceph/RADOS support.Marius Bakke This little-used feature is easy to add on demand and blows up the closure. * gnu/packages/benchmark.scm (fio)[inputs]: Remove CEPH. 2021-11-06gnu: fio: Don't bother wrapping scripts.Marius Bakke fio comes with many scripts of varying utility. Some require extra additional programs, which users can easily install as needed; there is little use in imposing all optional dependencies on all users of fio. * gnu/packages/benchmark.scm (fio)[arguments]: Remove patch-paths phase. Rewrite move-outputs to move all discovered scripts and not wrap any. [inputs]: Remove GNUPLOT, PYTHON-2, PYTHON2-NUMPY, and PYTHON2-PANDAS. Add PYTHON. 2021-10-16gnu: fio: Update to 3.28.Tobias Geerinckx-Rice * gnu/packages/benchmark.scm (fio): Update to 3.28. [arguments]: Don't explicitly return #t from phases. 2021-09-03gnu: benchmark: Update to 1.5.6.Tobias Geerinckx-Rice * gnu/packages/benchmark.scm (benchmark): Update to 1.5.6. [arguments]: Don't return #t from phases. 2021-08-27gnu: Add clpeak.Lars-Dominik Braun * gnu/packages/benchmark.scm (clpeak): New variable. 2021-06-30gnu: benchmark: Update to 1.5.5.Tobias Geerinckx-Rice * gnu/packages/benchmark.scm (benchmark): Update to 1.5.5.