summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/thermo4pfm/package.py
blob: 421fc050281468c0d1172824afc4e0364cfe1eb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2013-2024 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 Thermo4pfm(CMakePackage):
    """Library to evaluate alloy compositions in Phase-Field models"""

    homepage = "https://github.com/ORNL/Thermo4PFM"
    url = "https://github.com/ORNL/Thermo4PFM/archive/refs/tags/v1.1.1.tar.gz"

    maintainers("jeanlucf22")

    license("BSD-3-Clause")

    version("1.1.1", sha256="cff3c83405224a39bb34c57e444e208e94c6782d84303acd0588d1dfa61513a1")

    depends_on("boost")