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:
parent
149139aa34
commit
a5845eb397
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue