Skip to content

Commit

Permalink
Merge pull request #74 from Chaste/73-oracular
Browse files Browse the repository at this point in the history
Ubuntu 24.10 Oracular
  • Loading branch information
kwabenantim authored Dec 13, 2024
2 parents 1370529 + eb8649c commit 18119b1
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions scripts/setup_ubuntu2410.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
#!/bin/sh

export DEBIAN_FRONTEND=noninteractive

apt-get update && \
apt-get install -y --no-install-recommends \
apt-utils \
apt-transport-https \
ca-certificates \
gnupg \
wget

apt-get update && \
apt-get install -y --no-install-recommends \
cmake \
cmake-curses-gui \
doxygen \
environment-modules \
g++ \
git \
gnuplot \
graphviz \
hdf5-tools \
lcov \
libboost-serialization-dev \
libboost-filesystem-dev \
libboost-program-options-dev \
libhdf5-openmpi-dev \
libmetis-dev \
libopenmpi-dev \
libparmetis-dev \
libpetsc-real3.20 \
libpetsc-real3.20-dbg \
libpetsc-real3.20-dev \
libsundials-dev \
libvtk9.3 \
libvtk9-dev \
libxerces-c-dev \
mencoder \
petsc-dev \
python3 \
python3-dev \
python3-pip \
python3-venv \
valgrind \
xsdcxx

update-alternatives --install /usr/local/bin/python python /usr/bin/python3 10
update-alternatives --install /usr/local/bin/pip pip /usr/bin/pip3 10

0 comments on commit 18119b1

Please sign in to comment.