[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (0f27a97 -> b841524)
From: |
guix-commits |
Subject: |
branch master updated (0f27a97 -> b841524) |
Date: |
Sat, 30 Jan 2021 09:38:23 -0500 (EST) |
civodul pushed a change to branch master
in repository guix.
from 0f27a97 gnu: rust-embed-resource-1: Drop minor version from name.
new a23b384 build-system/julia: Enable tests.
new ba093a6 build-system/julia: Don't rely on file name to set module
name.
new 54721e7 gnu: julia-compat: Set file name according to standards.
new f7a98af gnu: julia-compat: Update to 3.25.0.
new eccd448 gnu: Add julia-orderedcollections.
new 6545cef gnu: Add julia-datastructures.
new 50f99cc gnu: Add julia-fixedpointnumbers.
new c0c21d7 gnu: Add julia-parsers.
new 20767b9 gnu: Add julia-adapt.
new fb634a0 gnu: Add julia-offsetarrays.
new dae521a gnu: Add julia-json.
new 95f72dc services: shepherd: Allow custom 'shepherd' package.
new b841524 guix system: Test 'extension-graph' and 'shepherd-graph'.
The 13 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/guix.texi | 24 ++++-
gnu/packages/julia-xyz.scm | 181 +++++++++++++++++++++++++++++++++++++-
gnu/services/shepherd.scm | 53 ++++++++---
gnu/system.scm | 10 ++-
guix/build-system/julia.scm | 6 +-
guix/build/julia-build-system.scm | 58 ++++++++----
guix/scripts/system.scm | 3 +-
tests/guix-system.sh | 4 +
8 files changed, 296 insertions(+), 43 deletions(-)
- branch master updated (0f27a97 -> b841524),
guix-commits <=
- 02/13: build-system/julia: Don't rely on file name to set module name., guix-commits, 2021/01/30
- 01/13: build-system/julia: Enable tests., guix-commits, 2021/01/30
- 04/13: gnu: julia-compat: Update to 3.25.0., guix-commits, 2021/01/30
- 09/13: gnu: Add julia-adapt., guix-commits, 2021/01/30
- 13/13: guix system: Test 'extension-graph' and 'shepherd-graph'., guix-commits, 2021/01/30
- 08/13: gnu: Add julia-parsers., guix-commits, 2021/01/30
- 10/13: gnu: Add julia-offsetarrays., guix-commits, 2021/01/30
- 05/13: gnu: Add julia-orderedcollections., guix-commits, 2021/01/30
- 03/13: gnu: julia-compat: Set file name according to standards., guix-commits, 2021/01/30
- 06/13: gnu: Add julia-datastructures., guix-commits, 2021/01/30