FTObjectLibrary: new package (#24423)
Co-authored-by: Joe Schoonover <joe@fluidnumerics.com>
This commit is contained in:
parent
4985215072
commit
d3a1da8496
19
var/spack/repos/builtin/packages/ftobjectlibrary/package.py
Normal file
19
var/spack/repos/builtin/packages/ftobjectlibrary/package.py
Normal file
@ -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')
|
Loading…
Reference in New Issue
Block a user