SPACK-19 no longer an issue. Removing libtool copy.
This commit is contained in:
		@@ -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")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user