summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/ftobjectlibrary/package.py
blob: d4efedac5924a57fab4b7cf18fb17be58cf90caf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2013-2023 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 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")