summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/npth/package.py
blob: 59375b959f03a2f479104b73fd2105dcaee14f44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack import *


class Npth(AutotoolsPackage):
    """nPth is a library to provide the GNU Pth API and thus a
       non-preemptive threads implementation."""

    homepage = "https://gnupg.org/software/npth/index.html"
    url = "https://gnupg.org/ftp/gcrypt/npth/npth-1.5.tar.bz2"

    version('1.5', '9ba2dc4302d2f32c66737c43ed191b1b')
    version('1.4', '76cef5542e0db6a339cf960641ed86f8')