From 1fcfb80bdd688775e30660c7a777a368dd8fcc71 Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Fri, 10 Oct 2014 09:21:31 -0700 Subject: [PATCH] SPACK-19 no longer an issue. Removing libtool copy. --- var/spack/packages/stat/package.py | 4 ---- 1 file changed, 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 @@ 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")