slepc: use spack specified python in configure (#13207)

This commit is contained in:
Satish Balay 2019-10-13 19:56:27 -05:00 committed by Adam J. Stewart
parent 1f29785b88
commit 20c2fa62aa

View File

@ -93,7 +93,7 @@ def install(self, spec, prefix):
if '+blopex' in spec: if '+blopex' in spec:
options.append('--download-blopex') options.append('--download-blopex')
configure('--prefix=%s' % prefix, *options) python('configure', '--prefix=%s' % prefix, *options)
make('MAKE_NP=%s' % make_jobs, parallel=False) make('MAKE_NP=%s' % make_jobs, parallel=False)
if self.run_tests: if self.run_tests: