1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

add LAPACK dependency to Dockerfile

This commit is contained in:
Steffen Vogel 2017-11-21 23:06:42 +01:00
parent 149139aa34
commit a5845eb397

View file

@ -59,7 +59,8 @@ ADD https://villas.fein-aachen.org/packages/villas.repo /etc/yum.repos.d/
# Dependencies
RUN dnf -y install \
jansson-devel \
libxil-devel
libxil-devel \
lapack-devel
# Build & Install Criterion
COPY thirdparty/criterion /tmp/criterion