guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated (33f9d3cc36 -> 3178b1a442)


From: guix-commits
Subject: branch master updated (33f9d3cc36 -> 3178b1a442)
Date: Mon, 4 Dec 2023 16:50:31 -0500 (EST)

civodul pushed a change to branch master
in repository guix.

    from 33f9d3cc36 gnu: python-cdflib: Disable shaky test.
     new d83d4488da daemon: Simplify “empty status” substitute error message.
     new 06b9c1260c substitute: Do not exit when failing to find a nar.
     new 49c009aabb gnu: wxwidgets: Update to 3.2.3.
     new af2735e874 gnu: abseil-cpp: Update to 20230802.1.
     new ff9d32df33 gnu: beep: Add phase install-rules.
     new f76ffc3ea6 gnu: Add python-meshzoo.
     new bbb33a12fe gnu: Add python-matplotx.
     new e30385d8d7 gnu: Add python-npx.
     new 66685821dc gnu: Add python-cplot.
     new 7068bb376f gnu: Add python-perfplot.
     new 8803100072 gnu: Add python-pyfma.
     new be73e08ba2 gnu: Add python-accupy.
     new eede7fe00b gnu: Add python-ndim.
     new d3ed7bb5e3 gnu: Add python-orthopy.
     new 7308129335 gnu: Add python-quadpy.
     new 01361d46b8 doc: Recommend building in ‘guix shell -CPW’.
     new 3178b1a442 monad-repl: Add REPL commands to inspect package arguments.

The 17 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/contributing.texi                              |   6 +-
 doc/guix.texi                                      |  61 +++++++++
 gnu/local.mk                                       |   4 +-
 gnu/packages/cpp.scm                               |  50 +++++--
 gnu/packages/maths.scm                             | 144 +++++++++++++++++++++
 .../python-accupy-fix-use-of-perfplot.patch        |  48 +++++++
 .../patches/python-accupy-use-matplotx.patch       | 113 ++++++++++++++++
 gnu/packages/python-science.scm                    |  52 +++++++-
 gnu/packages/python-xyz.scm                        | 110 +++++++++++++++-
 gnu/packages/terminals.scm                         |  13 +-
 gnu/packages/wxwidgets.scm                         |   4 +-
 guix/monad-repl.scm                                |  74 ++++++++++-
 guix/scripts/substitute.scm                        |   5 +-
 nix/libstore/build.cc                              |   4 +-
 tests/substitute.scm                               |  47 +++----
 15 files changed, 684 insertions(+), 51 deletions(-)
 create mode 100644 gnu/packages/patches/python-accupy-fix-use-of-perfplot.patch
 create mode 100644 gnu/packages/patches/python-accupy-use-matplotx.patch



reply via email to

[Prev in Thread] Current Thread [Next in Thread]