Age | Commit message (Collapse) | Author |
|
* gnu/packages/patches/mumps-shared-libseq.patch,
gnu/packages/patches/mumps-shared-mumps.patch,
gnu/packages/patches/mumps-shared-pord.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/maths.scm (mumps)[source](patches): Add them.
[arguments]: In 'configure' phase, adjust "Makefile.inc" for shared
library support. In 'install' phase, install libmpiseq.so when it
exists.
Co-authored-by: Ludovic Courtès <ludovic.courtes@inria.fr>
|
|
* gnu/packages/maths.scm (mumps): Update to 5.2.1.
Co-authored-by: Ludovic Courtès <ludovic.courtes@inria.fr>
|
|
* gnu/packages/bioinformatics.scm (r-velocyto): New variable.
|
|
* gnu/packages/bioconductor.scm (r-phastcons100way-ucsc-hg19): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-sly-package-inferred): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-sly-macrostep): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-sly-named-readtables): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-sly-asdf): Update to 20191013.
|
|
* gnu/packages/emacs-xyz.scm (emacs-dimmer): New variable.
|
|
* gnu/packages/admin.scm (sudo): Update to 1.8.28.
|
|
* gnu/packages/cran.scm (r-fields)[home-page]: Use HTTPS.
|
|
* gnu/packages/cran.scm (r-fields): Update to 9.9.
|
|
* gnu/packages/databases.scm (sqitch): Update to 1.0.0.
|
|
* gnu/packages/gnome.scm (network-manager-applet): Update to 1.8.24.
|
|
* gnu/packages/poedit.scm (poedit): Update to 2.2.4.
|
|
* gnu/packages/perl.scm (perl-cache-fastmmap): Update to 1.48.
|
|
* guix/gexp.scm (load-path-expression): Use ungexp-splicing instead of
ungexp-native-splicing so that the cross extensions are used when target is
set.
|
|
* gnu/packages/emacs-xyz.scm (emacs-unpackaged-el): Update to 0-3.746801a.
|
|
* gnu/packages/emacs-xyz.scm (emacs-ivy-rich): Update to 0.1.4-2.7a667b1.
|
|
* gnu/packages/video.scm (handbrake): Update to 1.2.2.
|
|
* gnu/packages/debug.scm (stress-make)[version]: Update to latest upstream
commit. Bump revision. Use 'git-version'.
[source]: Update url. Use 'git-file-name'.
[home-page]: Update url likewise.
[arguments]: Add 'setup-go' phase.
[license]: Update license file name.
|
|
* gnu/packages/xorg.scm (xwd)[description]: Fix typo.
|
|
* gnu/packages/xorg.scm (xwininfo): Update to 1.1.5.
|
|
* gnu/packages/emacs-xyz.scm (emacs-nhexl-mode)[home-page]: Use HTTPS.
|
|
* gnu/packages/emacs-xyz.scm (emacs-nhexl-mode): Update to 1.3.
|
|
* gnu/packages/emacs-xyz.scm (emacs-darkroom): Update to 0.2.
|
|
* gnu/packages/emacs-xyz.scm (emacs-let-alist): Update to 1.0.6.
|
|
* gnu/packages/emacs-xyz.scm (emacs-csv-mode)[source, home-page]: Use HTTPS.
|
|
* gnu/packages/emacs-xyz.scm (emacs-csv-mode): Update to 1.9.
|
|
* gnu/packages/emacs-xyz.scm (emacs-load-relative): Update to 1.3.1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.20.
|
|
* gnu/packages/web.scm (starman): Update to 0.4015.
|
|
* gnu/packages/music.scm (playerctl): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/haskell-apps.scm (git-annex): Update to 7.20191009.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/commencement.scm (with-boot0): New procedure.
(gnumach-headers-boot0, mig-boot0)
(hurd-headers-boot0, hurd-minimal-boot0)
(hurd-core-headers-boot0): Use it instead of 'package-with-explicit-inputs'.
|
|
For a package like:
(define-public xxx
(package
(inherit (@ (gnu packages base) coreutils))
(name "xxx")
(inputs (@ (gnu packages commencement) %final-inputs))
(native-inputs '())
(propagated-inputs '())
(arguments '(#:implicit-inputs? #f))))
this reduces the package object graph from 176 nodes (1852 edges) to 113
nodes (1114 edges).
The number of 'add-data-to-store' calls in "guix build coreutils -nd"
drops from 2045 to 1301, and the number of memoization tables drops from
102 to 40.
"guix build libreoffice -nd" goes from 2.40s to 2.27s.
* gnu/packages/commencement.scm (with-boot4): New variable.
(guile-final, glibc-utf8-locales-final): Use it.
(with-boot4, with-boot5): New variable.
(gnu-make-final): Rewrite to avoid 'package-with-explicit-inputs'.
(coreutils-final): Use 'with-boot5' instead of
'package-with-explicit-inputs'.
(grep-final): Likewise.
(with-boot6): New variable.
(sed-final, %final-inputs): Use it.
|
|
* guix/build-system/gnu.scm (package-with-explicit-inputs): Rename to...
(package-with-explicit-inputs/deprecated): ... this.
(package-with-explicit-inputs*): New procedure.
(package-with-explicit-inputs): Define as a 'case-lambda*'.
|
|
* gnu/packages/gnome.scm (librsvg-next): Update to 2.46.0.
[arguments]: Patch SHELL in "po/Makefile.in.in".
[native-inputs]: Replace RUST-1.27 with RUST-1.34.
|
|
* gnu/packages/xml.scm (expat-2.2.9): New variable.
(expat)[replacement]: New field.
|
|
* gnu/packages/gnupg.scm (libgcrypt-1.8.5): New variable.
(libgcrypt)[replacement]: New field.
|
|
* gnu/packages/curl.scm (curl-7.66.0): New variable.
(curl)[replacement]: New field.
|
|
* gnu/packages/web.scm (nghttp2-1.39.2): New variable.
(nghttp2)[replacement]: New field.
|
|
* gnu/packages/tls.scm (openssl-1.0.2t): New variable.
(openssl-1.0)[replacement]: New field.
|
|
* gnu/packages/emacs-xyz.scm (emacs-forge): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-closql): Update to 1.0.0-1.70b98db.
|
|
* gnu/packages/emacs-xyz.scm (emacs-ghub): Update to 3.2.0-1.cf0b13a.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
|
|
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 2.90.1-2.c761d28.
[arguments]: Add patch phase.
|
|
* gnu/packages/xiph.scm (ao): Update to 1.2.2-5-g20dc8ed.
[source]: Switch to GIT-FETCH.
[native-inputs]: Add AUTOCONF, AUTOMAKE and LIBTOOL.
|
|
* gnu/packages/xiph.scm (ao)[properties]: New field.
|
|
* gnu/packages/tcl.scm (tcl)[home-page]: Use HTTPS.
|