From f632759e35c3737145bd750c4fd97a887fa0300a Mon Sep 17 00:00:00 2001 From: Simon Pintarelli Date: Fri, 13 Dec 2024 12:49:22 +0100 Subject: [PATCH] spack external find --exlucde=openssl doesn't like openssl@3.0.13 (from external deps) --- ci/baseimage.cuda.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/baseimage.cuda.Dockerfile b/ci/baseimage.cuda.Dockerfile index bf3fe521c..16926522a 100644 --- a/ci/baseimage.cuda.Dockerfile +++ b/ci/baseimage.cuda.Dockerfile @@ -39,7 +39,7 @@ RUN spack config add config:install_tree:root:/opt/local RUN spack config add packages:all:variants:cuda_arch=${CUDA_ARCH} # find all external packages -RUN spack external find --all +RUN spack external find --all --exclude=openssl # find compilers RUN spack compiler find