slepc: use spack specified python in configure (#13207)
This commit is contained in:
parent
1f29785b88
commit
20c2fa62aa
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user