We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e99a79 + 9eb6e1a commit 7da99bbCopy full SHA for 7da99bb
1 file changed
lib/spack/spack/package.py
@@ -1238,6 +1238,9 @@ def build_process(input_stream):
1238
spack.hooks.pre_install(self)
1239
if fake or install_binary:
1240
self.do_fake_install()
1241
+ if install_binary :
1242
+ spack.binary_distribution.extract_tarball(self)
1243
+ spack.binary_distribution.relocate_package(self)
1244
else:
1245
# Do the real install in the source directory.
1246
self.stage.chdir_to_source()
0 commit comments