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 ff02166 commit caf7b14Copy full SHA for caf7b14
.github/docker/ubuntu-22.04.Dockerfile
@@ -17,8 +17,7 @@ ENV NOTTY=1
17
ENV DEBIAN_FRONTEND=noninteractive
18
19
# Base development packages
20
-# It seems that libtool is not directly needed
21
-# but it is still required when Building UMF
+# 'libtool' is required when hwloc is statically linked and built from source
22
ARG BASE_DEPS="\
23
build-essential \
24
cmake \
.github/docker/ubuntu-24.04.Dockerfile
@@ -17,10 +17,12 @@ ENV NOTTY=1
git \
25
+ libtool \
26
wget"
27
28
# UMF's dependencies
0 commit comments