Skip to content

Commit

Permalink
bump spack version
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Oct 18, 2024
1 parent af38e8d commit 88c0b2c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clingo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
repository: spack/spack
path: spack
ref: c710a1597f3566ab850d0ee8c82e71af04a08f9e
ref: d36452cf4e70fa1da8b9db43921850872b82ced9
# See https://github.com/actions/setup-python/issues/960
- name: Workaround for broken Python versions from setup-python
run: brew install gettext zlib
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
with:
repository: spack/spack
path: spack
ref: c710a1597f3566ab850d0ee8c82e71af04a08f9e
ref: d36452cf4e70fa1da8b9db43921850872b82ced9
- uses: actions/download-artifact@v3
with:
name: clingo_binary_mirror
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gnupg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
repository: spack/spack
path: spack
ref: c710a1597f3566ab850d0ee8c82e71af04a08f9e
ref: d36452cf4e70fa1da8b9db43921850872b82ced9
- name: Install gnupg
run: |
brew install gawk perl
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
with:
repository: spack/spack
path: spack
ref: c710a1597f3566ab850d0ee8c82e71af04a08f9e
ref: d36452cf4e70fa1da8b9db43921850872b82ced9
- uses: actions/download-artifact@v3
with:
name: gnupg_binary_mirror
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/patchelf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
with:
repository: spack/spack
path: spack
ref: c710a1597f3566ab850d0ee8c82e71af04a08f9e
ref: d36452cf4e70fa1da8b9db43921850872b82ced9
- uses: actions/download-artifact@v3
with:
name: patchelf_binary_mirror
Expand Down
2 changes: 1 addition & 1 deletion clingo/Dockerfile.manylinux2014
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV PATH="/root/spack/bin/:$PATH" \

# Clone the repo and install Spack
RUN git clone https://github.com/spack/spack.git && \
git -C spack checkout -b docker-reference c710a1597f3566ab850d0ee8c82e71af04a08f9e
git -C spack checkout -b docker-reference d36452cf4e70fa1da8b9db43921850872b82ced9

# Set externals, locate compilers
RUN spack external find -j 1 --not-buildable bison cmake
Expand Down
2 changes: 1 addition & 1 deletion gnupg/Dockerfile.manylinux2014
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV PATH="/root/spack/bin/:$PATH" \

# Clone the repo and install Spack
RUN git clone https://github.com/spack/spack.git && \
git -C spack checkout -b docker-reference c710a1597f3566ab850d0ee8c82e71af04a08f9e
git -C spack checkout -b docker-reference d36452cf4e70fa1da8b9db43921850872b82ced9

# Set externals, locate compilers
RUN spack external find --not-buildable gawk perl
Expand Down
2 changes: 1 addition & 1 deletion patchelf/Dockerfile.manylinux2014
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV PATH="/root/spack/bin/:$PATH" \

# Clone the repo and install Spack
RUN git clone https://github.com/spack/spack.git && \
git -C spack checkout -b docker-reference c710a1597f3566ab850d0ee8c82e71af04a08f9e
git -C spack checkout -b docker-reference d36452cf4e70fa1da8b9db43921850872b82ced9

# Set externals, locate compilers
RUN spack external find --not-buildable cmake
Expand Down

0 comments on commit 88c0b2c

Please sign in to comment.