summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add python-keras-preprocessing.Ricardo Wurmus2019-06-19
| | | | * gnu/packages/machine-learning.scm (python-keras-preprocessing): New variable.
* gnu: Add python-keras-applications.Ricardo Wurmus2019-06-19
| | | | * gnu/packages/machine-learning.scm (python-keras-applications): New variable.
* gnu: python-botocore: Update to 1.12.149.Ricardo Wurmus2019-06-19
| | | | | * gnu/packages/python-xyz.scm (python-botocore): Update to 1.12.149. [native-inputs]: Add python-urllib3.
* gnu: python-s3transfer: Update to 0.2.0.Ricardo Wurmus2019-06-19
| | | | | * gnu/packages/python-web.scm (python-s3transfer): Update to 0.2.0. [propagated-inputs]: Add python-urllib3.
* tests: Fix opensmtpd test.Tobias Geerinckx-Rice2019-06-19
| | | | | * gnu/tests/mail.scm (run-opensmtpd-test) <"mail arrived">: Invoke smtpctl by its full file name.
* gnu: linux-libre: Update to 5.1.11.Mark H Weaver2019-06-18
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.11. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.52.Mark H Weaver2019-06-18
| | | | | * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.52. (%linux-libre-4.19-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.127.Mark H Weaver2019-06-18
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.127. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.182.Mark H Weaver2019-06-18
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.182.
* gnu: linux-libre@4.4: Update to 4.4.182.Mark H Weaver2019-06-18
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.182.
* linux-container: Remove networking service when network is shared with host.Arun Isaac2019-06-19
| | | | | | | * gnu/system/linux-container.scm (dummy-networking-service-type): New variable. (containerized-operating-system): If network is shared with host, replace static-networking-service-type with dummy-networking-service-type.
* gnu: python2: Add 'cpe-name' property.Efraim Flashner2019-06-18
| | | | * gnu/packages/python.scm (python2)[properties]: New field.
* gnu: linbox: Add version 1.5.2.Andreas Enge2019-06-18
| | | | * gnu/packages/sagemath.scm (linbox-1.5.2): New variable.
* gnu: fflas-ffpack: Add version 2.3.2.Andreas Enge2019-06-18
| | | | * gnu/packages/sagemath.scm (fflas-ffpack-2.3.2): New variable.
* gnu: givaro: Add version 4.0.4.Andreas Enge2019-06-18
| | | | * gnu/packages/sagemath.scm (givaro-4.0.4): New variable.
* gnu: Add linbox.Andreas Enge2019-06-18
| | | | * gnu/packages/algebra.scm (linbox): New variable.
* gnu: Add fflas-ffpack.Andreas Enge2019-06-18
| | | | * gnu/packages/algebra.scm (fflas-ffpack): New variable.
* gnu: Add givaro.Andreas Enge2019-06-18
| | | | * gnu/packages/algebra.scm (givaro): New variable.
* gnu: Remove hydra.Efraim Flashner2019-06-18
| | | | | | Our copy of hydra hasn't built in years. * gnu/packages/ci.scm (hydra): Remove variable.
* gnu: python-on-guile: Update to 0.1.0-2.058c596.Ricardo Wurmus2019-06-18
| | | | | | * gnu/packages/guile-xyz.scm (python-on-guile): Update to 0.1.0-2.058c596. [source]: Fetch from fork at git.elephly.net. [arguments]: Remove phase "use-canonical-directory-for-go-files".
* gnu: Add python-iml.Nicolas Goaziou2019-06-18
| | | | * gnu/packages/machine-learning.scm (python-iml): New variable.
* gnu: aircrack-ng: Update to 1.5.2.Vasile Dumitrascu2019-06-18
| | | | | | * gnu/packages/networking.scm (aircrack-ng): Update to 1.5.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-gruvbox-themeZzull2019-06-18
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-gruvbox-theme): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-slurm-magic.Ludovic Courtès2019-06-18
| | | | * gnu/packages/parallel.scm (python-slurm-magic): New variable.
* doc: Replace invalid uses of @var with @code.Ludovic Courtès2019-06-18
| | | | | * doc/guix.texi: Replace @var with @code in cases where we refer to a Scheme variable and not to a metasyntactic variable.
* guix build: '--log-file' looks for build logs of equivalent derivations.Ludovic Courtès2019-06-18
| | | | | | | | | Previously, '--log-file' would look for log files only for the current derivation, and thus wouldn't find log files of equivalent derivations that produce the same output. * guix/scripts/build.scm (guix-build) <log-file?>: Replace 'derivation-file-name' by 'derivation->output-path'.
* tests: Avoid 'delete-paths' calls for 'derivation-prerequisites-to-build'.Ludovic Courtès2019-06-18
| | | | | | | * tests/derivations.scm ("derivation-prerequisites-to-build when outputs already present"): Insert random text in BUILDER, and remove two calls to 'delete-paths'. Use 'derivation->output-path' for INPUT-PATH instead of an old idiom.
* gnu: gemmlowp-for-tensorflow: Use SSE2.Ricardo Wurmus2019-06-18
| | | | | * gnu/packages/machine-learning.scm (gemmlowp-for-tensorflow)[arguments]: Only enable SSE2, not SSE4.1 on i686 and x86_64 architectures.
* gnu: Add python-matplotlib-venn.Ricardo Wurmus2019-06-18
| | | | * gnu/packages/python-xyz.scm (python-matplotlib-venn): New variable.
* gnu: python-ipython: Update to 7.5.0Ricardo Wurmus2019-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python2-ipython): Do not inherit from python-ipython. [outputs]: Remove separate "doc" output. [native-inputs]: Remove python-sphinx, python-sphinx-rtd-theme, texinfo, and the texlive-union consisting of texlive-fonts-amsfonts, texlive-fonts-ec, texlive-generic-ifxetex, texlive-generic-pdftex, texlive-latex-amsfonts, texlive-latex-capt-of, texlive-latex-cmap, texlive-latex-environ, texlive-latex-eqparbox, texlive-latex-etoolbox, texlive-latex-expdlist, texlive-latex-fancyhdr, texlive-latex-fancyvrb, texlive-latex-fncychap, texlive-latex-float, texlive-latex-framed, texlive-latex-geometry, texlive-latex-graphics, texlive-latex-hyperref, texlive-latex-mdwtools, texlive-latex-multirow, texlive-latex-oberdiek, texlive-latex-parskip, texlive-latex-preview, texlive-latex-tabulary, texlive-latex-threeparttable, texlive-latex-titlesec, texlive-latex-trimspaces, texlive-latex-ucs, texlive-latex-upquote, texlive-latex-url, texlive-latex-varwidth, and texlive-latex-wrapfig. [arguments]: Remove "install-doc" phase; rename "fix-tests" phase to "delete-broken-tests" and adjust. (python-ipython): Update to 7.5.0. [outputs]: Remove separate "doc" output. [propagated-inputs]: Add python-backcall and python-jedi; replace python-prompt-toolkit-1 with python-prompt-toolkit. [native-inputs]: Remove python-sphinx, python-sphinx-rtd-theme, texinfo, and the texlive-union consisting of texlive-fonts-amsfonts, texlive-fonts-ec, texlive-generic-ifxetex, texlive-generic-pdftex, texlive-latex-amsfonts, texlive-latex-capt-of, texlive-latex-cmap, texlive-latex-environ, texlive-latex-eqparbox, texlive-latex-etoolbox, texlive-latex-expdlist, texlive-latex-fancyhdr, texlive-latex-fancyvrb, texlive-latex-fncychap, texlive-latex-float, texlive-latex-framed, texlive-latex-geometry, texlive-latex-graphics, texlive-latex-hyperref, texlive-latex-mdwtools, texlive-latex-multirow, texlive-latex-oberdiek, texlive-latex-parskip, texlive-latex-preview, texlive-latex-tabulary, texlive-latex-threeparttable, texlive-latex-titlesec, texlive-latex-trimspaces, texlive-latex-ucs, texlive-latex-upquote, texlive-latex-url, texlive-latex-varwidth, and texlive-latex-wrapfig. [arguments]: Remove "install-doc" phase; simplify "fix-tests" phase. [properties]: Remove. (python-ipython-documentation): New variable.
* gnu: python-ipykernel: Update to 5.1.1.Ricardo Wurmus2019-06-18
| | | | * gnu/packages/python-xyz.scm (python-ipykernel): Update to 5.1.1.
* gnu: python2-ipykernel: Split from python-ipykernel.Ricardo Wurmus2019-06-18
| | | | | * gnu/packages/python-xyz.scm (python2-ipykernel): Define without package-with-python2.
* gnu: Add python-backcall.Ricardo Wurmus2019-06-18
| | | | * gnu/packages/python-xyz.scm (python-backcall): New variable.
* gnu: stunnel: Update to 5.55.Tobias Geerinckx-Rice2019-06-18
| | | | * gnu/packages/web.scm (stunnel): Update to 5.55.
* gnu: gaupol: Update to 1.6.Tobias Geerinckx-Rice2019-06-18
| | | | * gnu/packages/video.scm (gaupol): Update to 1.6.
* gnu: eternalterminal: Update to 5.1.10.Tobias Geerinckx-Rice2019-06-18
| | | | * gnu/packages/terminals.scm (eternalterminal): Update to 5.1.10.
* gnu: mercurial: Update to 5.0.1.Tobias Geerinckx-Rice2019-06-18
| | | | * gnu/packages/version-control.scm (mercurial): Update to 5.0.1.
* gnu: rtv: Update to 1.27.0.Tobias Geerinckx-Rice2019-06-18
| | | | * gnu/packages/syndication.scm (rtv): Update to 1.27.0.
* gnu: libnftnl: Update to 1.1.3.Tobias Geerinckx-Rice2019-06-18
| | | | * gnu/packages/linux.scm (libnftnl): Update to 1.1.3.
* gnu: gandi.cli: Update to 1.5.Tobias Geerinckx-Rice2019-06-18
| | | | * gnu/packages/networking.scm (gandi.cli): Update to 1.5.
* gnu: hcxdumptool: Update to 5.1.5.Tobias Geerinckx-Rice2019-06-18
| | | | * gnu/packages/networking.scm (hcxdumptool): Update to 5.1.5.
* gnu: hcxtools: Update to 5.1.6.Tobias Geerinckx-Rice2019-06-18
| | | | * gnu/packages/networking.scm (hcxtools): Update to 5.1.6.
* gnu: mpd-mpc: Update to 0.32.Tobias Geerinckx-Rice2019-06-18
| | | | * gnu/packages/mpd.scm (mpd-mpc): Update to 0.32.
* gnu: radare2: Update to 3.5.1.Tobias Geerinckx-Rice2019-06-18
| | | | * gnu/packages/engineering.scm (radare2): Update to 3.5.1.
* gnu: rust: Update to 1.35.0.Ivan Petkov2019-06-17
| | | | | | * gnu/packages/rust.scm (rust): Rename to... (rust-1.34): ...this. (rust): New variable.
* gnu: Add mako.Gábor Boskovits2019-06-18
| | | | * gnu/packages/wm.scm (mako): New variable.
* gnu: Add libhomfly.Andreas Enge2019-06-18
| | | | * gnu/packages/sagemath.scm (libhomfly): New variable.
* gnu: Add libbraiding.Andreas Enge2019-06-18
| | | | * gnu/packages/sagemath.scm (libbraiding): New variable.
* doc: Fix typo.Gábor Boskovits2019-06-17
| | | | | * doc/guix.texi (Base Services)[guix-publish-service-type]: "guix-publish-configuration" instead of "guix-configuration".
* gnu: python-flask-script: Fix tests.Danny Milosavljevic2019-06-17
| | | | | * gnu/packages/python-web.scm (python-flask-script)[arguments]<#:phases>[patch-tests]: New phase.