Skip to content

Commit 3e1c379

Browse files
committed
added toplevel license
add package for feelpp #4
1 parent 5ec8b28 commit 3e1c379

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

var/spack/repos/builtin/packages/feelpp/package.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Copyright 2024 Université de Strasbourg
2+
# Spack Project Developers. See the top-level COPYRIGHT file for details.
3+
#
4+
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
5+
16
from spack.package import *
27

38

@@ -48,7 +53,7 @@ class Feelpp(CMakePackage):
4853
depends_on("[email protected] +mumps+hwloc+ptscotch +suite-sparse+hdf5 +hypre+kokkos")
4954
depends_on("llvm@18:", type="build") # Require LLVM (Clang) version 18 or higher
5055
depends_on("slepc")
51-
depends_on("mpi")
56+
depends_on("mpi") # Require MPI
5257
depends_on("[email protected]")
5358
depends_on("fftw")
5459
depends_on("libunwind")

0 commit comments

Comments
 (0)