Skip to content

Commit 95e1235

Browse files
committed
github: add libomp to dependencies
Signed-off-by: Steven Noonan <[email protected]>
1 parent 9c23fe2 commit 95e1235

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/install-fedora.sh

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ PACKAGES=(
1010
gcc
1111
compiler-rt
1212
libasan
13+
libomp-devel
1314
libubsan
1415
clang
1516
meson

.github/install-ubuntu.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ apt-get ${APT_FLAGS[@]} update
1212
apt-get ${APT_FLAGS[@]} install -y locales
1313
locale-gen en_US.UTF-8
1414

15-
PACKAGES=(git build-essential pkg-config meson clang perl lsb-release cmake)
15+
PACKAGES=(git build-essential pkg-config meson clang libomp-dev perl lsb-release cmake)
1616

1717
apt-get ${APT_FLAGS[@]} install -y "${PACKAGES[@]}"

0 commit comments

Comments
 (0)