Skip to content

Commit

Permalink
FIXUP
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bock <nicolasbock@gmail.com>
  • Loading branch information
nicolasbock committed Feb 8, 2023
1 parent 89fac37 commit ee02465
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions scripts/prepare-container-focal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ ${SUDO} apt-get install --assume-yes --no-install-recommends \
bundler \
cmake cmake-data \
emacs27 \
clang-12 llvm-12-dev libomp-12-dev \
gcc-9 g++-9 gfortran-9 \
gcc-10 g++-10 gfortran-10 \
gcc-11 g++-11 gfortran-11 \
git-core \
indent \
less \
Expand All @@ -95,4 +91,14 @@ ${SUDO} apt-get install --assume-yes --no-install-recommends \
valgrind \
vim

dpkg -l 'libomp*'

${SUDO} apt-get install --assume-yes --no-install-recommends \
clang-16 llvm-16-dev libomp-16-dev

${SUDO} apt-get install --assume-yes --no-install-recommends \
gcc-9 g++-9 gfortran-9 \
gcc-10 g++-10 gfortran-10 \
gcc-11 g++-11 gfortran-11

${SUDO} pip install --system bashate

0 comments on commit ee02465

Please sign in to comment.