GNU bug report logs -
#38546
Update Julia to 1.3.1.
Previous Next
Reported by: nixo <anothersms <at> gmail.com>
Date: Mon, 9 Dec 2019 13:58:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Nicolò Balzarotti <anothersms <at> gmail.com> skribis:
> gnu/packages/julia.scm | 146 +++++++++++++++++++++--------------------
> 1 file changed, 75 insertions(+), 71 deletions(-)
Please make sure to add a commit log listing all the entities changed.
Apparently there was some reindentation that makes this patch looks big
and makes the actual changes harder to spot. Could you resubmit it
without the reindentation?
> (native-search-paths
> (list (search-path-specification
> (variable "JULIA_LOAD_PATH")
> - (files (list "share/julia/packages/")))))
> + (files (list "share/julia/packages/"
> + "share/julia/stdlib/v1.1/")))
Why is this extra entry needed? Doesn’t Julia find its own standard
library by default, even if JULIA_LOAD_PATH is unset?
> + (search-path-specification
> + (variable "JULIA_DEPOT_PATH")
> + (files (list "share/julia/")))))
What’s JULIA_DEPOT_PATH supposed to point to again? ‘share/julia’ seems
to be very much a catch-all thing. :-)
Thanks,
Ludo’.
This bug report was last modified 5 years and 45 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.