Thermo4PFM: new package (#34287)
This commit is contained in:
parent
65809140f3
commit
359efca201
19
var/spack/repos/builtin/packages/thermo4pfm/package.py
Normal file
19
var/spack/repos/builtin/packages/thermo4pfm/package.py
Normal 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")
|
Loading…
Reference in New Issue
Block a user