Skip to content

Commit

Permalink
Merge pull request #21 from sandialabs/19-ci-changes-for-spdlog-support
Browse files Browse the repository at this point in the history
update fmt version
  • Loading branch information
nmm0 authored May 16, 2024
2 parents 022980c + 25d7a08 commit eecf585
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ spack:
- [email protected]
- core-packages:
- [email protected] +openmp +serial
- [email protected]
- packages:
- p3a@main
- seacas@2022-10-14 -x11 ^[email protected] ^fmt@9.1.0
- seacas@2024-04-03 -x11 ^[email protected] ^fmt@10.2.1
- [email protected] +openmp +mpi
- darma-vt +trace_enabled@develop
specs:
Expand Down
2 changes: 1 addition & 1 deletion ubuntu20.04-gcc11-x64.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN apt-get update \
RUN pip install clingo

# Now we install spack and find compilers/externals
RUN mkdir -p /opt/ && cd /opt/ && git clone --depth 1 --branch "v0.21.1" https://github.com/spack/spack.git
RUN mkdir -p /opt/ && cd /opt/ && git clone --depth 1 --branch "v0.22.0" https://github.com/spack/spack.git

# Add current source dir into the image
COPY . /opt/src/ci-images
Expand Down

0 comments on commit eecf585

Please sign in to comment.