Skip to content
Snippets Groups Projects
Commit 479992e8 authored by Mulas, Giacomo's avatar Mulas, Giacomo
Browse files

minor update to make oneAPI debian repository trusted, since otherwise it...

minor update to make oneAPI debian repository trusted, since otherwise it fails key verification with the new seq in trixie/sid
parent c8b6ff9b
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt -y upgrade
RUN DEBIAN_FRONTEND=noninteractive apt -y install g++ gfortran gcc-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-17 clang-18 clang-19 flang-17 flang-18 flang-19 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/
COPY --chown=root:root containers/docker/dockerstuff/intelcomps/oneAPI.sources /etc/apt/sources.list.d/
RUN apt update
RUN DEBIAN_FRONTEND=noninteractive apt -y install intel-oneapi-compiler-fortran intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic intel-oneapi-compiler-dpcpp-cpp
# install lapacke and its dependencies, both standard and the version with 64 bit integers
......
deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] http://apt.repos.intel.com/oneapi all main
Types: deb
Enabled: yes
URIs: https://apt.repos.intel.com/oneapi
Suites: all
Components: main
#Architectures: amd64
Signed-By: /usr/share/keyrings/oneapi-archive-keyring.gpg
Trusted: yes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment