parmetis : used spack install method instead of shutil.copy

This commit is contained in:
alalazo 2016-01-12 14:55:29 +01:00
parent 30da85c3d8
commit da8b08b5fe

View file

@ -93,4 +93,4 @@ def install(self, spec, prefix):
make("install")
# Parmetis build system doesn't allow for an external metis to be used, but doesn't copy the required
# metis header either
shutil.copy(metis_header, join_path(self.prefix, 'include'))
install(metis_header, self.prefix.include)