Skip to content

Commit 89e83ce

Browse files
committed
Add libfftw3-dev and libgsl-dev to the dev installer script
1 parent 30c52d4 commit 89e83ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

physics/install_dev.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ apt update
1212
# These seem to be also required for its cmake compilation: libedit-dev, libclang-rt-dev
1313
apt install build-essential clang clangd cmake hdf5-tools \
1414
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 \
15+
libclang-rt-dev libedit-dev libfftw3-dev libgomp1 libgsl-dev libhdf5-mpi-dev \
16+
libomp-dev lld mpi-default-dev ninja-build pkg-config \
1617
python3-dev python3-pylsp python3-pylsp-mypy python3-venv
1718

1819
# These should perhaps be added to the list above: hipcc

0 commit comments

Comments
 (0)