Added a new version (#33002)

This commit is contained in:
Brian Van Essen 2022-10-05 01:29:36 -07:00 committed by GitHub
parent 316b620a05
commit 15e0e15c90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ class Veclibfort(Package):
git = "https://github.com/mcg1969/vecLibFort.git"
version("develop", branch="master")
version("0.4.3", sha256="fe9e7e0596bfb4aa713b2273b21e7d96c0d7a6453ee4b214a8a50050989d5586")
version("0.4.2", sha256="c61316632bffa1c76e3c7f92b11c9def4b6f41973ecf9e124d68de6ae37fbc85")
variant("shared", default=True, description="Build shared libraries as well as static libs.")