We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef16f52 commit b034936Copy full SHA for b034936
M2/BUILD/docker/fedora/Dockerfile
@@ -20,12 +20,12 @@ RUN microdnf install -y openblas-devel libxml2-devel readline-devel gdbm-devel \
20
RUN microdnf install -y eigen3-devel glpk-devel gmp-devel mpfr-devel ntl-devel \
21
libnauty-devel libnormaliz-devel libfrobby-devel gc-devel mpfi-devel \
22
factory-devel mpsolve-devel fflas-ffpack-devel memtailor-devel \
23
- mathic-devel mathicgb-devel
+ mathic-devel mathicgb-devel gtest-devel
24
25
# Programs we can build
26
# TODO: Polymake requires firefox???
27
RUN microdnf install -y cddlib-devel 4ti2 gfan normaliz csdp-tools nauty \
28
- lrslib-utils cohomCalg msolve
+ lrslib-utils cohomCalg msolve TOPCOM
29
30
# Optional packages
31
RUN microdnf install -y plocate bash-completion R
0 commit comments