parmetis : used spack install method instead of shutil.copy
This commit is contained in:
parent
30da85c3d8
commit
da8b08b5fe
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue