SPACK-19 no longer an issue. Removing libtool copy.
This commit is contained in:
parent
41c46c2279
commit
1fcfb80bdd
@ -27,9 +27,5 @@ def install(self, spec, prefix):
|
|||||||
"--with-stackwalker=%s" % spec['dyninst'].prefix,
|
"--with-stackwalker=%s" % spec['dyninst'].prefix,
|
||||||
"--with-libdwarf=%s" % spec['libdwarf'].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(parallel=False)
|
||||||
make("install")
|
make("install")
|
||||||
|
Loading…
Reference in New Issue
Block a user