[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (b3d0797d27 -> fed6ac2ae1)
From: |
guix-commits |
Subject: |
branch master updated (b3d0797d27 -> fed6ac2ae1) |
Date: |
Fri, 20 Oct 2023 18:29:42 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from b3d0797d27 gnu: Add emacs-org-street.
new 37792ee352 gnu: Propagate suitesparse-* inputs referenced in header
files.
new e011961f99 build-system: Add zig-build-system.
new fb35aba108 gnu: Add tigerbeetle.
new c942f4dcab gnu: Add river.
new fed6ac2ae1 gnu: trilinos-for-dealii-openmpi: Fix build.
The 5 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:
Makefile.am | 2 +
doc/guix.texi | 21 +++++
etc/snippets/yas/scheme-mode/guix-package | 5 +-
gnu/local.mk | 2 +
gnu/packages/maths.scm | 83 ++++++++---------
.../patches/teuchos-remove-duplicate-using.patch | 34 +++++++
.../patches/tpetra-remove-duplicate-using.patch | 18 ++++
gnu/packages/zig-xyz.scm | 72 ++++++++++++++-
guix/build-system/{dub.scm => zig.scm} | 85 +++++++-----------
guix/build/zig-build-system.scm | 100 +++++++++++++++++++++
10 files changed, 322 insertions(+), 100 deletions(-)
create mode 100644 gnu/packages/patches/teuchos-remove-duplicate-using.patch
create mode 100644 gnu/packages/patches/tpetra-remove-duplicate-using.patch
copy guix/build-system/{dub.scm => zig.scm} (58%)
create mode 100644 guix/build/zig-build-system.scm
- branch master updated (b3d0797d27 -> fed6ac2ae1),
guix-commits <=
- 01/05: gnu: Propagate suitesparse-* inputs referenced in header files., guix-commits, 2023/10/20
- 03/05: gnu: Add tigerbeetle., guix-commits, 2023/10/20
- 02/05: build-system: Add zig-build-system., guix-commits, 2023/10/20
- 04/05: gnu: Add river., guix-commits, 2023/10/20
- 05/05: gnu: trilinos-for-dealii-openmpi: Fix build., guix-commits, 2023/10/20