GNU bug report logs -
#56666
[PATCH 00/17] Add libomp per clang-toolchain.
Previous Next
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
[Message part 1 (text/plain, inline)]
Your message dated Thu, 04 Aug 2022 11:39:15 +0200
with message-id <87les4ny9o.fsf <at> gnu.org>
and subject line Re: bug#56666: [PATCH 00/17] Add libomp per clang-toolchain.
has caused the debbugs.gnu.org bug report #56666,
regarding [PATCH 00/17] Add libomp per clang-toolchain.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> 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)]
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
[Message part 3 (message/rfc822, inline)]
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’.
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.