Open3D: add missing LLVM dep (#28334)

This commit is contained in:
Adam J. Stewart
2022-01-11 07:32:34 -06:00
committed by GitHub
parent 67d9abb5f1
commit 2ea8abef34

View File

@@ -22,6 +22,8 @@ class Open3d(CMakePackage, CudaPackage):
# http://www.open3d.org/docs/latest/compilation.html # http://www.open3d.org/docs/latest/compilation.html
depends_on('cmake@3.19:', type='build') depends_on('cmake@3.19:', type='build')
# https://github.com/isl-org/Open3D/issues/3762
depends_on('llvm')
# depends_on('eigen') # depends_on('eigen')
# depends_on('flann') # depends_on('flann')
# depends_on('fmt') # depends_on('fmt')