mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 18:56:43 +01:00
gnu: xtensor: Update URIs.
* gnu/packages/algebra.scm (xtensor)[source]: Update to new URI. [home-page]: Same.
This commit is contained in:
parent
b6ecc7323a
commit
7c30e2348b
1 changed files with 2 additions and 2 deletions
|
@ -1089,7 +1089,7 @@ (define-public xtensor
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/QuantStack/xtensor")
|
(url "https://github.com/xtensor-stack/xtensor")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -1103,7 +1103,7 @@ (define-public xtensor
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
'("-DBUILD_TESTS=ON")
|
'("-DBUILD_TESTS=ON")
|
||||||
#:test-target "xtest"))
|
#: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")
|
(synopsis "C++ tensors with broadcasting and lazy computing")
|
||||||
(description "xtensor is a C++ library meant for numerical analysis with
|
(description "xtensor is a C++ library meant for numerical analysis with
|
||||||
multi-dimensional array expressions.
|
multi-dimensional array expressions.
|
||||||
|
|
Loading…
Reference in a new issue