byfl: fix llvm dep (#43460)

This commit is contained in:
Christoph Junghans 2024-04-03 11:39:06 -06:00 committed by GitHub
parent f020256b9f
commit ec00ffc244
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,4 +18,5 @@ class Byfl(CMakePackage):
version("1.8.0", sha256="45a9640ba2d77153a425c72349c18b124754123b30c411707b71abd217bbfce0")
depends_on("llvm@:13.9999")
# llvm-13 builds, but doesnt work
depends_on("llvm@:12.9999")