[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#37474: [PATCH] gnu: libomp: Fix test target.
From: |
Ludovic Courtès |
Subject: |
bug#37474: [PATCH] gnu: libomp: Fix test target. |
Date: |
Mon, 23 Sep 2019 17:52:03 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hi Boris,
"Boris A. Dekshteyn" <address@hidden> 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’.