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 30c52d4 commit 89e83ceCopy full SHA for 89e83ce
physics/install_dev.sh
@@ -12,7 +12,8 @@ apt update
12
# These seem to be also required for its cmake compilation: libedit-dev, libclang-rt-dev
13
apt install build-essential clang clangd cmake hdf5-tools \
14
libboost-dev libboost-context-dev libboost-fiber-dev libboost-test-dev \
15
- libclang-rt-dev libedit-dev libgomp1 libhdf5-mpi-dev libomp-dev lld mpi-default-dev ninja-build pkg-config \
+ libclang-rt-dev libedit-dev libfftw3-dev libgomp1 libgsl-dev libhdf5-mpi-dev \
16
+ libomp-dev lld mpi-default-dev ninja-build pkg-config \
17
python3-dev python3-pylsp python3-pylsp-mypy python3-venv
18
19
# These should perhaps be added to the list above: hipcc
0 commit comments