summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/thermo4pfm/package.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/thermo4pfm/package.py b/var/spack/repos/builtin/packages/thermo4pfm/package.py
new file mode 100644
index 0000000000..8eec3134d1
--- /dev/null
+++ b/var/spack/repos/builtin/packages/thermo4pfm/package.py
@@ -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")