From 7f7b63d17f0db4cba179c90264db21b47fc4ac1d Mon Sep 17 00:00:00 2001 From: Chris Marsh Date: Fri, 24 May 2024 14:39:01 -0600 Subject: [PATCH] upoate build env --- CMake/FindGperftools.cmake | 1 + spack.yaml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CMake/FindGperftools.cmake b/CMake/FindGperftools.cmake index 741ff4ba..24ecc342 100644 --- a/CMake/FindGperftools.cmake +++ b/CMake/FindGperftools.cmake @@ -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}" ) diff --git a/spack.yaml b/spack.yaml index 7d7ae6e0..e1c4411c 100644 --- a/spack.yaml +++ b/spack.yaml @@ -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 @@ -28,7 +29,7 @@ spack: # - intel-tbb - eigen - meteoio - - func + - "func@master ~openmp" - "trilinos@15.0.0 +mpi" - jemalloc - "vtk@9.2:"