diff --git a/docker/tpl-ubuntu-clang.Dockerfile b/docker/tpl-ubuntu-clang.Dockerfile index e13285ed..2088cf2c 100644 --- a/docker/tpl-ubuntu-clang.Dockerfile +++ b/docker/tpl-ubuntu-clang.Dockerfile @@ -69,7 +69,7 @@ RUN apt-get install -y --no-install-recommends \ # Clone branch with spack configs # TODO decide landing place of spack recipes -RUN git clone --branch feature/han12/spack_cleanup_recipes \ +RUN git clone --branch feature/han12/wip_docker_spack_recipes \ --depth 1 \ --single-branch \ https://github.com/GEOS-DEV/GEOS.git @@ -84,7 +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} ~openmp+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} \