summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-15gnu: superlu: Update to 5.2.2.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (superlu): Update to 5.2.2.
2020-11-15gnu: opendoas: Update to 6.8.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (opendoas): Update to 6.8. [arguments]: Adjust makefile name.
2020-11-15gnu: multipath-tools: Update to 0.8.5.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (multipath-tools): Update to 0.8.5. [source]: Remove patch. [arguments]: Add a ‘skip-failing-tests’ phase. * gnu/packages/patches/multipath-tools-sans-systemd.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2020-11-15gnu: msmtp: Update to 1.8.13.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (msmtp): Update to 1.8.13.
2020-11-15gnu: ogre: Update to 1.12.9.Tobias Geerinckx-Rice
The imgui submodule has been removed upstream. * gnu/packages/graphics.scm (ogre): Update to 1.12.9. [source]: Don't clone recursively. [native-inputs]: Add dear-imgui-source. [arguments]: Add an ‘unpack-dear-imgui’ phase. Add IMGUI_DIR to #:configure-flags.
2020-11-15gnu: Add dear-imgui.Tobias Geerinckx-Rice
* gnu/packages/graphics.scm (dear-imgui): New public variable.
2020-11-15gnu: Update stb to b42009b3b9d4ca35bc703f5310eedc74f584be58.Tobias Geerinckx-Rice
* gnu/packages/stb.scm (stb): Update to commit b42009b3b9d4ca35bc703f5310eedc74f584be58.. (stb-image): Update version number to 2.26. (stb-image-write): Update version number to 1.15. (stb-sprintf): Update version number to 1.09. (stb-truetype): Update version number to 1.24.
2020-11-15gnu: Add stb-rect-pack.Tobias Geerinckx-Rice
* gnu/packages/stb.scm (stb-rect-pack): New public variable.
2020-11-15gnu: perl-lwp-protocol-https: Update to 6.09.Tobias Geerinckx-Rice
* gnu/packages/web.scm (perl-lwp-protocol-https): Update to 6.09.
2020-11-15gnu: qemu: Extend I/O test time-outs.Tobias Geerinckx-Rice
* gnu/packages/virtualization.scm (qemu)[arguments]: Add an ‘extend-test-time-outs’ phase.
2020-11-15gnu: python-podcastparser: Update to 0.6.6.Tobias Geerinckx-Rice
* gnu/packages/gpodder.scm (python-podcastparser): Update to 0.6.6. [native-inputs, arguments]: Substitute python-pytest for python-coverage & python-nose.
2020-11-15gnu: fio: Update to 3.24.Tobias Geerinckx-Rice
* gnu/packages/benchmark.scm (fio): Update to 3.24.
2020-11-15gnu: perl-www-curl: Fix build with curl@7.69.1.Tobias Geerinckx-Rice
* gnu/packages/web.scm (perl-www-curl)[source]: Add perl-www-curl-fix-struct-void.patch. * gnu/packages/patches/perl-www-curl-remove-symbol.patch: Update. * gnu/packages/patches/perl-www-curl-fix-struct-void.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2020-11-14doc: Remove superfluous comma.Matthew Kraai
* doc/guix.texi (Managing Software the Guix Way): Remove comma. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-14gnu: cqfd: Update to 5.2.1.Maxim Cournoyer
* gnu/packages/docker.scm (cqfd): Update to 5.2.1.
2020-11-14gnu: python-numba: Update to 0.51.2.Maxim Cournoyer
Fixes <https://issues.guix.gnu.org/43546>. * gnu/packages/python-xyz.scm (python-numba): Update to 0.51.2. [arguments]: Remove #:modules. [phases]{check}: Use add-installed-pythonpath instead of some ad-hoc solution. Set HOME. {remove-failing-tests}: Remove. [inputs]: Move to... [native-inputs]: ...here.
2020-11-14gnu: python-llvmlite: Update to 0.34.0.Maxim Cournoyer
This is in preparation of updating the broken python-numba package. * gnu/packages/llvm.scm (python-llvmlite): Update to 0.34.0. [arguments]: Enable tests. [phases]{patch-reference-to-llvmlite, skip-failing-tests} {set-compiler/linker-flags}: New phases. [inputs]: Update custom LLVM input and associated patches. [home-page]: Use HTTPS.
2020-11-14gnu: llvm-9: Standardize patch level.Maxim Cournoyer
Having a non-standard (different than 1) patch level requirement means the patches cannot be composed easily from different origins. The following command was used to remove one level from the llvm-9 patches: sed -e 's|^--- a/|--- |' -e 's|^+++ b/|+++ |' \ gnu/packages/patches/llvm-9* -i * gnu/packages/llvm.scm (llvm-9)[source]: Drop the patch-flags field. Re-indent list of patches. * gnu/packages/patches/llvm-9-fix-bitcast-miscompilation.patch: Strip one level. * gnu/packages/patches/llvm-9-fix-lpad-miscompilation.patch: Likewise. * gnu/packages/patches/llvm-9-fix-scev-miscompilation.patch: Likewise.
2020-11-14gnu: Add kristall.nixo
* gnu/packages/web-browsers.scm (kristall): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-14gnu: gmnisrv: Update to 0-1.d484ba0.Alexandru-Sergiu Marton
* gnu/packages/web.scm (gmnisrv): Update to 0-1.d484ba0. [arguments]: Remove the install-config phase. [propagated-inputs]: Add mailcap. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-14services: gmnisrv: Export procedures and service type.Alexandru-Sergiu Marton
* gnu/services/web.scm: Export gmnisrv-configuration, gmnisrv-configuration?, gmnisrv-configuration-package, gmnisrv-configuration-config-file, gmnisrv-service-type. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-14gnu: Add mailcap.Alexandru-Sergiu Marton
* gnu/packages/mail.scm (mailcap): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-14gnu: emacs-evil-collection: Update to 20201113.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20201113.
2020-11-14doc: Document hg-fetch.Holger Peters
* doc/guix.texi (origin Reference): Add documentation for hg-fetch. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-14guix: hg-download: Add hg-predicate.Holger Peters
`hg-predicate' acts for mercurial repositories as `git-predicate' acts for git-repositories. * guix/hg-download.scm (hg-predicate): New procedure. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-14gnu: emacs-helm-system-packages: Update to 1.10.2.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-helm-system-packages): Update to 1.10.2.
2020-11-14doc: Fix Guix Build Coordinator agent configuration defaults.Christopher Baines
* doc/guix.texi (Guix Build Coordinator): Fix some guix-build-coordinator-agent-configuration defaults.
2020-11-14gnu: Add sx.宋文武
* gnu/packages/xdisorg.scm (sx): New variable.
2020-11-14gnu: python-pykeepass: Update to 3.2.1.Tobias Geerinckx-Rice
* gnu/packages/python-crypto.scm (python-pykeepass): Update to 3.2.1. [propagated-inputs]: Substitute python-pycryptodomex for python-pycryptodome.
2020-11-14gnu: python-pycryptodome: Note public-domain legacy.Tobias Geerinckx-Rice
* gnu/packages/python-pycryptodome.scm (python-pycryptodome)[license]: Add public-domain.
2020-11-14gnu: python-pycryptodome: Expand description.Tobias Geerinckx-Rice
* gnu/packages/python-crypto.scm (python-pycryptodome)[synopsis, description]: Copy higher-level description from python-pycryptodomex.
2020-11-14gnu: Add python-pycryptodomex.Tobias Geerinckx-Rice
* gnu/packages/python-crypto.scm (python-pycryptodomex): New public variable.
2020-11-14gnu: lua-resty-lrucache: Update to 0.10.Tobias Geerinckx-Rice
* gnu/packages/lua.scm (lua-resty-lrucache): Update to 0.10.
2020-11-14gnu: lua-resty-core: Update to 0.1.18.Tobias Geerinckx-Rice
* gnu/packages/lua.scm (lua-resty-core): Update to 0.1.18.
2020-11-14gnu: nginx-lua-module: Update to 0.10.16.Tobias Geerinckx-Rice
* gnu/packages/web.scm (nginx-lua-module): Update to 0.10.16.
2020-11-14gnu: libgda: Update to 5.2.10.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (libgda): Update to 5.2.10. [source]: Generate git tag from version number. [native-inputs]: Add autoconf-archive.
2020-11-14gnu: python-duniterpy: Update to 0.60.1.Tobias Geerinckx-Rice
* gnu/packages/finance.scm (python-duniterpy): Update to 0.60.1.
2020-11-14gnu: inxi-minimal: Update to 3.1.09-1.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (inxi-minimal): Update to 3.1.09-1.
2020-11-13gnu: inspekt3d: Build with Guile 3.Ricardo Wurmus
* gnu/packages/engineering.scm (inspekt3d) [source]: Add snippet to allow building with Guile 3.0. [inputs]: Replace guile-2.2 with guile-3.0. [propagated-inputs]: Replace guile-opengl with guile3.0-opengl.
2020-11-13gnu: libfive: Update to 0-4.8ca1b86.Ricardo Wurmus
* gnu/packages/engineering.scm (libfive): Update to 0-4.8ca1b86. [inputs]: Replace guile-2.2 with guile-3.0.
2020-11-13gnu: julia: Update to 1.5.3.Tobias Geerinckx-Rice
* gnu/packages/julia.scm (julia): Update to 1.5.3. (libuv-julia): Update to 1fcc6d66f9df74189c74d3d390f02202bb7db953. (julia-patch): Update version. No change to patches.
2020-11-13gnu: libwhich: Compile natively, too.Tobias Geerinckx-Rice
This follows up on commit 12424b3ecfdf401c72804ddfa4b2fa2d8b1b68e5. * gnu/packages/julia.scm (libwhich)[arguments]: Fix non-cross compilation.
2020-11-13gnu: Fix build for python-pysam.Roel Janssen
* gnu/packages/bioinformatics.scm (python-pysam): Use htslib-1.9, samtools-1.9, and bcftools-1.9.
2020-11-13gnu: Add bcftools-1.9.Roel Janssen
* gnu/packages/bioinformatics.scm (bcftools-1.9): New variable.
2020-11-13gnu: dino: Update to 0.2.0Ekaitz Zarraga
Update of the recently released Dino 0.2.0 version. Thanks! From 0b764d48996f3851ee2596a25f1fd42a8d3f4063 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga <ekaitz@elenq.tech> Date: Fri, 13 Nov 2020 12:18:11 +0100 Subject: [PATCH] gnu: dino: Update to 0.2.0 * gnu/packages/messaging.scm (dino): Update to 0.2.0 Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-11-13gnu: libwhich: Cross-compile.Tobias Geerinckx-Rice
* gnu/packages/julia.scm (libwhich)[arguments]: Use CC-FOR-TARGET. Look for zlib in NATIVE-INPUTS.
2020-11-13gnu: bedtools: Use samtools-1.9.Roel Janssen
The build for bedtools with samtools 1.11 triggers a testsuite failure which is reported here: https://github.com/arq5x/bedtools2/issues/814 * gnu/packages/bioinformatics.scm (bedtools): Use samtools-1.9.
2020-11-13gnu: Add samtools-1.9.Roel Janssen
* gnu/packages/bioinformatics.scm (samtools-1.9): New variable.
2020-11-13gnu: Add htslib-1.9.Roel Janssen
* gnu/packages/bioinformatics.scm (htslib-1.9): New variable.
2020-11-13gnu: vim: Update to 8.2.1980.Tobias Geerinckx-Rice
* gnu/packages/vim.scm (vim): Update to 8.2.1980.