forked from spack/spack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add package for feelpp #4
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 * | ||
|
||
|
||
|
@@ -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") | ||
|