From 9a1fd166aa29e014f24e7b590e24713f19c314fe Mon Sep 17 00:00:00 2001 From: Gregory Lee Date: Fri, 25 Aug 2017 10:55:41 -0700 Subject: patch config.guess for any ppc64le arch (#5215) --- lib/spack/spack/build_systems/autotools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/spack/build_systems/autotools.py b/lib/spack/spack/build_systems/autotools.py index 230e12e1f8..e11127e4ed 100644 --- a/lib/spack/spack/build_systems/autotools.py +++ b/lib/spack/spack/build_systems/autotools.py @@ -103,7 +103,7 @@ class AutotoolsPackage(PackageBase): build date (automake 1.13.4).""" if not self.patch_config_guess or not self.spec.satisfies( - 'arch=linux-rhel7-ppc64le' + 'target=ppc64le' ): return my_config_guess = None -- cgit v1.2.3-70-g09d2