gnu: numactl: Update home page.
From the project mailing list[0]: “The old libnuma website hosted at oss.sgi.com is now gone as that website no longer exists. Everything for libnuma/numactl is now at GitHub [...]” [0]: https://www.spinics.net/lists/linux-numa/msg01178.html * gnu/packages/linux.scm (numactl)[source, home-page]: Update URIs.
This commit is contained in:
parent
9040ca1835
commit
0b4f876737
|
@ -1811,9 +1811,8 @@ compressed, transparent to other programs, without decompressing them.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"ftp://oss.sgi.com/www/projects/libnuma/download/numactl-"
|
"https://github.com/numactl/numactl/releases/download/v"
|
||||||
version
|
version "/" name "-" version ".tar.gz"))
|
||||||
".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qbqa9gac2vlahrngi553hws2mqgqdwv2lc69a3yx4gq6l90j325"))))
|
"0qbqa9gac2vlahrngi553hws2mqgqdwv2lc69a3yx4gq6l90j325"))))
|
||||||
|
@ -1826,7 +1825,7 @@ compressed, transparent to other programs, without decompressing them.")
|
||||||
;; NUMA is apparently not supported on armhf, see
|
;; NUMA is apparently not supported on armhf, see
|
||||||
;; http://www.spinics.net/lists/linux-numa/msg01157.html
|
;; http://www.spinics.net/lists/linux-numa/msg01157.html
|
||||||
(supported-systems (delete "armhf-linux" %supported-systems))
|
(supported-systems (delete "armhf-linux" %supported-systems))
|
||||||
(home-page "http://oss.sgi.com/projects/libnuma/")
|
(home-page "https://github.com/numactl/numactl")
|
||||||
(synopsis "Tools for non-uniform memory access (NUMA) machines")
|
(synopsis "Tools for non-uniform memory access (NUMA) machines")
|
||||||
(description
|
(description
|
||||||
"NUMA stands for Non-Uniform Memory Access, in other words a system whose
|
"NUMA stands for Non-Uniform Memory Access, in other words a system whose
|
||||||
|
|
Loading…
Reference in New Issue