1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: memkind: Disable parallel build.

* gnu/packages/disk.scm (memkind)[arguments]: Add '#:parallel-build? #f'.

Change-Id: I64f92c2a23e48eb7a131048ca1da3784416546e4
This commit is contained in:
宋文武
2024-06-20 09:14:00 +08:00
committed by Ludovic Courtès
parent fe88550267
commit 547c19ed52

View File

@@ -1466,6 +1466,7 @@ that support this feature).")
`(#:configure-flags
(list (string-append "--docdir=" (assoc-ref %outputs "out")
"/share/doc/" ,name "-" ,version))
#:parallel-build? #f ;fails otherwise
#:tests? #f ; Tests require a NUMA-enabled system.
#:phases
(modify-phases %standard-phases