summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-16gnu: prusa-slicer: Mark as tunable.wip-cpu-tuningLudovic Courtès
* gnu/packages/engineering.scm (prusa-slicer)[properties]: New field.
2021-12-16gnu: libfive: Mark as tunable.Ludovic Courtès
* gnu/packages/engineering.scm (libfive)[properties]: New field.
2021-12-16gnu: Add ceres-solver-benchmarks.Ludovic Courtès
* gnu/packages/maths.scm (ceres-solver-benchmarks): New variable.
2021-12-16gnu: ceres-solver: Mark as tunable.Ludovic Courtès
* gnu/packages/maths.scm (ceres)[properties]: New field.
2021-12-16gnu: Add xtensor-benchmark.Ludovic Courtès
* gnu/packages/algebra.scm (xtensor-benchmark): New variable.
2021-12-16gnu: Add xsimd-benchmark.Ludovic Courtès
* gnu/packages/cpp.scm (xsmimd-benchmark): New variable.
2021-12-16gnu: Add eigen-benchmarks.Ludovic Courtès
* gnu/packages/algebra.scm (eigen-benchmarks): New variable.
2021-12-16ci: Add extra jobs for tunable packages.Ludovic Courtès
This allows us to provide substitutes for tuned package variants. * gnu/ci.scm (package-job): Add #:suffix and honor it. (package->job): Add #:suffix and honor it. (%x86-64-micro-architectures): New variable. (tuned-package-jobs): New procedure. (cuirass-jobs): Add jobs for tunable packages.
2021-12-16transformations: Add '--tune'.Ludovic Courtès
* guix/transformations.scm (tuning-compiler) (tuned-package, tunable-package?, package-tuning) (transform-package-tuning) (build-system-with-tuning-compiler): New procedures. (%transformations): Add 'tune'. (%transformation-options): Add "--tune". * tests/transformations.scm ("options->transformation, tune") ("options->transformations, tune, wrong micro-architecture"): New tests. * doc/guix.texi (Package Transformation Options): Document '--tune'.
2021-12-16gnu: clang: Add 'compiler-cpu-architectures' property.Ludovic Courtès
* gnu/packages/llvm.scm (clang-from-llvm): Add #:properties and honor it. (clang-properties): New procedures. (make-clang-toolchain): Set 'properties' field.
2021-12-16gnu: gcc: Add 'compiler-cpu-architectures' property.Ludovic Courtès
* gnu/packages/gcc.scm (%gcc-7.5-x86_64-micro-architectures) (%gcc-10-x86_64-micro-architectures): New variables. (gcc-7, gcc-10): Add 'properties' field. * gnu/packages/commencement.scm (make-gcc-toolchain): Likewise.
2021-12-16Add (guix cpu).Ludovic Courtès
* guix/cpu.scm: New file. * Makefile.am (MODULES): Add it.
2021-12-15gnu: liferea: Use the simplified input style.Ludovic Courtès
* gnu/packages/syndication.scm (liferea)[native-inputs]: Simplify.
2021-12-15gnu: liferea: Build with libsoup 2.Ludovic Courtès
Reported by Luis Felipe on #guix. * gnu/packages/syndication.scm (liferea)[inputs]: Use LIBSOUP-MINIMAL-2 and WEBKITGTK-WITH-LIBSOUP2.
2021-12-15gnu: guix: Update to 2a621f1.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to 2a621f1.
2021-12-15gnu: bind: Update to 9.16.24.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (isc-bind): Update to 9.16.24.
2021-12-15gnu: nano: Update to 6.0.Tobias Geerinckx-Rice
* gnu/packages/nano.scm (nano): Update to 6.0.
2021-12-15offload: Autoload Guile-SSH.Ludovic Courtès
This halves the number of syscalls made by "guix offload" during startup and delays loading of Guile-SSH until there are actually machines to offload to. * guix/scripts/offload.scm: Remove unused module imports. Autoload many modules. (check-ssh-zlib-support): New procedure. (process-request): Call it when accepting. (guix-offload): Remove 'zlib-support?' check, now moved to 'check-ssh-zlib-support'.
2021-12-15offload: Delay call to 'read-derivation-from-file'.Ludovic Courtès
This significantly reduces the amount of work done by "guix offload" when there's no machine to offload to. * guix/scripts/offload.scm (process-request): Add call to 'read-derivation-from-file', moved from... (guix-offload): ... here.
2021-12-15gnu: gdm: Discover installed Wayland sessions.Timothy Sample
* gnu/packages/patches/gdm-default-session.patch: Make GDM look in the system profile for the "wayland-sessions" directory. Reported-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2021-12-15gnu: Add openorienteering-mapper.Nikolay Korotkiy
* gnu/packages/geo.scm (openorienteering-mapper): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-15gnu: Add clipper.Nikolay Korotkiy
* gnu/packages/cpp.scm (clipper): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-15gnu: Add python-isal.Ricardo Wurmus
* gnu/packages/python-compression.scm (python-isal): New variable.
2021-12-15gnu: Add isa-l.Ricardo Wurmus
* gnu/packages/compression.scm (isa-l): New variable.
2021-12-15services: cuirass: Remove the default database host.Mathieu Othacehe
* gnu/services/cuirass.scm (%cuirass-default-database): Remove the default host.
2021-12-15gnu: emacs-punpun-theme: Update to 7026684.jgart via Guix-patches via
* gnu/packages/emacs-xyz.scm (emacs-punpun-theme): Update to 7026684. [url]: Use updated URL. [home-page]: Use updated URL. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-15gnu: emacs-haskell-mode: Use new style.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-haskell-mode)[arguments]: Use gexps.
2021-12-15gnu: emacs-haskell-mode: Fix build.Aleksandr Vityazev
* gnu/packages/emacs-xyz (emacs-haskell-mode): [arguments]: Use emacs-minimal as key for %build-inputs. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-12-15gnu: ansible: Update native-search-paths.Efraim Flashner
* gnu/packages/admin.scm (ansible)[native-search-paths]: Update to search in python3.9 subfolder.
2021-12-15gnu: mercurial: Update native-search-paths.Efraim Flashner
* gnu/packages/version-control.scm (mercurial)[naive-search-paths]: Search for extensions in python3.9 subfolder.
2021-12-15gnu: guile-email-latest: Update to 0.2.2-2.ea60bb9.Ricardo Wurmus
* gnu/packages/guile-xyz.scm (guile-email-latest): Update to 0.2.2-2.ea60bb9.
2021-12-15gnu: tensorflow: Fix build with newer numpy.Ricardo Wurmus
* gnu/packages/machine-learning.scm (tensorflow)[arguments]: Rename 'python3.7-compatibility to 'python3.9-compatibility and patch file to allow building with newer numpy.
2021-12-15gnu: python-setuptools-for-tensorflow: Fix build.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-setuptools-for-tensorflow)[arguments]: Add phase 'compatibility-fixes; disable tests. [native-inputs]: Add python-pytest, python-mock, and python-six.
2021-12-15gnu: criu: Fix typo that broke the build.Leo Famulari
Reported by flatwhatson on #guix. * gnu/packages/virtualization.scm (criu)[arguments]: Fix typo in #:make-flags.
2021-12-15gnu: libpfm4: Fix build error.Olivier Dion
------ For some reason, the build recently failed with: pfmlib_perf_event_pmu.c:349:36: error: ?%s? directive output may be truncated writing up to 255 bytes into a region of size between 0 and 4095 [-Werror=format-truncation=] 349 | snprintf(d2path, MAXPATHLEN, "%s/%s", debugfs_mnt, d1->d_name); | ^~ pfmlib_perf_event_pmu.c:349:3: note: ?snprintf? output between 2 and 4352 bytes into a destination of size 4096 349 | snprintf(d2path, MAXPATHLEN, "%s/%s", debugfs_mnt, d1->d_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pfmlib_perf_event_pmu.c:399:58: error: ?%s? directive output may be truncated writing up to 255 bytes into a region of size between 0 and 4095 [-Werror=format-truncation=] 399 | snprintf(idpath, MAXPATHLEN, "%s/%s/id", d2path, d2->d_name); | ^~ pfmlib_perf_event_pmu.c:399:25: note: ?snprintf? output between 5 and 4355 bytes into a destination of size 4096 399 | snprintf(idpath, MAXPATHLEN, "%s/%s/id", d2path, d2->d_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors ------ * gnu/packages/linux.scm (libpfm4)[arguments]: Add `-Wno-format-truncation` to CFLAGS in custom 'build' phase. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-15build-system/linux-module: Wrap with build variables.Tobias Geerinckx-Rice
* guix/build-system/linux-module.scm (linux-module-build): Wrap the builder gexp WITH-BUILD-VARIABLES to restore %build-inputs after commit 7d873f194ca69d6096d28d7a224ab78e83e34fe1 removed all old certainties. Reported by lfam in #guix.
2021-12-15gnu: spice-vdagent: Fix build with glib >= 2.68.Tobias Geerinckx-Rice
* gnu/packages/spice.scm (spice-vdagent)[source]: Add patch. * gnu/packages/patches/spice-vdagent-glib-2.68.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2021-12-15gnu: boost-signals2: Update hash to matched moved tag.Aleksandr Vityazev
The upstream boost-1.77.0 tag moved significantly: from commit 10b030b to commit 4a51d6e. Both predate the release of Boost 1.77.0, see <https://lists.boost.org/boost-announce/2021/08/0593.php>, so we might reasonably assume that the tag is now stable. Asked upstream: <https://github.com/boostorg/signals2/issues/56>. * gnu/packages/boost (boost-signals2)[source]: Update hash. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-12-15gnu: ableton-link: Update to 3.0.3.Ludovic Courtès
* gnu/packages/audio.scm (ableton-link): Update to 3.0.3. [arguments]: In phases, change source directory to "../source". Remove trailing #t.
2021-12-15doc: Do not explain quote/quasiquote in the context of inputs.Ludovic Courtès
* doc/guix.texi (Defining Packages): Move reference to quote/quasiquote from 'inputs' to 'arguments'.
2021-12-15doc: Use @lisp for 'static-networking-service-type' example.Ludovic Courtès
* doc/guix.texi (Networking Setup): Use @lisp for 'static-networking-service-type' example.
2021-12-15gnu: libgit2: Allow cross-compilation.Ludovic Courtès
With commit 8394619baceb118df92e355377fd543bb1aa501a, the label for 'pkg-config' when cross-compiling changed to "TRIPLET-pkg-config", thereby breaking the 'assoc-ref' call. This commit fixes it by avoiding referring to the label. * gnu/packages/version-control.scm (libgit2)[arguments]: Adjust "-DPKG_CONFIG_EXECUTABLE=" option.
2021-12-14gnu: emacs: Partially revert 'guix style'd emacs packages.Maxim Cournoyer
This is a follow up to commit 88097dfba765bacb809edae7639fc3ed2dead297, which styled many Emacs packages with 'guix style'. * gnu/packages/emacs-xyz.scm (emacs-shroud): Revert to previous version. (emacs-howm): Likewise. (emacs-ob-sclang)[propagated-inputs]: Replace emacs-emacs by emacs-org and org-scel by emacs-scel.
2021-12-14news: Add 'de' translation.Florian Pelz
* etc/news.scm: Add German translation of GDM Wayland entry.
2021-12-14gnu: Use new package style.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-shroud): (emacs-w3m): (emacs-howm): (emacs-guix): (emacs-deferred): (emacs-irony-mode): (emacs-irony-mode-server): (emacs-scel): (emacs-elfeed-org): (emacs-mocker): (emacs-find-file-in-project): (emacs-pyvenv): (emacs-elpy): (emacs-org-contrib): (emacs-ob-sclang): (emacspeak): (emacs-json-reformat): (emacs-ws-butler): (emacs-browse-at-remote): (epipe): (emacs-emacsql): (emacs-emacsql-sqlite3): (emacs-org-super-agenda): (emacs-dumb-jump): (emacs-ytdl): (emacs-arduino-mode): (emacs-vterm): (emacs-forge): (emacs-flycheck-cpplint): (emacs-telega-server): (emacs-inf-janet): (emacs-keystore-mode): Remove input labels. Remove trailing #T in phases. Use gexps.
2021-12-14gnu: Rename emacs-recutils to emacs-rec-mode.Liliana Marie Prikler
This fixes ‘guix refresh emacs-rec-mode’. * gnu/packages/databases.scm (emacs-rec-mode): New variable. (emacs-recutils): Deprecate in favor of emacs-rec-mode.
2021-12-14gnu: emacs-recutils: Update to 1.8.2.Morgan Smith
* gnu/packages/databases.scm (emacs-recutils): Update to 1.8.2. No longer inherit from recutils. [source]: Add origin, fetching tarball from ELPA. [native-inputs]: Add texinfo. [arguments]: Add ‘make-info’ phase. [home-page, license]: Fill in missing information no longer inherited. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2021-12-14gnu: emacs-dvc: Use new style.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-dvc)[arguments]<#:configure-flags>: Use gexps. <#:phases>: Remove trailing #T. [native-inputs]: Remove labels. [synopsis]: Remove trailing dot.
2021-12-14gnu: emacs-string-inflection: Use new style.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-string-inflection)[native-inputs]: Remove label.
2021-12-14gnu: emacs-explain-pause-mode: Use new style.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-explain-pause-mode)[native-inputs]: Remove label.