Skip to content

Commit

Permalink
upoate build env
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrismarsh committed May 24, 2024
1 parent 0a9ffed commit 7f7b63d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMake/FindGperftools.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# Gperftools_LIBRARIES - List of libraries when using Gperftools.
# Gperftools_FOUND - True if Gperftools found.

include (FindPackageHandleStandardArgs)

IF( DEFINED ENV{GperftoolsF_DIR} )
SET( GperftoolsF_DIR "$ENV{GperftoolsF_DIR}" )
Expand Down
3 changes: 2 additions & 1 deletion spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ spack:
when: '"darwin" in platform'
- tbb: [ intel-oneapi-tbb ]
when: '"linux" in platform'

specs:
- "boost@1.85.0: +system+filesystem+date_time+thread+regex+iostreams+program_options+mpi+serialization"
- cgal +header_only
Expand All @@ -28,7 +29,7 @@ spack:
# - intel-tbb
- eigen
- meteoio
- func
- "func@master ~openmp"
- "trilinos@15.0.0 +mpi"
- jemalloc
- "vtk@9.2:"
Expand Down

0 comments on commit 7f7b63d

Please sign in to comment.