Skip to content

Commit

Permalink
hopefully last style change
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 ca81a77 commit 5ec8b28
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions var/spack/repos/builtin/packages/feelpp/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ class Feelpp(CMakePackage):

# Specify dependencies with the required versions
depends_on("[email protected]:", type="build") # Require CMake > 3.21
depends_on(
"[email protected]: +filesystem+iostreams+mpi+multithreaded+shared"
)
depends_on("[email protected]: +filesystem+iostreams+mpi+multithreaded+shared")
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")
Expand Down

0 comments on commit 5ec8b28

Please sign in to comment.