tamaas: new version 2.5.0 (#31501)

* tamaas: new version 2.5.0

* tamaas: do not build/install documentation

* tamaas: hash correction for v2.5.0.post1

Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>

Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
This commit is contained in:
Lucas Frérot 2022-07-15 19:49:11 +02:00 committed by GitHub
parent 17b6bb9d06
commit 914ce8508a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ class Tamaas(SConsPackage):
maintainers = ["prs513rosewood"]
version("master", branch="master")
version("2.5.0.post1", sha256="28e52dc5b8a5f77588c73a6ef396c44c6a8e9d77e3e4929a4ab07232dc9bc565")
version("2.4.0", sha256="38edba588ff3a6643523c28fb391e001dbafa9d0e58053b9e080eda70f8c71c9")
version("2.3.1", sha256="7d63e374cbc7b5b93578ece7be5c084d1c2f0dbe1d57c4f0c8abd5ff5fff9ab0")
version("2.3.0", sha256="0529e015c6cb5bbabaea5dce6efc5ec0f2aa76c00541f0d90ad0e2e3060a4520")
@ -61,6 +62,7 @@ def build_args(self, spec, prefix):
"real_type=double",
"integer_type=int",
"build_tests=False",
"doc_builders=none",
"prefix={}".format(prefix),
"BOOST_ROOT={}".format(spec['boost'].prefix),
"THRUST_ROOT={}".format(spec['thrust'].prefix),