From f8e0f4251d6aad243d9bdad792eb90c6170dc0c9 Mon Sep 17 00:00:00 2001 From: plamborn Date: Fri, 24 Jan 2020 19:20:02 -0700 Subject: libhio: remove autoreconf method (#14283) The autoreconf is not necessary and can cause errors. --- var/spack/repos/builtin/packages/libhio/package.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/var/spack/repos/builtin/packages/libhio/package.py b/var/spack/repos/builtin/packages/libhio/package.py index 352a2d5a2a..42ef377a5a 100644 --- a/var/spack/repos/builtin/packages/libhio/package.py +++ b/var/spack/repos/builtin/packages/libhio/package.py @@ -49,10 +49,6 @@ class Libhio(AutotoolsPackage): patch('0001-hdf5-make-docs-optional.patch', when="@1.4.1.0") patch('0001-spack-fix-for-spack-to-work-on-non-cray-systems.patch', when="@1.4.1.2") - def autoreconf(self, spec, prefix): - autoreconf = which('autoreconf') - autoreconf('-ifv') - def configure_args(self): spec = self.spec args = [] -- cgit v1.2.3-70-g09d2