guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/19: gnu: llvm-julia: Overide build-type.


From: guix-commits
Subject: 11/19: gnu: llvm-julia: Overide build-type.
Date: Wed, 28 Jul 2021 09:08:22 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit cc85829fb9e48a227250e8b33b9c30332a3c5d27
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jul 25 15:33:06 2021 +0300

    gnu: llvm-julia: Overide build-type.
    
    * gnu/packages/julia.scm (llvm-julia)[arguments]: Move CMAKE_BUILD_TYPE
    config from configure-flags to build-type.
---
 gnu/packages/julia.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/julia.scm b/gnu/packages/julia.scm
index 815785e..b3d8992 100644
--- a/gnu/packages/julia.scm
+++ b/gnu/packages/julia.scm
@@ -195,10 +195,9 @@
                           "llvm-11-D97435-AArch64-movaddrreg"
                           "llvm-11-D97571-AArch64-loh"
                           "llvm-11-aarch64-addrspace"))))))
+       ((#:build-type _) "Release")
        ((#:configure-flags flags)
-        `(list ;; Taken from NixOS. Only way I could get libLLVM-6.0.so
-           "-DCMAKE_BUILD_TYPE=Release"
-
+        `(list
            ;; Build a native compiler and the NVPTX backend (NVIDIA) since
            ;; Julia insists on it, nothing more.  This reduces build times and
            ;; disk usage.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]