Skip to content

Commit

Permalink
fixup! ci: add mgard dependency to spack builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Aug 14, 2023
1 parent 177ec41 commit 4249c77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ci/images/Dockerfile.ci-spack-ubuntu20.04-clang
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ FROM ghcr.io/ornladios/adios2:ci-spack-ubuntu20.04-tmp-base
ARG CLANG_VERSION=10

RUN apt-get update && apt-get install -y \
clang-${CLANG_VERSION} && \
clang-${CLANG_VERSION} \
libomp-dev && \
rm -rf /var/lib/apt/lists/*
3 changes: 3 additions & 0 deletions scripts/ci/images/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ packages:
require: +blosc+bzip2+zfp+sz+png+sst+dataman+ssc+hdf5+python+fortran
cmake:
version: [3.24]
mgard:
# https://github.com/ornladios/ADIOS2/issues/3754
version: ['2023-01-10']

0 comments on commit 4249c77

Please sign in to comment.