guix-commits
[Top][All Lists]
Advanced

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

branch master updated (ffb3818 -> 00c55e8)


From: guix-commits
Subject: branch master updated (ffb3818 -> 00c55e8)
Date: Thu, 29 Jul 2021 16:01:07 -0400 (EDT)

civodul pushed a change to branch master
in repository guix.

    from ffb3818  gnu: r-xcms: Update to 3.14.1.
     new a9bc8a2  gnu: Add FXDiv.
     new 18d04fe  gnu: Add pthreadpool.
     new 646b5ad  gnu: Add googlebenchmark.
     new 4c5ad82  gnu: Add cpuinfo.
     new 065d45e  gnu: Add Psimd.
     new 1daa662  gnu: Add FP16.
     new b402a3e  gnu: Add XNNPACK.
     new 00c55e8  gnu: Add nginx-rtmp-module.

The 8 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:
 gnu/local.mk                                       |    5 +
 gnu/packages/check.scm                             |   29 +-
 gnu/packages/machine-learning.scm                  |   50 +
 gnu/packages/maths.scm                             |   61 +
 gnu/packages/parallel.scm                          |   90 +-
 .../patches/cpuinfo-system-libraries.patch         |   50 +
 gnu/packages/patches/fp16-system-libraries.patch   |  105 ++
 gnu/packages/patches/fxdiv-system-libraries.patch  |   44 +
 .../patches/pthreadpool-system-libraries.patch     |   79 ++
 .../patches/xnnpack-system-libraries.patch         | 1499 ++++++++++++++++++++
 gnu/packages/web.scm                               |   59 +
 11 files changed, 2069 insertions(+), 2 deletions(-)
 create mode 100644 gnu/packages/patches/cpuinfo-system-libraries.patch
 create mode 100644 gnu/packages/patches/fp16-system-libraries.patch
 create mode 100644 gnu/packages/patches/fxdiv-system-libraries.patch
 create mode 100644 gnu/packages/patches/pthreadpool-system-libraries.patch
 create mode 100644 gnu/packages/patches/xnnpack-system-libraries.patch



reply via email to

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