Skip to content

Commit 7da99bb

Browse files
committed
Merge branch 'binary_packages' of github.com:gartung/spack into binary_packages
2 parents 6e99a79 + 9eb6e1a commit 7da99bb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/spack/spack/package.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,6 +1238,9 @@ def build_process(input_stream):
12381238
spack.hooks.pre_install(self)
12391239
if fake or install_binary:
12401240
self.do_fake_install()
1241+
if install_binary :
1242+
spack.binary_distribution.extract_tarball(self)
1243+
spack.binary_distribution.relocate_package(self)
12411244
else:
12421245
# Do the real install in the source directory.
12431246
self.stage.chdir_to_source()

0 commit comments

Comments
 (0)