Age | Commit message (Expand) | Author |
2024-12-13 | build-system/pyproject: Use python-sans-pip-wrapper as default-python....Also adds python-setuptools and python-wheel to relevant packages,
either to native-inputs or to propagated inputs if the pkg_resources
Python module is loaded at runtime.
* guix/build-system/pyproject.scm (default-python): Default to
python-sans-pip-wrapper.
Change-Id: I2d986c2225114f54459dd6bb360913106e52cdf4
| Lars-Dominik Braun |
2024-07-24 | gnu: xxHash: Update to 0.8.2....* gnu/packages/digest.scm (xxhash): Update to 0.8.2.
[arguments]: Remove obsolete build phase 'fix-man-page-links'.
Change-Id: I43b10dd18c70c21de8de50336dfef9f8125519f7
| Leo Famulari |
2022-12-02 | gnu: python-xxhash: Update to 3.1.0....* gnu/packages/digest.scm (python-xxhash): Update to 3.1.0.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-setuptools-scm.
| Ricardo Wurmus |
2022-01-06 | gnu: xxhash: Use G-expressions....* gnu/packages/digest.scm (xxhash)[arguments]:
Rewrite as G-expressions.
| Tobias Geerinckx-Rice |
2022-01-06 | gnu: xxhash: Update to 0.8.1....* gnu/packages/digest.scm (xxhash): Update to 0.8.1.
[arguments]: Add a new 'fix-man-page-links phase.
| Tobias Geerinckx-Rice |
2021-08-03 | gnu: Add python-xxhash....* gnu/packages/digest.scm (python-xxhash): New variable.
| Ricardo Wurmus |
2021-01-03 | gnu: Add wyhash....* gnu/packages/digest.scm (wyhash): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Ryan Prior |
2020-08-01 | gnu: Update xxhash to 0.8.0....* gnu/packages/digest.scm (xxhash): Update to 0.8.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Hendursaga |
2020-06-29 | gnu: xxhash: Detect vector instructions at run time....* gnu/packages/digest.scm (xxhash)[arguments]: Set DISPATCH=1 make flag
on x86.
| Tobias Geerinckx-Rice |
2020-06-29 | gnu: xxhash: Update to 0.7.4....* gnu/packages/digest.scm (xxhash): Update to 0.7.4.
| Tobias Geerinckx-Rice |
2020-06-29 | gnu: xxhash: Cross-compile....* gnu/packages/digest.scm (xxhash)[arguments]: Use CC-FOR-TARGET.
| Tobias Geerinckx-Rice |
2020-03-11 | gnu: xxHash: Update to 0.7.3....* gnu/packages/digest.scm (xxhash): Update to 0.7.3.
| Leo Famulari |
2019-12-23 | gnu: xxhash: Update to 0.7.2....* gnu/packages/digest.scm (xxhash): Update to 0.7.2.
[arguments]: Run ‘make check’ in parallel.
| Tobias Geerinckx-Rice |
2019-11-10 | gnu: Add 'file-name' where appropriate....* gnu/packages/admin.scm (detox, neofetch),
gnu/packages/algebra.scm (python-fpylll),
gnu/packages/bioinformatics.scm (tbsp, genrich),
gnu/packages/crypto.scm (hpenc),
gnu/packages/digest.scm (xxhash),
gnu/packages/emacs-xyz.scm (emacs-tiny, emacs-ergoemacs-mode,
emacs-make-it-so, emacs-poet-theme, emacs-deft, emacs-scribble-mode,
emacs-helm-mu, emacs-unidecode, emacs-diff-hl, emacs-helm-exwm,
emacs-gif-screencast, emacs-exec-path-from-shell),
gnu/packages/engineering.scm (gpx),
gnu/packages/freedesktop.scm (waylandpp),
gnu/packages/golang.scm (go-github-com-sirupsen-logrus,
go-github-com-shirou-gopsutil),
gnu/packages/guile-xyz.scm (guile-studio, guile-picture-language,
jupyter-guile-kernel),
gnu/packages/image-viewers.scm (qview),
gnu/packages/java-maths.scm (java-jblas),
gnu/packages/llvm.scm (libclc),
gnu/packages/logging.scm (spdlog),
gnu/packages/ocaml.scm (ocaml-cstruct, ocaml-zarith),
gnu/packages/terminals.scm (libtsm),
gnu/packages/tigervnc.scm (tigervnc-client),
gnu/packages/xdisorg.scm (xcalib, xbanish) [source]: Add file-name.
| Efraim Flashner |
2018-06-30 | gnu: xxhash: Update to 0.6.5....* gnu/packages/digest.scm (xxhash): Update to 0.6.5.
[arguments]: Disable #:parallel-tests?.
| Tobias Geerinckx-Rice |
2018-06-30 | gnu: xxhash: Don't use unstable tarball....* gnu/packages/digest.scm (xxhash)[source]: Use GIT-FETCH.
| Tobias Geerinckx-Rice |
2017-12-31 | gnu: Add xxhash....* gnu/packages/digest.scm: New file
(xxhash): New public variable.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add new file.
| Tobias Geerinckx-Rice |