Age | Commit message (Collapse) | Author |
|
* 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.
|
|
* gnu/packages/emulators.scm (mame)[home-page]: Use HTTPS.
|
|
* gnu/packages/emulators.scm (dosbox)[home-page]: Use HTTPS.
|
|
* gnu/packages/version-control.scm (gitless): New public variable.
Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/audio.scm (faust)[home-page]: Use HTTPS.
|
|
* gnu/packages/audio.scm (rsound)[home-page]: Use HTTPS.
|
|
* gnu/packages/music.scm (libgme): Update to 0.6.3.
|
|
* gnu/packages/wm.scm (xmobar): Update to 0.33.
|
|
* gnu/packages/disk.scm (gptfdisk)[home-page]: Use HTTPS.
|
|
* gnu/packages/enlightenment.scm (ephoto)[source]: Remove dead URI.
[home-page]: Follow (HTTPS) redirection.
|
|
* gnu/packages/skarnet.scm (s6): Update to 2.9.1.0.
|
|
* gnu/packages/gnome.scm (simple-scan): Update to 3.36.0.
|
|
* gnu/packages/embedded.scm (picprog)[home-page]: Use HTTPS.
|
|
* gnu/packages/java-compression.scm (java-snappy)[source]: Use GIT-FETCH
and GIT-FILE-NAME.
[arguments]: Add ‘make-git-checkout-writable’ phase.
|
|
* gnu/packages/java-compression.scm (java-snappy): Update to 1.1.7.3.
|
|
* gnu/packages/backup.scm (borg): Update to 1.1.11.
|
|
* gnu/packages/digest.scm (xxhash): Update to 0.7.3.
|
|
|
|
* gnu/packages/python-xyz.scm: List years explicitly instead of range in
copyright line.
|
|
* gnu/packages/python-xyz.scm: Remove duplicate copyright.
|
|
* gnu/packages/python-web.scm (python-cookies)[native-inputs]: Change
PYTHON2-PYTEST to PYTHON-PYTEST.
|
|
* gnu/packages/python-xyz.scm (python-radon)[properties]: New field.
* gnu/packages/python-xyz.scm (python2-radon)[propagated-inputs]: Add
PYTHON2-CONFIGPARSER and PYTHON2-FUTURE.
|
|
* gnu/packages/python-xyz.scm (python-virtualenv): Update to 20.0.10.
|
|
* gnu/packages/python-xyz.scm (python-virtualenv)[properties]: New field.
(python2-virtualenv)[propagated-inputs]: Add PYTHON2-CONTEXTLIB2.
[arguments]: New field.
|
|
* gnu/packages/python-xyz.scm (python-contextlib2): Update to 0.6.0.post1.
|
|
This package has not built successfully in several months.
* gnu/packages/music.scm (lpd8editor): Remove variable.
|
|
* gnu/packages/assembly.scm (xa): New variable.
|
|
* gnu/packages/geo.scm (spatialite-gui)[arguments]: Add 'fix-gui' phase.
|
|
* gnu/packages/admin.scm (isc-dhcp)[arguments]: Set BUILD_CC in
'fix-bind-cross-compilation' phase. While at it, make the phase conditional
on %CURRENT-TARGET-SYSTEM.
|
|
* gnu/packages/zile.scm (zile)[native-inputs]: Add THIS-PACKAGE when
cross-compiling.
[arguments]: Add phase when cross-compiling.
|
|
* gnu/packages/python-xyz.scm (python-multidict): Update to 4.7.5.
[arguments]: New field.
[native-inputs]: Remove PYTHON-PYTEST-RUNNER. Add PYTHON-PYTEST-COV.
|
|
* gnu/packages/xdisorg.scm (clipmenu): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/xdisorg.scm (clipnotify): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* guix/build/download.scm <top level>: Remove workarounds for
<https://bugs.gnu.org/23421> and for
<https://lists.gnu.org/archive/html/guix-devel/2017-11/msg00070.html>.
|