Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NP_TMcode
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Giacomo Mulas
NP_TMcode
Commits
02f4a3e2
Commit
02f4a3e2
authored
8 months ago
by
Mulas, Giacomo
Browse files
Options
Downloads
Patches
Plain Diff
remove from docker image useless clang and flang 15 (not fully functional in trixie)
parent
f70e9000
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
containers/docker/Dockerfile
+1
-1
1 addition, 1 deletion
containers/docker/Dockerfile
with
1 addition
and
1 deletion
containers/docker/Dockerfile
+
1
−
1
View file @
02f4a3e2
...
...
@@ -12,7 +12,7 @@ WORKDIR /root
RUN
apt update
RUN
DEBIAN_FRONTEND
=
noninteractive apt
-y
upgrade
# install packages needed to build binaries
RUN
DEBIAN_FRONTEND
=
noninteractive apt
-y
install
g++ gfortran gcc-offload-nvptx g++-11 gfortran-11 gcc-11-offload-nvptx g++-12 gfortran-12 gcc-12-offload-nvptx g++-13 gfortran-13 gcc-13-offload-nvptx g++-14 gfortran-14 gcc-14-offload-nvptx clang libc++-dev libc++abi-dev
clang-15
clang-16 clang-17
flang-15
flang-16 flang-17 libhdf5-dev make
RUN
DEBIAN_FRONTEND
=
noninteractive apt
-y
install
g++ gfortran gcc-offload-nvptx g++-11 gfortran-11 gcc-11-offload-nvptx g++-12 gfortran-12 gcc-12-offload-nvptx g++-13 gfortran-13 gcc-13-offload-nvptx g++-14 gfortran-14 gcc-14-offload-nvptx clang libc++-dev libc++abi-dev clang-16 clang-17 flang-16 flang-17 libhdf5-dev make
# install packages needed to test with Intel OneAPI compilers
COPY
--chown=root:root containers/docker/dockerstuff/intelcomps/oneapi-archive-keyring.gpg /usr/share/keyrings/
COPY
--chown=root:root containers/docker/dockerstuff/intelcomps/oneAPI.list /etc/apt/sources.list.d/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment