spack/var/spack/repos/builtin/packages/lwgrp/package.py

19 lines
588 B
Python
Raw Normal View History

# 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)
2014-08-01 07:59:23 +08:00
from spack import *
2016-08-10 16:50:00 +08:00
class Lwgrp(AutotoolsPackage):
"""Thie light-weight group library provides process group
representations using O(log N) space and time."""
2014-08-01 07:59:23 +08:00
homepage = "https://github.com/hpc/lwgrp"
url = "https://github.com/hpc/lwgrp/releases/download/v1.0.2/lwgrp-1.0.2.tar.gz"
version('1.0.2', 'ab7ba3bdd8534a651da5076f47f27d8a')
2014-08-01 07:59:23 +08:00
depends_on('mpi')