From b49dbf2042246d01bab4204b77d569f44b3bc2c7 Mon Sep 17 00:00:00 2001 From: Oliver Hahn Date: Thu, 25 Nov 2021 13:48:04 +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 4f3d60b..1084891 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 fftw3-mpi-dev -y + - apt-get install libfftw3-mpi-dev -y - apt-get install libgsl-dev -y - apt-get install libhdf5-serial-dev -y - apt-get install libopenmpi-dev -y