guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 2a0a1b5ced4ffa1ad01cbea26c5df25f13995535
Author: Andreas Enge <andr...@enge.fr>
AuthorDate: Tue Aug 19 21:01:15 2025 +0200

    gnu: libomp-6: Inherit from libomp-12.
    
    This is the highest version for which the derivation does not change.
    
    * gnu/packages/llvm.scm (libomp-6)[inherit, native-inputs]: Replace
    libomp-7 by libomp-12.
    
    Change-Id: I0ba0f2364f73f0f307a843b1d4526ceba4430f94
---
 gnu/packages/llvm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 595ed50558..6f0bdfa010 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1255,7 +1255,7 @@ Library.")
 
 (define-public libomp-6
   (package
-    (inherit libomp-7)
+    (inherit libomp-12)
     (version (package-version llvm-6))
     (source (origin
               (method url-fetch)
@@ -1267,7 +1267,7 @@ Library.")
                 "0nhwfba9c351r16zgyjyfwdayr98nairky3c2f0b2lc360mwmbv6"))
               (file-name (string-append "libomp-" version ".tar.xz"))))
     (native-inputs
-     (modify-inputs (package-native-inputs libomp-7)
+     (modify-inputs (package-native-inputs libomp-12)
        (replace "clang" clang-6)
        (replace "llvm" llvm-6)))))
 

Reply via email to