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

bitbucket-pipelines.yml edited online with Bitbucket

This commit is contained in:
Oliver Hahn 2021-11-28 12:23:55 +00:00
parent daafcbef01
commit 5373dd47c9

View file

@ -22,7 +22,7 @@ pipelines:
# Print the CMake version.
- cmake --version
# Install the necessary libraries
- apt-get install libfftw3-mpi-dev -y
- apt-get install libfftw3-mpi-dev libfftw3-dev -y
- apt-get install libgsl-dev -y
- apt-get install libhdf5-serial-dev -y
- apt-get install libopenmpi-dev -y