Skip to content

Commit 7650ce0

Browse files
committed
Added boost to AD spack package dependencies
1 parent 82acc82 commit 7650ce0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • spack/repo/chimbuko/packages/chimbuko-performance-analysis

spack/repo/chimbuko/packages/chimbuko-performance-analysis/package.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ class ChimbukoPerformanceAnalysis(AutotoolsPackage):
2525
depends_on('libzmq')
2626
depends_on('mochi-sonata')
2727
depends_on('curl')
28+
depends_on('boost')
2829

2930
depends_on('autoconf', type='build')
3031
depends_on('automake', type='build')
3132
depends_on('libtool', type='build')
3233
depends_on('m4', type='build')
3334

35+
3436
def setup_environment(self, spack_env, run_env):
3537
spack_env.set('CXX', self.spec['mpi'].mpicxx)
3638

0 commit comments

Comments
 (0)