Age | Commit message (Collapse) | Author |
|
* gnu/packages/guile-xyz.scm (guile-torrent): New variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
|
|
* gnu/packages/bioinformatics.scm (edirect): Update to 13.3.20200128.
[source]: Remove bundled certificate authority tarball.
|
|
* gnu/packages/statistics.scm (r-car): Update to 3.0-7.
[native-inputs]: Add r-knitr.
|
|
* gnu/packages/statistics.scm (r-nloptr): Update to 1.2.2.1.
|
|
* gnu/packages/statistics.scm (r-roxygen2): Update to 7.1.0.
[native-inputs]: Move r-knitr from here...
[propagated-inputs]: ...to here.
|
|
* gnu/packages/statistics.scm (r-xml2): Update to 1.2.5.
[native-inputs]: Add r-knitr.
|
|
* gnu/packages/cran.scm (r-tam): Update to 3.4-26.
|
|
* gnu/packages/cran.scm (r-cdm): Update to 7.5-15.
|
|
* gnu/packages/cran.scm (r-parameters): Update to 0.6.0.
[native-inputs]: Add r-knitr.
|
|
* gnu/packages/cran.scm (r-graphlayouts): Update to 0.6.0.
|
|
* gnu/packages/cran.scm (r-ggfortify): Update to 0.4.9.
[native-inputs]: Add r-knitr.
|
|
* gnu/packages/cran.scm (r-ggplotify): Update to 0.0.5.
[native-inputs]: Add r-knitr.
|
|
* gnu/packages/cran.scm (r-pegas): Update to 0.13.
|
|
* gnu/packages/cran.scm (r-spatialextremes): Update to 2.0-8.
|
|
* gnu/packages/cran.scm (r-tidytree): Update to 0.3.2.
[native-inputs]: Add r-knitr.
|
|
* gnu/packages/cran.scm (r-rcppparallel): Update to 5.0.0.
|
|
* gnu/packages/cran.scm (r-sjplot): Update to 2.8.3.
[propagated-inputs]: Remove r-forcats.
[native-inputs]: Remove r-knitr.
|
|
* gnu/packages/cran.scm (r-catdap): Update to 1.3.5.
|
|
* gnu/packages/cran.scm (r-vim): Update to 5.1.1.
|
|
* gnu/packages/cran.scm (r-vctrs): Update to 0.2.4.
[native-inputs]: Add r-knitr.
|
|
* gnu/packages/bioconductor.scm (r-cicero): Update to 1.4.4.
[native-inputs]: Add r-knitr.
|
|
* gnu/packages/bioconductor.scm (r-ggcyto): Update to 1.14.1.
[native-inputs]: Add r-knitr.
|
|
* gnu/packages/bioconductor.scm (r-mlinterfaces): Update to 1.66.5.
|
|
* gnu/packages/bioinformatics.scm (r-qtl): Update to 1.46-2.
|
|
This package was co-authored with Efraim Flashner <efraim@flashner.co.il>
* gnu/packages/hyperledger.scm (hyperledger-iroha): New variable.
|
|
* gnu/packages/boost.scm (boost-1.69): New hidden package.
|
|
* gnu/packages/hyperledger.scm (hyperledger-iroha-ed25519): New variable.
|
|
* gnu/packages/machine-learning.scm (grpc)[outputs]: Add static.
[arguments]: Copy configure-flags from cmake-build-system. Add custom
phases 'configure-shared, 'install-shared-libraries and 'move-static-libs
to build shared libs and move static libs to their own output.
(tensorflow)[native-inputs]: Add grpc:static.
|
|
* gnu/packages/python-xyz.scm (python2-jupyter-console)[arguments]: Add
python keyword, set to python-2.
|
|
* gnu/packages/python-xyz.scm (python-jupyter-console)[properties]: New
field. Specify python2-jupyter-console as python2 variant.
|
|
* gnu/services/web.scm (%mumi-activation): Create /var/mumi/db.
(mumi-shepherd-services): Add service for mumi worker.
|
|
* gnu/packages/mail.scm (mumi): Update to 0.0.0-7.6653e2d.
[inputs]: Add guile-sqlite3.
|
|
* gnu/packages/statistics.scm (r-cairo): Update to 1.5-11.
|
|
* gnu/packages/maths.scm (dune-istl)[inputs]: Add suitesparse to build
additional solvers in dune-istl.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/maths.scm (dune-subgrid): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/maths.scm (dune-uggrid): New variable.
(dune-grid)[propagated-inputs]: Add dune-uggrid dependency, so
that the UGGrid class in dune-grid can be used by packages that
have dune-grid as input.
(dune-functions)[arguments]: Enable tests that previously weren't
built as they require dune-uggrid.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/maths.scm (dune-common, dune-grid, dune-istl,
dune-alugrid): [arguments]: correctly set up MPI instead of disabling
tests that require MPI.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
This avoids ambiguities when looking at a backtrace where the exception
was actually thrown by an inferior in a very different context.
* guix/inferior.scm (&inferior-exception): New condition type.
(read-repl-response): Add optional 'inferior' parameter. Raise
'&inferior-exception' instead of rethrowing to KEY when receiving an
'exception' message.
(read-inferior-response): Pass INFERIOR to 'read-repl-response'.
* tests/inferior.scm ("&inferior-exception"): New test.
|
|
* guix/import/cpan.scm (cpan-fetch): Check whether 'json-fetch' returns #f.
|
|
* guix/import/utils.scm (assoc-ref*): Remove.
|
|
* guix/import/pypi.scm (non-empty-string-or-false): New procedure.
(<pypi-project>, <project-info>, <distribution>): New record types.
(pypi-fetch): Call 'json->pypi-project'.
(latest-source-release, latest-wheel-release): Use the new record
accessors instead of 'assoc-ref*'.
(pypi->guix-package, latest-release): Likewise.
* tests/pypi.scm (test-json): Add mandatory fields.
|
|
JIT support on ARMv7 is fixed by "guile-3.0-crash.patch".
* gnu/packages/guile.scm (guile-3.0)[arguments]: Remove.
|
|
* gnu/packages/geo.scm (virtualpg): New variable.
|
|
* gnu/packages/xdisorg.scm (jgmenu): Update to 4.1.0.
|
|
* gnu/packages/freedesktop.scm (udiskie): Update to 2.1.0.
|
|
* gnu/packages/lisp.scm (txr): Update to 233.
|
|
* doc/guix.texi (Invoking guix package): Fix description for "guix package -A".
|
|
* gnu/packages/python-xyz.scm (python2-ipython)[arguments]: Adjust
skipped tests.
|
|
* gnu/packages/xdisorg.scm (xlockmore): Update to 5.62.
|
|
* gnu/packages/xdisorg.scm (xlockmore)[home-page]: Use HTTPS.
|