qthreads: New version 1.16 (#21159)

This commit is contained in:
Erik Schnetter 2021-01-26 12:53:46 -05:00 committed by GitHub
parent 90009d67a9
commit 325510da5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,7 @@ class Qthreads(AutotoolsPackage):
test_base_path = 'test/basics/'
test_list = ['hello_world_multi', 'hello_world']
version('1.16', sha256='0a95e20b08cb486de6c33bff16590f41e444ca64ab738aee697ef982fbb021d8')
version('1.15', sha256='3ac2dc24debff004a2998933de5724b1e14e1ae262fa9942acbb01f77819a23b')
version("1.14", sha256="16f15e5b2e35b6329a857d24c283a1e43cd49921ee49a1446d4f31bf9c6f5cf9")
version("1.12", sha256="2c13a5f6f45bc2f22038d272be2e748e027649d3343a9f824da9e86a88b594c9")
@ -61,7 +62,8 @@ class Qthreads(AutotoolsPackage):
description='Specify number of bytes to use in a stack',
values=is_integer)
depends_on("hwloc@1.0:1.99", when="+hwloc")
depends_on("hwloc@1.0:1.99", when="@:1.15 +hwloc")
depends_on("hwloc@1.5:2.99", when="@1.16: +hwloc")
def configure_args(self):
spec = self.spec