Skip to content

Commit

Permalink
#19: use external spdlog and use modified vt repo
Browse files Browse the repository at this point in the history
  • Loading branch information
nmm0 committed Jun 6, 2024
1 parent eecf585 commit 1030eed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ spack:
- core-packages:
- [email protected] +openmp +serial
- [email protected]
- [email protected]
- packages:
- p3a@main
- seacas@2024-04-03 -x11 ^[email protected] ^[email protected]
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 @@ -49,7 +49,7 @@ RUN mkdir -p /opt/ && cd /opt/ && git clone --depth 1 --branch "v0.22.0" https:/
COPY . /opt/src/ci-images

# Get the latest version of the darma-vt repo
RUN cd /opt/src/ci-images/spack-repos && git clone https://github.com/DARMA-tasking/spack-package.git vt
RUN cd /opt/src/ci-images/spack-repos && git clone --depth 1 --branch "16-external-fmt" https://github.com/DARMA-tasking/spack-package.git vt

# Add our new repos
RUN . /opt/spack/share/spack/setup-env.sh \
Expand Down

0 comments on commit 1030eed

Please sign in to comment.