2019-01-01 14:04:23 +08:00
|
|
|
# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
|
2018-10-08 04:52:23 +08:00
|
|
|
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
2016-06-16 15:56:53 +08:00
|
|
|
#
|
2018-10-08 04:52:23 +08:00
|
|
|
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
|
|
|
|
2016-06-16 15:56:53 +08:00
|
|
|
from spack import *
|
|
|
|
|
2016-08-10 16:50:00 +08:00
|
|
|
|
2017-01-19 02:34:09 +08:00
|
|
|
class LibpthreadStubs(AutotoolsPackage):
|
2016-06-16 15:56:53 +08:00
|
|
|
"""The libpthread-stubs package provides weak aliases for pthread
|
2016-10-12 00:42:20 +08:00
|
|
|
functions not provided in libc or otherwise available by default."""
|
2016-06-16 15:56:53 +08:00
|
|
|
|
2016-10-12 00:42:20 +08:00
|
|
|
homepage = "https://xcb.freedesktop.org/"
|
2017-04-27 05:27:46 +08:00
|
|
|
url = "https://xcb.freedesktop.org/dist/libpthread-stubs-0.4.tar.gz"
|
2016-10-12 00:42:20 +08:00
|
|
|
|
2019-10-11 13:44:41 +08:00
|
|
|
version('0.4', sha256='50d5686b79019ccea08bcbd7b02fe5a40634abcfd4146b6e75c6420cc170e9d9')
|
|
|
|
version('0.3', sha256='3031f466cf0b06de6b3ccbf2019d15c4fcf75229b7d226a711bc1885b3a82cde')
|