We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b88322 commit a0e1411Copy full SHA for a0e1411
contrib/prerequisites-centos9.sh
@@ -35,8 +35,10 @@ sudo dnf install -y \
35
gtest-devel \
36
libsodium-static \
37
libdwarf-static \
38
+ gcc-toolset-12 \
39
numactl-devel
40
41
+source /opt/rh/gcc-toolset-12/enable
42
43
# Enable the "PowerTools" repository
44
# CentOS Repository name for "PowerTools" is "crb" for Centos Stream 9
@@ -48,11 +50,8 @@ POWERTOOLS_REPO=crb
48
50
sudo dnf --enablerepo="$POWERTOOLS_REPO" install -y \
49
51
boost-static \
52
snappy-devel \
- devtoolset-12 \
53
double-conversion-devel
54
-source /opt/rh/gcc-toolset-12/enable
55
-
56
#Do not install these from OS packages - they are typically outdated.
57
#gflags-devel \
58
#glog \
0 commit comments