summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/sp/package.py
blob: 5616c10cb80c40ffde0461e88d23c80dac7d24fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 Sp(CMakePackage):
    """The spectral transform library splib contains FORTRAN subprograms to be
    used for a variety of spectral transform functions."""

    homepage = "https://noaa-emc.github.io/NCEPLIBS-sp"
    url      = "https://github.com/NOAA-EMC/NCEPLIBS-sp/archive/refs/tags/v2.3.3.tar.gz"

    maintainers = ['t-brown']

    version('2.3.3', sha256='c0d465209e599de3c0193e65671e290e9f422f659f1da928505489a3edeab99f')