mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
2615b0911e
Install libhdf5 on ubuntu test (cgns depends on it)
6 lines
395 B
Plaintext
6 lines
395 B
Plaintext
FROM ubuntu:19.10
|
|
ENV DEBIAN_FRONTEND=noninteractive
|
|
MAINTAINER Matthias Hochsteger <matthias.hochsteger@tuwien.ac.at>
|
|
RUN apt-get update && apt-get -y install python3 libpython3-dev libxmu-dev tk-dev tcl-dev cmake git g++ libglu1-mesa-dev ccache python3-pytest python3-numpy python3-tk clang-tidy python3-distutils clang libocct-data-exchange-dev libcgns-dev libhdf5-dev
|
|
ADD . /root/src/netgen
|