From 5373dd47c9883518aafd8b392b936af107624f04 Mon Sep 17 00:00:00 2001 From: Oliver Hahn Date: Sun, 28 Nov 2021 12:23:55 +0000 Subject: [PATCH] bitbucket-pipelines.yml edited online with Bitbucket --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 1084891..cf0c715 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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