Thermo4PFM: new package (#34287)

This commit is contained in:
Jean-Luc Fattebert 2022-12-05 06:03:44 -05:00 committed by GitHub
parent 65809140f3
commit 359efca201
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,19 @@
# Copyright 2013-2022 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"]
version("1.1.1", sha256="cff3c83405224a39bb34c57e444e208e94c6782d84303acd0588d1dfa61513a1")
depends_on("boost")