fastor: add git attribute, verify language dependency (#45549)

This commit is contained in:
Wouter Deconinck 2024-08-05 11:56:36 -05:00 committed by GitHub
parent b9125ae3e7
commit 02063302c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,7 @@ class Fastor(CMakePackage):
homepage = "https://github.com/romeric/Fastor"
url = "https://github.com/romeric/Fastor/archive/refs/tags/V0.6.4.tar.gz"
git = "https://github.com/romeric/Fastor.git"
maintainers("wdconinc")
@ -19,7 +20,7 @@ class Fastor(CMakePackage):
version("0.6.4", sha256="c97a3b9dbb92413be90689af9d942cddee12a74733cf42f1a8014965553a11f8")
depends_on("cxx", type="build") # generated
depends_on("cxx", type="build")
depends_on("cmake@3.20:", type="build")