
New version has new dependencies (which are also added here as new packages): * perl-mce * perl-threads * perl-thread-queue The new version of genemark-et also has a different URL scheme.
16 lines
538 B
Python
16 lines
538 B
Python
# Copyright 2013-2021 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 PerlThreads(PerlPackage):
|
|
"""threads - Perl interpreter-based threads"""
|
|
|
|
homepage = "https://metacpan.org/pod/threads"
|
|
url = "https://cpan.metacpan.org/authors/id/J/JD/JDHEDDEN/threads-2.21.tar.gz"
|
|
|
|
version('2.21', sha256='28394c98a2bcae6f20ffb8a3d965a1c194b764c650169e2050ee38dbaa10f110')
|