mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ucx: Fix building on powerpc64le-linux.
* gnu/packages/fabric-management.scm (ucx)[source]: Add snippet to add missing include file. Change-Id: I65a0d6e57a2728013030f3f344305744fa913390
This commit is contained in:
parent
2348283dab
commit
d767459ba3
1 changed files with 7 additions and 1 deletions
|
@ -195,7 +195,13 @@ testing InfiniBand networks.")
|
||||||
(patches (search-patches "ucx-tcp-iface-ioctl.patch"))
|
(patches (search-patches "ucx-tcp-iface-ioctl.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09182kx60kq7iyjyz3mpcrgp1mm0lnpc0f4hd4hlw5yyabkxrpa1"))))
|
"09182kx60kq7iyjyz3mpcrgp1mm0lnpc0f4hd4hlw5yyabkxrpa1"))
|
||||||
|
(snippet
|
||||||
|
;; As seen in commit b0a275a5492125a13020cd095fe9934e0b5e7c6a.
|
||||||
|
#~(begin (use-modules (guix build utils))
|
||||||
|
(substitute* "src/ucs/time/time.h"
|
||||||
|
(("#include <limits.h>")
|
||||||
|
"#include <limits.h>\n#include <math.h>"))))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue