memkind: parallel = false (#37566)

This commit is contained in:
eugeneswalker 2023-05-09 11:04:54 -05:00 committed by GitHub
parent 44b51acb7b
commit af0f094292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,9 @@ class Memkind(AutotoolsPackage):
# <https://github.com/memkind/memkind#jemalloc>.
conflicts("jemalloc")
# https://github.com/spack/spack/issues/37292
parallel = False
def patch(self):
with open("VERSION", "w") as version_file:
version_file.write("{0}\n".format(self.version))