abyss: added missing libtool dependency (#7054)
This commit is contained in:
parent
0d5ad7d843
commit
b59c3bcf02
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ class Abyss(AutotoolsPackage):
|
|||
depends_on('boost@:1.50.0,1.53.0:1.59.0', when='@:1.5.2')
|
||||
depends_on('sparsehash')
|
||||
depends_on('sqlite')
|
||||
depends_on('libtool')
|
||||
|
||||
conflicts('^intel-mpi')
|
||||
conflicts('^intel-parallel-studio+mpi')
|
||||
|
|
Loading…
Reference in a new issue