GNU bug report logs - #56666
[PATCH 00/17] Add libomp per clang-toolchain.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Wed, 20 Jul 2022 14:50:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Greg Hogan <code <at> greghogan.com>
Subject: bug#56666: closed (Re: bug#56666: [PATCH 00/17] Add libomp per
 clang-toolchain.)
Date: Thu, 04 Aug 2022 09:40:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#56666: [PATCH 00/17] Add libomp per clang-toolchain.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 56666 <at> debbugs.gnu.org.

-- 
56666: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56666
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Greg Hogan <code <at> greghogan.com>
Cc: 56666-done <at> debbugs.gnu.org
Subject: Re: bug#56666: [PATCH 00/17] Add libomp per clang-toolchain.
Date: Thu, 04 Aug 2022 11:39:15 +0200
Hi Greg,

Greg Hogan <code <at> greghogan.com> skribis:

>   gnu: libomp-14: Reference llvm-14 version string.
>   gnu: libomp-13: Reference llvm-13 version string.
>   gnu: Add libomp-12.
>   gnu: clang-toolchain-12: Use libomp-12.
>   gnu: Add libomp-11.
>   gnu: clang-toolchain-11: Use libomp-11.
>   gnu: Add libomp-10.
>   gnu: clang-toolchain-10: Use libomp-10.
>   gnu: Add libomp-9.
>   gnu: clang-toolchain-9: Use libomp-9.
>   gnu: Add libomp-8.
>   gnu: clang-toolchain-8: Use libomp-8.
>   gnu: Add libomp-7.
>   gnu: clang-toolchain-7: Use libomp-7.
>   gnu: Add libomp-6.
>   gnu: clang-toolchain-6: Use libomp-6.
>   gnu: make-clang-toolchain: Require explicit libomp.

Nice work!  Applied, thanks.

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH 00/17] Add libomp per clang-toolchain.
Date: Wed, 20 Jul 2022 14:49:06 +0000
This continues 03bc18dfcf3cea76be904b0dfbcdf3943ec2fe79 with the
addition of libomp packages for clang-toolchain versions 12 through 6
(the earliest version of clang-toolchain in GNU Guix).

$ ./pre-inst-env guix search clang-toolchain | recsel -p name,dependencies
name: clang-toolchain
dependencies: binutils <at> 2.37 clang <at> 14.0.6 glibc <at> 2.33 ld-wrapper <at> 0 libomp <at> 14.0.6

name: clang-toolchain
dependencies: binutils <at> 2.37 clang <at> 13.0.1 glibc <at> 2.33 ld-wrapper <at> 0 libomp <at> 13.0.1

name: clang-toolchain
dependencies: binutils <at> 2.37 clang <at> 12.0.1 glibc <at> 2.33 ld-wrapper <at> 0 libomp <at> 12.0.1

name: clang-toolchain
dependencies: binutils <at> 2.37 clang <at> 11.0.0 glibc <at> 2.33 ld-wrapper <at> 0 libomp <at> 11.0.0

name: clang-toolchain
dependencies: binutils <at> 2.37 clang <at> 10.0.1 glibc <at> 2.33 ld-wrapper <at> 0 libomp <at> 10.0.1

name: clang-toolchain
dependencies: binutils <at> 2.37 clang <at> 9.0.1 glibc <at> 2.33 ld-wrapper <at> 0 libomp <at> 9.0.1

name: clang-toolchain
dependencies: binutils <at> 2.37 clang <at> 8.0.1 glibc <at> 2.33 ld-wrapper <at> 0 libomp <at> 8.0.1

name: clang-toolchain
dependencies: binutils <at> 2.37 clang <at> 7.1.0 glibc <at> 2.33 ld-wrapper <at> 0 libomp <at> 7.1.0

name: clang-toolchain
dependencies: binutils <at> 2.37 clang <at> 6.0.1 glibc <at> 2.33 ld-wrapper <at> 0 libomp <at> 6.0.1

Greg Hogan (17):
  gnu: libomp-14: Reference llvm-14 version string.
  gnu: libomp-13: Reference llvm-13 version string.
  gnu: Add libomp-12.
  gnu: clang-toolchain-12: Use libomp-12.
  gnu: Add libomp-11.
  gnu: clang-toolchain-11: Use libomp-11.
  gnu: Add libomp-10.
  gnu: clang-toolchain-10: Use libomp-10.
  gnu: Add libomp-9.
  gnu: clang-toolchain-9: Use libomp-9.
  gnu: Add libomp-8.
  gnu: clang-toolchain-8: Use libomp-8.
  gnu: Add libomp-7.
  gnu: clang-toolchain-7: Use libomp-7.
  gnu: Add libomp-6.
  gnu: clang-toolchain-6: Use libomp-6.
  gnu: make-clang-toolchain: Require explicit libomp.

 gnu/packages/llvm.scm | 145 ++++++++++++++++++++++++++++++++++++++----
 1 file changed, 132 insertions(+), 13 deletions(-)

-- 
2.37.0




This bug report was last modified 2 years and 287 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.