Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ansgar Burchardt
dune-docker
Commits
f03dc87a
Verified
Commit
f03dc87a
authored
Jul 28, 2016
by
Ansgar Burchardt
Browse files
base: Install SuperLU and SuiteSparse
These are needed for optional tests in dune-istl.
parent
a71a46cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
base-8/Dockerfile
View file @
f03dc87a
...
...
@@ -23,6 +23,8 @@ RUN apt-get update && apt-get dist-upgrade --no-install-recommends --yes \
libboost-system-dev
\
libgtest-dev
\
libltdl-dev
\
libsuitesparse-dev
\
libsuperlu-dev
\
libtinyxml2-dev
\
libtool
\
locales-all
\
...
...
base-9/Dockerfile
View file @
f03dc87a
...
...
@@ -23,6 +23,8 @@ RUN apt-get update && apt-get dist-upgrade --no-install-recommends --yes \
libboost-system-dev
\
libgtest-dev
\
libltdl-dev
\
libsuitesparse-dev
\
libsuperlu-dev
\
libtinyxml2-dev
\
libtool
\
locales-all
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment