Skip to content

Commit

Permalink
added toplevel license
Browse files Browse the repository at this point in the history
add package for feelpp #4
  • Loading branch information
prudhomm committed Sep 14, 2024
1 parent 5ec8b28 commit 3e1c379
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion var/spack/repos/builtin/packages/feelpp/package.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright 2024 Université de Strasbourg
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack.package import *


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

0 comments on commit 3e1c379

Please sign in to comment.