llvm: add missing pkgconfig dependency (#19982)
When building llvm with CUDA support, it needs to find libffi. Without pkg-config, libffi will not be found.
This commit is contained in:
parent
db9b7a509a
commit
dd54cb4c7a
@ -140,6 +140,7 @@ class Llvm(CMakePackage, CudaPackage):
|
||||
depends_on("cmake@3.4.3:", type="build")
|
||||
depends_on("python@2.7:2.8", when="@:4.999 ~python", type="build")
|
||||
depends_on("python", when="@5: ~python", type="build")
|
||||
depends_on("pkgconfig", type="build")
|
||||
|
||||
# Universal dependency
|
||||
depends_on("python@2.7:2.8", when="@:4.999+python")
|
||||
|
Loading…
Reference in New Issue
Block a user