We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c0c12 commit a2d3d78Copy full SHA for a2d3d78
physics/install_dev.sh
@@ -10,10 +10,9 @@ apt update
10
# Boost is required for AdaptiveCPP
11
# https://github.com/AdaptiveCpp/AdaptiveCpp
12
# These seem to be also required for its cmake compilation: libedit-dev, libclang-rt-dev
13
-# libedit-dev seems to be required for cmake compilation of AdaptiveCPP
14
apt install build-essential clang cmake hdf5-tools hipcc \
15
libboost-dev libboost-context-dev libboost-fiber-dev libboost-test-dev \
16
- libedit-dev libgomp1 libhdf5-mpi-dev libomp-dev lld mpi-default-dev ninja-build pkg-config
+ libclang-rt-dev libedit-dev libgomp1 libhdf5-mpi-dev libomp-dev lld mpi-default-dev ninja-build pkg-config
17
18
snap install clion --classic
19
snap install rustrover --classic
0 commit comments