qmcpack: set python3 executable explicitly (#32900)
This commit is contained in:
parent
e31f8da021
commit
cf0c4523f3
@ -370,6 +370,7 @@ def cmake_args(self):
|
|||||||
else:
|
else:
|
||||||
args.append("-DBUILD_PPCONVERT=0")
|
args.append("-DBUILD_PPCONVERT=0")
|
||||||
|
|
||||||
|
args.append(self.define("Python3_EXECUTABLE", self.spec["python"].command.path))
|
||||||
return args
|
return args
|
||||||
|
|
||||||
# QMCPACK needs custom install method for the following reason:
|
# QMCPACK needs custom install method for the following reason:
|
||||||
|
Loading…
Reference in New Issue
Block a user