all-library: add v0.9.3 (#48193)

This commit is contained in:
Christoph Junghans 2024-12-18 21:16:59 -07:00 committed by GitHub
parent 233e57c4bc
commit cdb0e80598
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,7 @@ class AllLibrary(CMakePackage):
license("BSD-3-Clause", checked_by="junghans")
version("master", branch="master")
version("0.9.3", sha256="378656548628172838fc8c7b8f4ac4e18b9e73f9a884c4197ad1c67f560112d7")
version("0.9.2", sha256="2b4ef52c604c3c0c467712d0912a33c82177610b67edc14df1e034779c6ddb71")
variant("fortran", default=False, description="Build with fortran support")