1
0
Fork 0
mirror of https://github.com/cosmo-sims/monofonIC.git synced 2024-09-16 13:33:45 +02:00

Update cmake-multi-platform.yml

forgot to use the mpi fftw version
This commit is contained in:
Oliver Hahn 2024-07-09 16:05:13 +02:00 committed by GitHub
parent c91c8fba77
commit d399be804a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,7 @@ jobs:
# Print the CMake version.
cmake --version
# Install the necessary libraries
sudo apt-get install libfftw3-dev -y
sudo apt-get install libfftw3-mpi-dev libfftw3-dev -y
sudo apt-get install libgsl-dev -y
sudo apt-get install libhdf5-serial-dev -y
sudo apt-get install openmpi-bin libopenmpi-dev -y