We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c23fe2 commit 95e1235Copy full SHA for 95e1235
.github/install-fedora.sh
@@ -10,6 +10,7 @@ PACKAGES=(
10
gcc
11
compiler-rt
12
libasan
13
+ libomp-devel
14
libubsan
15
clang
16
meson
.github/install-ubuntu.sh
@@ -12,6 +12,6 @@ apt-get ${APT_FLAGS[@]} update
apt-get ${APT_FLAGS[@]} install -y locales
locale-gen en_US.UTF-8
-PACKAGES=(git build-essential pkg-config meson clang perl lsb-release cmake)
+PACKAGES=(git build-essential pkg-config meson clang libomp-dev perl lsb-release cmake)
17
apt-get ${APT_FLAGS[@]} install -y "${PACKAGES[@]}"
0 commit comments