flann: fix missing dependencies (#14022)
This commit is contained in:
parent
969bc948b5
commit
31b45d40d9
1 changed files with 2 additions and 2 deletions
|
@ -68,13 +68,13 @@ def url_for_version(self, version):
|
|||
depends_on("boost+mpi+system+serialization+thread", when="+mpi ^hdf5+mpi")
|
||||
|
||||
# Doc deps
|
||||
depends_on("latex", when="+doc")
|
||||
depends_on("texlive", when="+doc")
|
||||
|
||||
# Example uses hdf5.
|
||||
depends_on("hdf5", when="+examples")
|
||||
|
||||
depends_on('hdf5', type='test')
|
||||
depends_on('gtest', type='test')
|
||||
depends_on('googletest', type='test')
|
||||
|
||||
# See: https://github.com/mariusmuja/flann/issues/369
|
||||
patch('linux-gcc-cmakev3.11-plus.patch', when='%gcc^cmake@3.11:')
|
||||
|
|
Loading…
Reference in a new issue