guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 280ad47c4c04701f461570672646c79157dffb6a
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Aug 19 20:35:18 2025 +0200

    gnu: Remove libomp-9.
    
    * gnu/packages/llvm.scm (libomp-9): Delete variable.
    
    Change-Id: Id538d3f3c01a90e7c13457e83ed7adb27d0fb7f7
---
 gnu/packages/llvm.scm | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 9a184018a6..fe653f455b 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1182,22 +1182,6 @@ Library.")
                    #:legacy-build-shared-libs? #t
                    #:patches '("clang-9.0-libc-search-path.patch")))
 
-(define-public libomp-9
-  (package
-    (inherit libomp-10)
-    (version (package-version llvm-9))
-    (source (origin
-              (method url-fetch)
-              (uri (llvm-uri "openmp" version))
-              (sha256
-               (base32
-                "1knafnpp0f7hylx8q20lkd6g1sf0flly572dayc5d5kghh7hd52w"))
-              (file-name (string-append "libomp-" version ".tar.xz"))))
-    (native-inputs
-     (modify-inputs (package-native-inputs libomp-10)
-       (replace "clang" clang-9)
-       (replace "llvm" llvm-9)))))
-
 (define-public llvm-8
   (package
     (inherit llvm-9)

Reply via email to