[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: xtensor: Update URIs.
From: |
guix-commits |
Subject: |
01/06: gnu: xtensor: Update URIs. |
Date: |
Sun, 8 Nov 2020 15:44:45 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 7c30e2348bfd1a8d33a79469bf1a87c717523a58
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Nov 8 22:16:49 2020 +0200
gnu: xtensor: Update URIs.
* gnu/packages/algebra.scm (xtensor)[source]: Update to new URI.
[home-page]: Same.
---
gnu/packages/algebra.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 2dca86c..735bf8a 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -1089,7 +1089,7 @@ features, and more.")
(source (origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/QuantStack/xtensor")
+ (url "https://github.com/xtensor-stack/xtensor")
(commit version)))
(sha256
(base32
@@ -1103,7 +1103,7 @@ features, and more.")
`(#:configure-flags
'("-DBUILD_TESTS=ON")
#:test-target "xtest"))
- (home-page "https://quantstack.net/xtensor")
+ (home-page "https://xtensor.readthedocs.io/en/latest/")
(synopsis "C++ tensors with broadcasting and lazy computing")
(description "xtensor is a C++ library meant for numerical analysis with
multi-dimensional array expressions.
- branch master updated (b6ecc73 -> 465ef8f), guix-commits, 2020/11/08
- 05/06: gnu: aspell-dict-pl: Fix source URI., guix-commits, 2020/11/08
- 02/06: gnu: hunspell-dict: Update source URI., guix-commits, 2020/11/08
- 03/06: gnu: aspell-dict-mi: Fix source location., guix-commits, 2020/11/08
- 04/06: gnu: aspell-dict-nn: Fix source URI., guix-commits, 2020/11/08
- 01/06: gnu: xtensor: Update URIs.,
guix-commits <=
- 06/06: gnu: rgbds: Update source URI., guix-commits, 2020/11/08