Skip to content
Snippets Groups Projects
Unverified Commit f0e5568a authored by Gregor Olenik's avatar Gregor Olenik Committed by GitHub
Browse files

neofoam: new package (#47214)


* add neofoam package.py

* add Henning as second maintainer

* format file

* fixup! SPDX License entry

* Apply suggestions from code review

Co-authored-by: default avatarWouter Deconinck <wdconinc@gmail.com>

* Update var/spack/repos/builtin/packages/neofoam/package.py

Co-authored-by: default avatarWouter Deconinck <wdconinc@gmail.com>

---------

Co-authored-by: default avatarWouter Deconinck <wdconinc@gmail.com>
parent 1a1f0aa0
No related branches found
No related tags found
No related merge requests found
# Copyright Spack Project Developers. See COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack.package import *
class Neofoam(CMakePackage):
"""NeoFOAM is a WIP prototype of a modern CFD core."""
homepage = "https://github.com/exasim-project/NeoFOAM"
git = "https://github.com/exasim-project/NeoFOAM.git"
maintainers("greole", "HenningScheufler")
license("MIT", checked_by="greole")
version("main", branch="main")
depends_on("c", type="build")
depends_on("cxx", type="build")
depends_on("mpi")
depends_on("kokkos@4.3.0")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment