From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:33540) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iBaGN-0004rj-9m for guix-patches@gnu.org; Sat, 21 Sep 2019 03:57:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iBaGM-0002v5-Ct for guix-patches@gnu.org; Sat, 21 Sep 2019 03:57:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50190) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iBaGM-0002uz-9w for guix-patches@gnu.org; Sat, 21 Sep 2019 03:57:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iBaGM-0004yR-8X for guix-patches@gnu.org; Sat, 21 Sep 2019 03:57:02 -0400 Subject: [bug#37474] [PATCH] gnu: libomp: Fix test target. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:33514) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iBaFh-0004Zv-PJ for guix-patches@gnu.org; Sat, 21 Sep 2019 03:56:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iBaFe-0002je-RT for guix-patches@gnu.org; Sat, 21 Sep 2019 03:56:20 -0400 Received: from mail-lj1-x243.google.com ([2a00:1450:4864:20::243]:39577) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iBaFe-0002jC-IK for guix-patches@gnu.org; Sat, 21 Sep 2019 03:56:18 -0400 Received: by mail-lj1-x243.google.com with SMTP id y3so7782822ljj.6 for ; Sat, 21 Sep 2019 00:56:17 -0700 (PDT) Received: from localhost (pppoe77-82-197-41.kamchatka.ru. [77.82.197.41]) by smtp.gmail.com with ESMTPSA id v26sm1046458lfg.27.2019.09.21.00.56.14 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 21 Sep 2019 00:56:15 -0700 (PDT) From: "Boris A. Dekshteyn" Date: Sat, 21 Sep 2019 01:09:05 +1200 Message-ID: <87k1a2ozfn.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37474@debbugs.gnu.org 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