Skip to content

Commit

Permalink
chrono is required for thread on macos, and sometimes linux. Just req…
Browse files Browse the repository at this point in the history
…uest it for safety
  • Loading branch information
Chrismarsh committed Jun 14, 2024
1 parent 7d2d6be commit e69c657
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ find_package(Boost
filesystem
date_time
thread
chrono
regex
iostreams
program_options
Expand Down
8 changes: 4 additions & 4 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ spack:
definitions:
# - vtk: [ vtk@9.2.6 ]
# when: '"ubuntu" not in os'
## has a compilation error in llvm when enabled
# - vtk: [ vtk@9.2.6 ^mesa~llvm ]
# when: '"ubuntu" in os'
# has a compilation error in llvm when enabled
- vtk: [ vtk@9.2.6 ^mesa~llvm ]
when: '"linux" in platform'
- tbb: [intel-tbb]
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"
- "boost@1.85.0: +system+filesystem+date_time+thread+chrono+regex+iostreams+program_options+mpi+serialization"
- cgal +header_only
- hdf5 +cxx
- "netcdf-cxx4@4.3:"
Expand Down

0 comments on commit e69c657

Please sign in to comment.