From 98f7dd08e69a9fda67795d9f232bff2e6740d6da Mon Sep 17 00:00:00 2001 From: Brian Han Date: Thu, 28 Mar 2024 12:11:56 -0700 Subject: [PATCH] no papi --- docker/tpl-ubuntu-clang.Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker/tpl-ubuntu-clang.Dockerfile b/docker/tpl-ubuntu-clang.Dockerfile index b68b468b..e13285ed 100644 --- a/docker/tpl-ubuntu-clang.Dockerfile +++ b/docker/tpl-ubuntu-clang.Dockerfile @@ -84,8 +84,7 @@ RUN git clone --branch feature/han12/spack_cleanup_recipes \ git submodule init scripts/uberenv && \ git submodule update && \ ./scripts/uberenv/uberenv.py \ - #--spec "%clang@${CLANG_MAJOR_VERSION} +docs ^caliper@2.10.0~gotcha~sampler~libunwind~libdw~papi" \ - --spec "%clang@${CLANG_MAJOR_VERSION} +docs" \ + --spec "%clang@${CLANG_MAJOR_VERSION} +docs ^caliper@2.10.0~gotcha~sampler~libunwind~libdw~papi" \ --spack-env-file=${SRC_DIR}/docker/spack.yaml \ --project-json=.uberenv_config.json \ --prefix ${GEOSX_TPL_DIR} \