Skip to content
Snippets Groups Projects
Commit 40407925 authored by Erik Schnetter's avatar Erik Schnetter Committed by Todd Gamblin
Browse files

Update Qthreads to 1.11 (#1863)

parent 295742e2
Branches
Tags
No related merge requests found
...@@ -39,10 +39,11 @@ class Qthreads(Package): ...@@ -39,10 +39,11 @@ class Qthreads(Package):
homepage = "http://www.cs.sandia.gov/qthreads/" homepage = "http://www.cs.sandia.gov/qthreads/"
url = "https://github.com/Qthreads/qthreads/releases/download/1.10/qthread-1.10.tar.bz2" url = "https://github.com/Qthreads/qthreads/releases/download/1.10/qthread-1.10.tar.bz2"
version("1.11", "68b5f9a41cfd1a2ac112cc4db0612326")
version("1.10", "d1cf3cf3f30586921359f7840171e551") version("1.10", "d1cf3cf3f30586921359f7840171e551")
patch("restrict.patch") patch("restrict.patch", when="@:1.10")
patch("trap.patch") patch("trap.patch", when="@:1.10")
depends_on("hwloc") depends_on("hwloc")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment