SPACK-19 no longer an issue. Removing libtool copy.
This commit is contained in:
parent
41c46c2279
commit
1fcfb80bdd
1 changed files with 0 additions and 4 deletions
|
@ -27,9 +27,5 @@ def install(self, spec, prefix):
|
|||
"--with-stackwalker=%s" % spec['dyninst'].prefix,
|
||||
"--with-libdwarf=%s" % spec['libdwarf'].prefix)
|
||||
|
||||
# TODO: remove once SPACK-19 is fixed
|
||||
import shutil
|
||||
shutil.copy2('/usr/bin/libtool', 'libtool')
|
||||
|
||||
make(parallel=False)
|
||||
make("install")
|
||||
|
|
Loading…
Reference in a new issue