summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/c-lime/package.py
blob: 57693c891016182e5018281131db51f3d640d1c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2013-2023 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.package import *


class CLime(AutotoolsPackage):
    """LIME (which can stand for Lattice QCD Interchange Message Encapsulation
    or more generally, Large Internet Message Encapsulation) is a simple
    packaging scheme for combining records containing ASCII and/or binary
    data."""

    homepage = "https://usqcd-software.github.io/c-lime/"
    url = "https://github.com/usqcd-software/c-lime/archive/qio2-3-9.tar.gz"

    license("GPL-2.0-or-later")

    version("2-3-9", sha256="7b9aeadd4dfec50e24da3e7e729f56abf95c9192612c41515fe27b2158773aac")