From 88e6547198feef9ce4b0487b95608b27d21e17ad Mon Sep 17 00:00:00 2001 From: Oliver Hahn Date: Thu, 25 Nov 2021 12:54:31 +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 4cf5105..9a5f0e2 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -24,7 +24,7 @@ pipelines: - apt-get install fftw3-dev -y - apt-get install libgsl-dev -y - apt-get install libhdf5-serial-dev -y - - apt-get install libopenmpi-dev -y + - apt-get install -yq libhwloc-dev libopenmpi-dev openmpi-bin - mkdir build - cd build # Call the CMake.