diff --git a/CMakeLists.txt b/CMakeLists.txt index 77eaffce..017aae63 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -145,6 +145,7 @@ find_package(Boost filesystem date_time thread + chrono regex iostreams program_options diff --git a/spack.yaml b/spack.yaml index eca73fe5..0865cdaf 100644 --- a/spack.yaml +++ b/spack.yaml @@ -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:"