summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2014-10-10 09:21:31 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2014-10-10 09:23:28 -0700
commit1fcfb80bdd688775e30660c7a777a368dd8fcc71 (patch)
treec2ef59869136ff314b7c9083de27526ce83e8e0d /var
parent41c46c22790803534f755168639484985b29c88a (diff)
downloadspack-1fcfb80bdd688775e30660c7a777a368dd8fcc71.tar.gz
spack-1fcfb80bdd688775e30660c7a777a368dd8fcc71.tar.bz2
spack-1fcfb80bdd688775e30660c7a777a368dd8fcc71.tar.xz
spack-1fcfb80bdd688775e30660c7a777a368dd8fcc71.zip
SPACK-19 no longer an issue. Removing libtool copy.
Diffstat (limited to 'var')
-rw-r--r--var/spack/packages/stat/package.py4
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")