memkind: parallel = false (#37566)
This commit is contained in:
parent
44b51acb7b
commit
af0f094292
@ -42,6 +42,9 @@ class Memkind(AutotoolsPackage):
|
|||||||
# <https://github.com/memkind/memkind#jemalloc>.
|
# <https://github.com/memkind/memkind#jemalloc>.
|
||||||
conflicts("jemalloc")
|
conflicts("jemalloc")
|
||||||
|
|
||||||
|
# https://github.com/spack/spack/issues/37292
|
||||||
|
parallel = False
|
||||||
|
|
||||||
def patch(self):
|
def patch(self):
|
||||||
with open("VERSION", "w") as version_file:
|
with open("VERSION", "w") as version_file:
|
||||||
version_file.write("{0}\n".format(self.version))
|
version_file.write("{0}\n".format(self.version))
|
||||||
|
Loading…
Reference in New Issue
Block a user