Skip to content

Commit a2d3d78

Browse files
committed
Add libclang-rt-dev to the dev installer
1 parent 77c0c12 commit a2d3d78

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

physics/install_dev.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ apt update
1010
# Boost is required for AdaptiveCPP
1111
# https://github.com/AdaptiveCpp/AdaptiveCpp
1212
# 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
1413
apt install build-essential clang cmake hdf5-tools hipcc \
1514
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
15+
libclang-rt-dev libedit-dev libgomp1 libhdf5-mpi-dev libomp-dev lld mpi-default-dev ninja-build pkg-config
1716

1817
snap install clion --classic
1918
snap install rustrover --classic

0 commit comments

Comments
 (0)