summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorJoseph Schoonover <11430768+schoonovernumerics@users.noreply.github.com>2021-06-23 22:55:28 -0600
committerGitHub <noreply@github.com>2021-06-23 22:55:28 -0600
commitd3a1da8496e3c7ec562a12f03f163c4b84bc85cb (patch)
tree46f82ac6b8bbe46d7c5e065c1a3325a24504aca9 /var
parent49852150723971c5412345573a3a4dc22999620f (diff)
downloadspack-d3a1da8496e3c7ec562a12f03f163c4b84bc85cb.tar.gz
spack-d3a1da8496e3c7ec562a12f03f163c4b84bc85cb.tar.bz2
spack-d3a1da8496e3c7ec562a12f03f163c4b84bc85cb.tar.xz
spack-d3a1da8496e3c7ec562a12f03f163c4b84bc85cb.zip
FTObjectLibrary: new package (#24423)
Co-authored-by: Joe Schoonover <joe@fluidnumerics.com>
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/ftobjectlibrary/package.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/ftobjectlibrary/package.py b/var/spack/repos/builtin/packages/ftobjectlibrary/package.py
new file mode 100644
index 0000000000..91cbd1a800
--- /dev/null
+++ b/var/spack/repos/builtin/packages/ftobjectlibrary/package.py
@@ -0,0 +1,19 @@
+# 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 Ftobjectlibrary(CMakePackage):
+ """FTObjectLibrary provides a collection of reference counted Fortran 2003
+ classes to facilitate writing generic object oriented Fortran programs. """
+
+ homepage = "https://github.com/trixi-framework/FTObjectLibrary"
+ url = "https://github.com/trixi-framework/FTObjectLibrary"
+ git = "https://github.com/trixi-framework/FTObjectLibrary.git"
+
+ maintainers = ['schoonovernumerics']
+
+ version('main', branch='main')