SPACK-19 no longer an issue. Removing libtool copy.

This commit is contained in:
Todd Gamblin 2014-10-10 09:21:31 -07:00
parent 41c46c2279
commit 1fcfb80bdd

View file

@ -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")