mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
add missing fmt library
This commit is contained in:
parent
7feddca897
commit
29ac5a7eae
3 changed files with 6 additions and 3 deletions
|
@ -70,7 +70,8 @@ RUN apt-get update && apt-get install -y \
|
|||
librdmacm-dev:${ARCH} \
|
||||
libre-dev:${ARCH} \
|
||||
libusb-1.0-0-dev:${ARCH} \
|
||||
libspdlog-dev:${ARCH}
|
||||
libspdlog-dev:${ARCH} \
|
||||
libfmt-dev
|
||||
|
||||
ADD cmake/toolchains/debian-${ARCH}.cmake /
|
||||
|
||||
|
|
|
@ -52,7 +52,8 @@ RUN apt-get install -y\
|
|||
librdmacm-dev \
|
||||
libre-dev \
|
||||
libusb-1.0-0-dev \
|
||||
libspdlog-dev
|
||||
libspdlog-dev \
|
||||
libfmt-dev
|
||||
|
||||
ENV CC=gcc
|
||||
ENV CXX=g++
|
||||
|
|
|
@ -79,7 +79,8 @@ RUN apt-get update && apt-get install -y \
|
|||
libibverbs-dev \
|
||||
librdmacm-dev \
|
||||
libre-dev \
|
||||
libspdlog-dev
|
||||
libspdlog-dev \
|
||||
libfmt-dev
|
||||
|
||||
# Build & Install Criterion
|
||||
RUN cd /tmp && \
|
||||
|
|
Loading…
Add table
Reference in a new issue