Skip to content

Commit 3ee62fb

Browse files
committed
build-unit-test-docker: Add libmpfr-dev
After meson bump, clang-tidy reports an error when using boost::multiprecision based on the MPFR library ``` /usr/local/include/boost/multiprecision/mpfr.hpp:22:10: error: 'mpfr.h' file not found [clang-diagnostic-error] ``` Change-Id: I76db10af842926f5767c897b92f1ccc0f63ffdbe Signed-off-by: Ewelina Walkusz <[email protected]>
1 parent d8e150a commit 3ee62fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build-unit-test-docker

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,7 @@ RUN apt-get update && apt-get dist-upgrade -yy && apt-get install -yy \
859859
libjson-perl \
860860
libldap2-dev \
861861
libmimetic-dev \
862+
libmpfr-dev \
862863
libnl-3-dev \
863864
libnl-genl-3-dev \
864865
libpam0g-dev \

0 commit comments

Comments
 (0)