Re: Stackage LTS 14

2019-10-31 Thread Timothy Sample
Hello, Marius Bakke writes: > Ricardo Wurmus writes: > >>> Ricardo, what do you think? Are we okay to take over >>> wip-haskell-updates? Does a mega commit make sense or do you think >>> that’s a bad idea? >> >> Yes, you can take over wip-haskell-updates. Great! I’ve pushed a new branch

Re: gnu: python: Update to 3.8.0.

2019-10-31 Thread Marius Bakke
Tanguy Le Carrour writes: > Le 10/30, Tanguy Le Carrour a écrit : >> 2- To make it work I had to deactivate 4 tests. There was already a >> patch doing something similar ("This fails for unknown reasons on Guix"), >> but I'm pretty sure it would be better to work on fixing the problems,

Re: Maintaining GNU Jami package for Guix

2019-10-31 Thread Marius Bakke
Jan Wielkiewicz writes: > Also as for packaging Jami generally, I think we should keep a separate > versions of things like gnutls and pjproject (basically all > dependencies of pjproject), because version used by Jami are often not > up to date and considering patches getting applied, using an

Re: Maintaining GNU Jami package for Guix

2019-10-31 Thread Pierre Neidhardt
Fantastic! I suggest you ask upstream which precise version of Curl they use. You can still try to skip the tests in the meantime, but the messages are not very reassuring... :p -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Re: Parallel downloads

2019-10-31 Thread zimoun
Hi Pierre, Maybe you would like an concurrent output in this spirit: https://joeyh.name/code/concurrent-output/ Right? However, I am not sure that parallel downloads drastically change the performance (bottleneck) because first often it is not linear and second it strongly depends on the

Re: Parallel downloads

2019-10-31 Thread Pierre Neidhardt
Hi Tobias, I'm not sure I understand: if I run --8<---cut here---start->8--- guix build -M 4 vlc --8<---cut here---end--->8--- download progress bars are updated one at a time. Or am I mistaken? Also is there a way to

Re: Need help for updating Qt to 5.12 - cmake link issue

2019-10-31 Thread Efraim Flashner
On Wed, Oct 30, 2019 at 04:56:21PM +0100, Hartmut Goebel wrote: > Hi, > > I'm stuck on updating QT to 5.12, which is q prerequisite for updating > KDE Framworks to a recent version. > Qt is upgraded to 5.12 on staging :) > For some of the packages - most of which seem to be rather new to Qt -

Re: Parallel downloads

2019-10-31 Thread Tobias Geerinckx-Rice
Hullo Pierre! Pierre Neidhardt 写道: Is there any plan to support parallel downloads? Guix already downloads sources and substitutes in parallel with other builds/downloads through the --max-jobs option. You could add a separate knob for downloads that defaults to --max-jobs. Or even (*

Python 2 end-of-life?

2019-10-31 Thread zimoun
Dear, The Python 2 end-of-life is coming... What is the schedule to deprecate the python2 packages? All the best, simon

Move r-{desolve,quadprog,pracma,subplex} from maths.scm to cran.scm

2019-10-31 Thread zimoun
Dear, The packages r-desolve, r-quadprog, r-subplex and r-pracma are defined in `maths.scm`. They come from the CRAN archive. For consistency, they should be defined in the file `cran.scm`. Do you agree to move them? All the best, simon

Parallel downloads

2019-10-31 Thread Pierre Neidhardt
Hi, Is there any plan to support parallel downloads? Currently downloads are a bottleneck for `guix install / upgrade`, parallel downloads could reduce the operation duration by an order of magnitude. Thoughts? -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP