From 39a1f1462b0abf12dfaccd33f84142c852c4b56e Mon Sep 17 00:00:00 2001 From: Stephen Sachs Date: Wed, 16 Nov 2022 13:36:25 -0600 Subject: SIP build system: fix "python not defined in builder" (#33906) Co-authored-by: Stephen Sachs --- lib/spack/spack/build_systems/sip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/spack/build_systems/sip.py b/lib/spack/spack/build_systems/sip.py index b129ca4e0a..f70daf2724 100644 --- a/lib/spack/spack/build_systems/sip.py +++ b/lib/spack/spack/build_systems/sip.py @@ -157,7 +157,7 @@ class SIPBuilder(BaseBuilder): ] ) - self.python(configure, *args) + self.pkg.python(configure, *args) def configure_args(self): """Arguments to pass to configure.""" -- cgit v1.2.3-70-g09d2