Re: Using julia in guix

2021-11-08 Thread zimoun
Hi, On Sun, 07 Nov 2021 at 17:58, Théo Maxime Tyburn wrote: > Ok it seems I am doing it right then. When I run "./pre-inst-env guix > shell julia julia-gr" then "julia" and finally "pkg> add Plots" then Pkg > just reinstalls GR as a dependency of Plots. If I run "pkg> add GR" the > GR package al

Re: Using julia in guix

2021-11-08 Thread Efraim Flashner
On Sun, Nov 07, 2021 at 05:58:28PM +0100, Théo Maxime Tyburn wrote: > > Efraim Flashner writes: > >> So I run "./pre-inst-env guix shell julia". But apparently julia wasn’t > >> rebuilt as I did that. So when I then run "./pre-inst-env julia" I am > >> probabilly using the unpatched julia version

Re: Using julia in guix

2021-11-08 Thread Théo Maxime Tyburn
Efraim Flashner writes: >> So I run "./pre-inst-env guix shell julia". But apparently julia wasn’t >> rebuilt as I did that. So when I then run "./pre-inst-env julia" I am >> probabilly using the unpatched julia version, right ? >> If I install say "julia-docstringextensions" with guix and then

Re: Using julia in guix

2021-11-07 Thread Efraim Flashner
On Fri, Nov 05, 2021 at 10:52:54PM +0100, Théo Maxime Tyburn wrote: > > Efraim Flashner writes: > > > The way I do it is I read my emails with mutt and I pipe the patch file > > (either the e-mail or a part of it, depending on how it came through) to > > 'cd workspace/guix; git am' and then test

Re: Using julia in guix

2021-11-05 Thread Théo Maxime Tyburn
Efraim Flashner writes: > The way I do it is I read my emails with mutt and I pipe the patch file > (either the e-mail or a part of it, depending on how it came through) to > 'cd workspace/guix; git am' and then test it out from there. > > There is also CBaines's patch tracker. If you add > htt

Re: Using julia in guix

2021-11-04 Thread Efraim Flashner
On Wed, Nov 03, 2021 at 10:56:51PM +0100, Théo Maxime Tyburn wrote: > Hi, > > Thanks for the quick reply! > > > For now, it is either packages from Pkg.jl or either packages julia-* > > from Guix. A patch [1] is still pending for being able to mix both. > > Aside that packages from Pkg.jl do not

Re: Using julia in guix

2021-11-03 Thread Théo Maxime Tyburn
Hi, Thanks for the quick reply! > For now, it is either packages from Pkg.jl or either packages julia-* > from Guix. A patch [1] is still pending for being able to mix both. > Aside that packages from Pkg.jl do not always work out-of-the-box, > sadly. > > 1: O

Re: Using julia in guix

2021-11-03 Thread Efraim Flashner
Apologies for top-posting. If you test the patch and find that it works then I'll be happy to apply it. On Wed, Nov 03, 2021 at 11:06:25AM +0100, zimoun wrote: > Hi, > > On Wed, 3 Nov 2021 at 00:30, Théo Maxime Tyburn wrote: > > > I started using julia in one of my university projects and I am

Re: Using julia in guix

2021-11-03 Thread zimoun
Hi, On Wed, 3 Nov 2021 at 00:30, Théo Maxime Tyburn wrote: > I started using julia in one of my university projects and I am not sure > how this should be done the guix way. Has someone experience with this ? Cool! > For know I just used the julia package manager and the packages are in > ~/.

Using julia in guix

2021-11-02 Thread Théo Maxime Tyburn
Hello guix people and julia users! I started using julia in one of my university projects and I am not sure how this should be done the guix way. Has someone experience with this ? For know I just used the julia package manager and the packages are in ~/.julia. I was not able to use the guix pack