summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/libmo-unpack/package.py
blob: 40d99ee0d8e61ba5e3d91e24a604633e571d98aa (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 LibmoUnpack(CMakePackage):
    """A library for handling the WGDOS and RLE compression schemes
    used in UM files."""

    homepage = "https://github.com/SciTools/libmo_unpack"
    url = "https://github.com/SciTools/libmo_unpack/archive/v3.1.2.tar.gz"

    license("BSD-3-Clause")

    version("3.1.2", sha256="e09ef3e6f1075144acc5d6466b4ef70b2fe32ed4ab1840dd4fb7e15a40f3d370")

    depends_on("check")