diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2014-10-10 09:21:31 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2014-10-10 09:23:28 -0700 |
commit | 1fcfb80bdd688775e30660c7a777a368dd8fcc71 (patch) | |
tree | c2ef59869136ff314b7c9083de27526ce83e8e0d | |
parent | 41c46c22790803534f755168639484985b29c88a (diff) | |
download | spack-1fcfb80bdd688775e30660c7a777a368dd8fcc71.tar.gz spack-1fcfb80bdd688775e30660c7a777a368dd8fcc71.tar.bz2 spack-1fcfb80bdd688775e30660c7a777a368dd8fcc71.tar.xz spack-1fcfb80bdd688775e30660c7a777a368dd8fcc71.zip |
SPACK-19 no longer an issue. Removing libtool copy.
-rw-r--r-- | var/spack/packages/stat/package.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/var/spack/packages/stat/package.py b/var/spack/packages/stat/package.py index 956b0dcc8c..5df07975f7 100644 --- a/var/spack/packages/stat/package.py +++ b/var/spack/packages/stat/package.py @@ -27,9 +27,5 @@ class Stat(Package): "--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") |