guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: julia: Set search path.


From: guix-commits
Subject: 02/02: gnu: julia: Set search path.
Date: Wed, 4 Sep 2019 16:18:32 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 11d73fb412d8728cf916eff9d9750be0bb593076
Author: nixo <address@hidden>
Date:   Sat Aug 3 11:19:11 2019 +0200

    gnu: julia: Set search path.
    
    * gnu/packages/julia.scm (julia)[native-search-paths]: Add
    specification for JULIA_LOAD_PATH.
    
    Signed-off-by: Julien Lepiller <address@hidden>
---
 gnu/packages/julia.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/julia.scm b/gnu/packages/julia.scm
index 43254f2..65a5e42 100644
--- a/gnu/packages/julia.scm
+++ b/gnu/packages/julia.scm
@@ -482,6 +482,10 @@
        ("patchelf" ,patchelf)
        ("pkg-config" ,pkg-config)
        ("python" ,python-2)))
+    (native-search-paths
+     (list (search-path-specification
+            (variable "JULIA_LOAD_PATH")
+            (files (list "share/julia/packages/")))))
     ;; Julia is not officially released for ARM and MIPS.
     ;; See https://github.com/JuliaLang/julia/issues/10639
     (supported-systems '("i686-linux" "x86_64-linux" "aarch64-linux"))



reply via email to

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