Commit graph

49285 commits

Author SHA1 Message Date
Marius Bakke 72e7cba286
gnu: kodi: Update to 18.4.
* gnu/packages/kodi.scm (kodi): Update to 18.4.
2019-10-12 18:39:57 +02:00
Marius Bakke fa0f774b26
gnu: python-django: Update to 1.11.25 [security fixes].
* gnu/packages/django.scm (python-django): Update to 1.11.25.
2019-10-12 18:39:57 +02:00
Marius Bakke 0effc65cc9
gnu: gRPC: Update description.
* gnu/packages/machine-learning.scm (grpc)[description]: Remove "open source".
2019-10-12 18:39:57 +02:00
Marius Bakke bd2bd80df8
gnu: FANN: Update description.
* gnu/packages/machine-learning.scm (fann)[description]: Remove "open source".
2019-10-12 18:39:56 +02:00
Marius Bakke 37e47aa73d
gnu: arx-libertatis: Update description.
* gnu/packages/games.scm (arx-libertatis)[description]: Remove "open source".
2019-10-12 18:39:56 +02:00
Marius Bakke ecfc86a21d
gnu: BOINC: Add a source file name.
While at it, future-proof the URL as well.

* gnu/packages/distributed.scm (boinc-client)[source](file-name): New field.
2019-10-12 18:39:56 +02:00
Marius Bakke c21dae9b89
gnu: BOINC: Update license.
* gnu/packages/distributed.scm (boinc-client)[license]: Add LGPL3+.
2019-10-12 18:39:56 +02:00
Marius Bakke d72bfe075c
gnu: BOINC: Remove redundant comment.
* gnu/packages/distributed.scm (boinc-client)[description]: Don't mention
license terms.
2019-10-12 18:39:55 +02:00
wednesday 5ce153b110
gnu: emacs: Add mailutils to inputs.
* gnu/packages/emacs.scm (emacs)[inputs]: Add mailutils.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2019-10-12 16:29:50 +02:00
Tobias Geerinckx-Rice c6a99354f3
gnu: mailutils: Update to 3.7.
* gnu/packages/mail.scm (mailutils): Update to 3.7.
2019-10-12 16:29:50 +02:00
Tobias Geerinckx-Rice bf92ba6b7b
gnu: amtk: Don't use NAME in source URI.
* gnu/packages/gnome.scm (amtk)[source]: Hard-code NAME.
2019-10-12 16:29:49 +02:00
Tobias Geerinckx-Rice 09c4e43f81
gnu: amtk: Update to 5.0.1.
* gnu/packages/gnome.scm (amtk): Update to 5.0.1.
2019-10-12 16:29:49 +02:00
Tobias Geerinckx-Rice bae08e22dc
gnu: lightning: Update to 2.1.3.
* gnu/packages/assembly.scm (lightning): Update to 2.1.3.
2019-10-12 16:29:49 +02:00
Reza Alizadeh Majd 748ca12f97
gnu: Add uchardet.
* gnu/packages/freedesktop.scm (uchardet): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2019-10-12 15:18:26 +02:00
Sergei Trofimovich e4892ae367
gnu: re2c: Update to 1.2.1.
* gnu/packages/re2c.scm (re2c): Update to 1.2.1.

Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-10-12 15:18:26 +02:00
Ludovic Courtès dab669e075
gnu: ld-wrapper: Memoize.
The command:

  guix graph -e '(@@ (gnu packages commencement) coreutils-final)'

now shows 93 nodes (992 edges) instead of 176 nodes (1241 edges).

* gnu/packages/commencement.scm (ld-wrapper-boot0): Use 'mlambda'
instead of 'lambda'.
(ld-wrapper-boot3): Likewise.
2019-10-12 15:18:25 +02:00
Ludovic Courtès 099dbc4fd3
gnu: Improve memoization of 'package-with-bootstrap-guile'.
Before that, the command:

  GUIX_PROFILING=memoization guix build -e '(@@ (gnu packages commencement) gnu-make-final)' -nd

would show that 'package-with-bootstrap-guile' was called 2256
times (hit rate: 89%).  Now, it is called 745 times (hit rate: 85%).

"guix build libreoffice -nd" goes from 2.60s to 2.40s (-8%).

* gnu/packages/commencement.scm (gnu-make-final)
(coreutils-final, grep-final, sed-final, %final-inputs): Call
'package-with-bootstrap-guile' before 'package-with-explicit-inputs'.
2019-10-12 15:18:25 +02:00
Jesse Gibbons d7e29a2b26
gnu: python-scikit-learn: Update to 0.20.4.
Fixes <https://bugs.gnu.org/37705>.

* gnu/packages/machine-learning.scm (python-scikit-learn): Update to 0.20.4.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-10-12 13:33:33 +02:00
Julien Lepiller 2b8491fbbe
gnu: mariadb: Split into out, lib and dev.
* gnu/packages/databases.scm (mariadb): Split into out, lib and dev.
(perl-dbd-mysql, python-mysqlclient): Adjust dependencies.
* gnu/packages/bioinformatics.scm (kentutils): Adjust dependencies.
* gnu/packages/cran.scm (r-rmysql): Adjust dependencies.
* gnu/packages/emacs-xyz.scm (emacs-emacsql): Adjust dependencies.
* gnu/packages/kodi.scm (kodi): Adjust dependencies.
* gnu/packages/qt.scm (qt, qtbase): Adjust dependencies.
* gnu/packages/ruby.scm (ruby-mysql2): Adjust dependencies.
2019-10-12 13:07:41 +02:00
Ludovic Courtès 81a4ca08f7
gnu: mescc-tools: Use 'git-fetch'.
* gnu/packages/mes.scm (mescc-tools-0.5.2)[source]: Use 'git-fetch'.
(mescc-tools)[source]: Likewise.
2019-10-12 12:25:08 +02:00
Ludovic Courtès 99b73d0f0c
gnu: commencement: Reduce the graph of package objects.
The graph returned by:

  guix graph -e '(@@ (gnu packages commencement) guile-final)'

now contains 94 nodes (664 edges) instead of 394 (2674 edges).

Likewise, this command:

  GUIX_PROFILING=add-data-to-store-cache guix build coreutils -nd

shows that the number of lookups to the 'add-data-to-store' caches goes
from 8935 to 5303.

Overall, "guix build libreoffice -nd" goes from 3.17s to 2.60s (-18%).

* gnu/packages/commencement.scm (diffutils-boot0): Remove call to
'package-with-bootstrap-guile' and 'package-with-explicit-inputs', and
adjust accordingly.
(findutils-boot0, file-boot0, binutils-boot0, libstdc++-boot0)
(gcc-boot0, perl-boot0, m4-boot0, bison-boot0, flex-boot0)
(linux-libre-headers-boot0, texinfo-boot0, python-boot0)
(ld-wrapper-boot0, glibc-final-with-bootstrap-bash)
(static-bash-for-glibc, gettext-boot0, glibc-final, binutils-final)
(libstdc++, zlib-final, bash-final): Likewise.
(expat-sans-tests)[inputs]: New field.
[arguments]: Add #:implicit-inputs? and #:guile.
(m4-boot0*): New variable.
2019-10-12 12:25:08 +02:00
Ludovic Courtès 9a45a24f7f
gnu: Remove unnecessary uses of 'package-with-bootstrap-guile'.
This reduces the object graph returned by:

  guix graph -e '(@@ (gnu packages commencement) glibc-final-with-bootstrap-bash)

from 333 nodes (1542 edges) to 148 nodes (886 edges).

This improves 'package-derivation' memoization and, consequently, the
'add-data-to-store' cache shown by:

  GUIX_PROFILING=add-data-to-store-cache guix build coreutils -nd

goes from 10948 lookups to 8935 lookups.

* gnu/packages/commencement.scm (mes-boot): Remove call to
'package-with-bootstrap-guile'.  Call 'bootstrap-origin' on the source
of NYACC-0.86.
(tcc-boot0): Likewise.
(tcc-boot): Remove call to 'package-with-bootstrap-guile' and call
'bootstrap-origin' on its source.
(make-mesboot0): Remove call to 'package-with-bootstrap-guile'.
(diffutils-mesboot): Likewise.
(binutils-mesboot0): Likewise, and call 'bootstrap-origin' for its
source.
(gcc-core-mesboot): Likewise.
(mesboot-headers): Remove call to 'package-with-bootstrap-guile'.
(glibc-mesboot0): Likewise, and call 'bootstrap-origin' for its source.
(gcc-mesboot0): Remove call to 'package-with-bootstrap-guile'.
(binutils-mesboot): Likewise.
(make-mesboot): Likewise.
(gcc-mesboot1): Likewise, and call 'bootstrap-origin' for its source.
(gcc-mesboot1-wrapper): Remove call to 'package-with-bootstrap-guile'.
(glibc-headers-mesboot): Likewise, and call 'bootstrap-origin' for its
source.
(glibc-mesboot): Remove call to 'package-with-bootstrap-guile'.
(gcc-mesboot): Likewise, and call to 'bootstrap-origin' for its source.
(gcc-mesboot-wrapper): Remove call to 'package-with-bootstrap-guile'.
(m4-mesboot): Likewise.
(gnu-make-boot0): Likewise, and call 'bootstrap-origin' for its source.
2019-10-12 12:25:08 +02:00
Pierre Neidhardt 5b811ddc67
gnu: emacs-wgrep: Update to 2.3.1.
* gnu/packages/emacs-xyz.scm (emacs-wgrep): Update to 2.3.1.
2019-10-12 12:13:46 +02:00
Leo Famulari be6f2f5634
gnu: PyJWT: Update to 1.7.1.
* gnu/packages/python-xyz.scm (python-pyjwt): Update to 1.7.1.
2019-10-11 12:23:42 -04:00
Carl Dong a7d03e96b6
gnu: Fix typo for nsis.
* gnu/packages/installers.scm (make-nsis): Add space between define and
open bracket.
2019-10-11 11:46:03 -04:00
Carl Dong e214a22007
gnu: Add nsis-x86_64 and nsis-i686.
* guix/build-system/scons.scm (scons-build): Add build-targets and
install-targets parameters.
* guix/build/scons-build-system.scm (build, install): Adjust
accordingly.
* doc/guix.texi (Build Systems): Document it.
* gnu/packages/installers.scm: New file,
(make-nsis): New procedure,
(nsis-x86_64, nsis-i686): New variables.
* gnu/packages/patches/nsis-env-passthru.patch: New file.
* gnu/local.mk (dist_patch_DATA, GNU_SYSTEM_MODULES): Adjust
accordingly.
2019-10-11 11:44:44 -04:00
Tobias Geerinckx-Rice 07bec45dd3
gnu: knot: Update to 2.9.0.
* gnu/packages/dns.scm (knot): Update to 2.9.0.
2019-10-11 15:55:40 +02:00
Brian Leung ecf3a3ac9b
gnu: emacs-evil-collection: Update to 0.0.3-11.bf2400a.
* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 0.0.3-11.bf2400a.
2019-10-11 06:57:44 +02:00
Brian Leung 5b9b1c6b72
gnu: Add emacs-annalist.
* gnu/packages/emacs-xyz.scm (emacs-annalist): New variable.
2019-10-11 05:13:42 +02:00
Brian Leung 46274d8987
gnu: emacs-git-annex: Update to 1.1-2.1324d3f.
* gnu/packages/emacs-xyz.scm (emacs-git-annex): Update to 1.1-2.1324d3f.
2019-10-11 05:13:42 +02:00
Brian Leung f7b3d9104e
gnu: emacs-helm-org-ql: Remove patch file.
* gnu/local.mk (emacs-helm-org-ql): Remove entry.
* gnu/packages/emacs-xyz.scm: Remove patch file.
* gnu/packages/patches/emacs-helm-org-ql.patch: Delete file.
2019-10-11 05:13:41 +02:00
Brian Leung 8f1471149f
gnu: emacs-racket-mode: Update to 0.0.2-4.2a9a102.
* gnu/packages/emacs-xyz.scm (emacs-racket-mode): Update to 0.0.2-4.2a9a102.
2019-10-11 05:13:41 +02:00
Brian Leung 3fcdd99f71
gnu: emacs-rspec: Update to 1.11-1.66ea7cc.
* gnu/packages/emacs-xyz.scm (emacs-rspec): Update to 1.11-1.66ea7cc.
2019-10-11 05:13:41 +02:00
Leo Famulari 666f51f9e1
gnu: apfs-fuse: Fix build.
* gnu/packages/file-systems.scm (apfs-fuse)[arguments]: Install the LICENSE file
with the default 'install-license-files' phase.
2019-10-10 19:01:03 -04:00
Marius Bakke ff0efc8f6c
gnu: python-bleach: Update to 3.1.0.
* gnu/packages/check.scm (python-pytest-runner-2, python2-pytest-runner-2):
New public variables.
* gnu/packages/python-xyz.scm (python-bleach): Update to 3.1.0.
[propagated-inputs]: Remove PYTHON-HTML5LIB-0.9.  Add PYTHON-WEBENCODINGS.
[native-inputs]: Remove PYTHON-NOSE.  Add PYTHON-PYTEST and PYTHON-PYTEST-RUNNER-2.
2019-10-10 20:09:56 +02:00
Marius Bakke ef42bc3e56
gnu: fluidsynth: Update to 2.0.7.
* gnu/packages/audio.scm (fluidsynth): Update to 2.0.7.
2019-10-10 20:09:56 +02:00
Marius Bakke 3f7a3ea890
gnu: tbb: Update to 2019_U9.
* gnu/packages/tbb.scm (tbb): Update to 2019_U9.
2019-10-10 20:09:56 +02:00
Marius Bakke d253719300
gnu: whois: Update to 5.5.2.
* gnu/packages/networking.scm (whois): Update to 5.5.2.
2019-10-10 20:09:56 +02:00
Marius Bakke d519bc1350
gnu: appstream-glib: Update to 0.7.16.
* gnu/packages/glib.scm (appstream-glib): Update to 0.7.16.
2019-10-10 20:09:55 +02:00
Marius Bakke d1eb423478
gnu: strace: Update to 5.3.
* gnu/packages/patches/strace-ipc-tests.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/linux.scm (strace): Update to 5.3.
[source](patches): Remove.
[arguments]: Remove obsolete phase.
2019-10-10 20:09:55 +02:00
Marius Bakke f8026a797c
gnu: libsoup: Update to 2.68.2.
* gnu/packages/gnome.scm (libsoup): Update to 2.68.2.
[arguments]: Update #:configure-flags.  Skip tests that attempts to resolve
"subdomain.localhost".
[propagated-inputs]: Add GOOGLE-BROTLI and ZLIB.
2019-10-10 20:09:55 +02:00
Marius Bakke 2d821e4c7f
gnu: guix: Fix source checksum.
This is a follow-up to commit 6c50e1dc06.

* gnu/packages/package-management.scm (guix)[source](sha256): Update hash.
2019-10-10 20:07:59 +02:00
Efraim Flashner 2d064a466a
gnu: python-efl: Update to 1.23.0.
* gnu/packages/enlightenment.scm (python-efl): Update to 1.23.0.
2019-10-10 20:49:10 +03:00
Danny Milosavljevic 423c680d87
gnu: mate-utils: Build with a fixed version of yelp-tools.
* gnu/packages/mate.scm (mate-utils)[native-inputs]: Replace YELP-TOOLS with
YELP-TOOLS/FIXED.
2019-10-10 18:48:08 +02:00
Diego Nicola Barbato e3887d0666
gnu: emacs-org-tree-slide: Update to 2.8.14.
* gnu/packages/emacs-xyz.scm (emacs-org-tree-slide): Update to 2.8.14.
2019-10-10 18:00:08 +02:00
Ludovic Courtès 6c50e1dc06
gnu: guix: Update to fc1fe72.
* gnu/packages/package-management.scm (guix): Update to fc1fe72.
2019-10-10 17:26:53 +02:00
Ludovic Courtès 94d2ff6d9c
gnu: guix: Intern bootstrap executables before running tests.
This is a followup to 1ba0b1e6ec.

* gnu/packages/package-management.scm (guix)[arguments]: In
'copy-bootstrap-guile', copy the bootstrap executables.
[inputs]: Add "bootstrap/{bash,mkdir,tar,xz}".
2019-10-10 17:25:21 +02:00
Ludovic Courtès d3650775e0
gnu: guix-jupyter: Avoid 'specification->package'.
* gnu/packages/package-management.scm (guix-jupyter)[native-inputs]:
Avoid 'specification->package'.
2019-10-10 17:24:21 +02:00
Ludovic Courtès 8f02e5ac81
gnu: openmpi: Update to 4.0.2.
* gnu/packages/mpi.scm (openmpi): Update to 4.0.2.
2019-10-10 17:23:52 +02:00
Ludovic Courtès fc1fe722a0
gnu: Add Guix-Jupyter.
* gnu/packages/package-management.scm (guix-jupyter): New variable.
2019-10-10 11:21:37 +02:00