qmcpack: set python3 executable explicitly (#32900)

This commit is contained in:
Massimiliano Culpo 2022-09-30 09:43:15 +02:00 committed by GitHub
parent e31f8da021
commit cf0c4523f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -370,6 +370,7 @@ def cmake_args(self):
else:
args.append("-DBUILD_PPCONVERT=0")
args.append(self.define("Python3_EXECUTABLE", self.spec["python"].command.path))
return args
# QMCPACK needs custom install method for the following reason: