unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37474] [PATCH] gnu: libomp: Fix test target.
@ 2019-09-20 13:09 Boris A. Dekshteyn
  2019-09-23 15:52 ` bug#37474: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Boris A. Dekshteyn @ 2019-09-20 13:09 UTC (permalink / raw)
  To: 37474

Fix libomp build.
---
 gnu/packages/llvm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 9efb4a4841..f3bc23d899 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -369,7 +369,7 @@ requirements according to version 1.1 of the OpenCL specification.")
      '(#:configure-flags '("-DLIBOMP_USE_HWLOC=ON"
                            "-DOPENMP_TEST_C_COMPILER=clang"
                            "-DOPENMP_TEST_CXX_COMPILER=clang++")
-       #:test-target "check-libomptarget"))
+       #:test-target "check-libomp"))
     (native-inputs
      `(("clang" ,clang)
        ("llvm" ,llvm)
-- 
2.23.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#37474: [PATCH] gnu: libomp: Fix test target.
  2019-09-20 13:09 [bug#37474] [PATCH] gnu: libomp: Fix test target Boris A. Dekshteyn
@ 2019-09-23 15:52 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-09-23 15:52 UTC (permalink / raw)
  To: Boris A. Dekshteyn; +Cc: 37474-done

Hi Boris,

"Boris A. Dekshteyn" <boris.dekshteyn@gmail.com> skribis:

> Fix libomp build.
> ---
>  gnu/packages/llvm.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
> index 9efb4a4841..f3bc23d899 100644
> --- a/gnu/packages/llvm.scm
> +++ b/gnu/packages/llvm.scm
> @@ -369,7 +369,7 @@ requirements according to version 1.1 of the OpenCL specification.")
>       '(#:configure-flags '("-DLIBOMP_USE_HWLOC=ON"
>                             "-DOPENMP_TEST_C_COMPILER=clang"
>                             "-DOPENMP_TEST_CXX_COMPILER=clang++")
> -       #:test-target "check-libomptarget"))
> +       #:test-target "check-libomp"))

I added a commit log following our conventions and pushed as commit
9338cbdbe04f1e2cacd593e3632a111687ffabf5.

Thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-23 15:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-20 13:09 [bug#37474] [PATCH] gnu: libomp: Fix test target Boris A. Dekshteyn
2019-09-23 15:52 ` bug#37474: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).