sosflow: add missing dependencies (#7182)
SOSflow depends on MPI and pkg-config, but neither of these dependencies are currently in the spack package, so this commit adds them.
This commit is contained in:
parent
ceb8963362
commit
45e78a42cf
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ class Sosflow(CMakePackage):
|
||||||
|
|
||||||
depends_on('libevpath')
|
depends_on('libevpath')
|
||||||
depends_on('sqlite@3:')
|
depends_on('sqlite@3:')
|
||||||
|
depends_on('pkgconfig')
|
||||||
|
depends_on('mpi')
|
||||||
|
|
||||||
def setup_environment(self, spack_env, run_env):
|
def setup_environment(self, spack_env, run_env):
|
||||||
spack_env.set('SOS_HOST_KNOWN_AS', 'SPACK-SOS-BUILD')
|
spack_env.set('SOS_HOST_KNOWN_AS', 'SPACK-SOS-BUILD')
|
||||||
|
|
Loading…
Reference in a new issue