Skip to content

Commit 4e56d5c

Browse files
authored
Drop configuring compilers as externals (#65)
1 parent 1dcac5b commit 4e56d5c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ COPY --from=base /usr/bin/env /usr/bin/env
5555
ENV SPACK_PYTHON=/python-view/bin/python3
5656
ENV PATH=/view/bin:/spack/bin:/bin
5757

58-
RUN spack compiler find
59-
6058
RUN spack bootstrap now
6159

6260
ENTRYPOINT ["/bin/sh"]

spack.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,17 @@ spack:
1919
view:
2020
final:
2121
root: /view
22+
link: run
2223
select:
2324
- binutils
2425
- coreutils
25-
- gcc
2626
- git
2727
- patch
2828
- tar
2929
- unzip
3030
python:
3131
root: /python-view
32+
link: run
3233
select: [python]
3334
packages:
3435
all:

0 commit comments

Comments
 (0)