From 406c3b5294734d80e2259ff76c4ffc7a9efc6c36 Mon Sep 17 00:00:00 2001 From: zopencommunity Date: Wed, 6 May 2026 15:47:24 +0000 Subject: [PATCH] Update libomp-version to 22.1.5 from 21.1.8 --- buildenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildenv b/buildenv index a6fc11b..954118f 100644 --- a/buildenv +++ b/buildenv @@ -1,5 +1,5 @@ # bump: libomp-version /LIBOMP_VERSION="(.*)"/ https://github.com/llvm/llvm-project.git|semver:* -LIBOMP_VERSION="21.1.8" +LIBOMP_VERSION="22.1.5" ### ### Build control file for the libomp port