[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#52117: [core-updates-frozen] [PATCH 0/6] Fix Julia packages.
From: |
Maxim Cournoyer |
Subject: |
bug#52117: [core-updates-frozen] [PATCH 0/6] Fix Julia packages. |
Date: |
Sat, 27 Nov 2021 01:31:35 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hello Simon,
zimoun <zimon.toutoune@gmail.com> writes:
> Hi,
>
> With this series, all the Julia packages builds again. The only one still
> missing is 'julia-sundials-jll’. It probably requires to introduce something
> to julia-build-system but I have not investigated much.
>
>
> Cheers,
> simon
>
>
> zimoun (6):
> gnu: julia: Test correctly '#:parallel-tests?'.
> build: julia-build-system: Correctly disable parallel tests.
> gnu: julia-aqua: Disable parallel tests.
> gnu: julia-interpolations: Disable parallel tests.
> gnu: julia-requires: Disable parallel tests.
> gnu: julia-unitful: Disable parallel tests.
>
> gnu/packages/julia-xyz.scm | 8 ++++++++
> gnu/packages/julia.scm | 9 ++++-----
> guix/build/julia-build-system.scm | 8 +++++---
> 3 files changed, 17 insertions(+), 8 deletions(-)
>
>
> base-commit: 138498feec335f68935f00f8a97924c90c7f59b0
Now pushed to core-updates-frozen; I've made some changes to the
build-system one after finding out that --procs meant "adding" cores,
rather than specifying their exact count (and you cannot add 0!).
The parallel build of Julia packages uses a ton of RAM, but it's fast!
:-).
Thanks a lot,
Maxim
- [bug#52117] [core-updates-frozen] [PATCH 0/6] Fix Julia packages., (continued)
- [bug#52117] [core-updates-frozen] [PATCH 0/6] Fix Julia packages., Maxim Cournoyer, 2021/11/26
- [bug#52117] [core-updates-frozen] [PATCH 0/6] Fix Julia packages., zimoun, 2021/11/27
- [bug#52117] [core-updates-frozen] [PATCH 0/6] Fix Julia packages., zimoun, 2021/11/27
- [bug#52117] [core-updates-frozen] [PATCH 0/6] Fix Julia packages., Maxim Cournoyer, 2021/11/27
- [bug#52117] [core-updates-frozen] [PATCH 0/6] Fix Julia packages., zimoun, 2021/11/29
[bug#52117] [PATCH 3/6] gnu: julia-aqua: Disable parallel tests., zimoun, 2021/11/25
[bug#52117] [PATCH 5/6] gnu: julia-requires: Disable parallel tests., zimoun, 2021/11/25
[bug#52117] [PATCH 6/6] gnu: julia-unitful: Disable parallel tests., zimoun, 2021/11/25
[bug#52117] [PATCH 4/6] gnu: julia-interpolations: Disable parallel tests., zimoun, 2021/11/25
[bug#52117] [core-updates-frozen] [PATCH 0/6] Fix Julia packages., Maxim Cournoyer, 2021/11/26
bug#52117: [core-updates-frozen] [PATCH 0/6] Fix Julia packages.,
Maxim Cournoyer <=