memkind: conflicts with jemalloc (#30070)
This commit is contained in:
parent
2db545ffdc
commit
359229f5f8
@ -38,6 +38,10 @@ class Memkind(AutotoolsPackage):
|
||||
depends_on('m4', type='build')
|
||||
depends_on('numactl')
|
||||
|
||||
# memkind includes a copy of jemalloc; see
|
||||
# <https://github.com/memkind/memkind#jemalloc>.
|
||||
conflicts('jemalloc')
|
||||
|
||||
def patch(self):
|
||||
with open('VERSION', 'w') as version_file:
|
||||
version_file.write('{0}\n'.format(self.version))
|
||||
|
Loading…
Reference in New Issue
Block a user