fix for issue #8845 (#8988)

This commit is contained in:
rvinaybharadwaj 2018-08-16 13:22:45 -06:00 committed by Christoph Junghans
parent cde5116bb2
commit 2f8168c778

View File

@ -62,7 +62,7 @@ def install(self, spec, prefix):
cc = spec['mpi'].mpicc
# Install Nekbone in prefix.bin
install_tree("../Nekbone", prefix.bin.Nekbone)
install_tree(self.stage.source_path, prefix.bin.Nekbone)
# Install scripts in prefix.bin
nekpmpi = 'test/example1/nekpmpi'