byfl: fix llvm dep (#43460)
This commit is contained in:
parent
f020256b9f
commit
ec00ffc244
1 changed files with 2 additions and 1 deletions
|
@ -18,4 +18,5 @@ class Byfl(CMakePackage):
|
||||||
|
|
||||||
version("1.8.0", sha256="45a9640ba2d77153a425c72349c18b124754123b30c411707b71abd217bbfce0")
|
version("1.8.0", sha256="45a9640ba2d77153a425c72349c18b124754123b30c411707b71abd217bbfce0")
|
||||||
|
|
||||||
depends_on("llvm@:13.9999")
|
# llvm-13 builds, but doesn’t work
|
||||||
|
depends_on("llvm@:12.9999")
|
||||||
|
|
Loading…
Reference in a new issue