[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Ju
From: |
zimoun |
Subject: |
[bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia) |
Date: |
Thu, 25 Mar 2021 01:58:30 +0100 |
Hi Nicoló,
On Wed, 24 Mar 2021 at 10:35, zimoun <zimon.toutoune@gmail.com> wrote:
> On Wed, 24 Mar 2021 at 09:15, Nicolò Balzarotti <anothersms@gmail.com> wrote:
>> I changed the (check) function in julia-build-system adding
>> replacing invoke "julia" with invoke "julia" "--depwarn=yes", removed
>> your phase from julia-colors and everything went well (built zygote and
>> HTTP, which should cover all packages we have). Would you mind
>> fixing the build system directly? As I guess other packages will fail
>> the same way
>
> Ok, I will double-check if we change the option of the build system or
> simply locally tweak the arguments case per case.
Hum, I get these kind of messages:
--8<---------------cut here---------------start------------->8---
Internal error: encountered unexpected error in runtime:
ErrorException("type UnionAll has no field size")
jl_errorf at /tmp/guix-build-julia-1.5.3.drv-0/julia-1.5.3/src/rtutils.c:77
--8<---------------cut here---------------end--------------->8---
for julia-datastructures for instance. Even if the build is fine and
my small experiments seems correct.
Well, I have set this deprecation warning as a first commit in the v2.
Thanks,
simon
- [bug#47350] [PATCH 24/29] gnu: Add julia-specialfunctions., (continued)
- [bug#47350] [PATCH 24/29] gnu: Add julia-specialfunctions., zimoun, 2021/03/23
- [bug#47350] [PATCH 23/29] gnu: Add julia-openspecfun-jll., zimoun, 2021/03/23
- [bug#47350] [PATCH 25/29] gnu: Add julia-diffrules., zimoun, 2021/03/23
- [bug#47350] [PATCH 29/29] gnu: Add julia-zygote., zimoun, 2021/03/23
- [bug#47350] [PATCH 28/29] gnu: Add julia-zygoterules., zimoun, 2021/03/23
- [bug#47350] [PATCH 22/29] gnu: Add julia-compilersupportlibraries-jll., zimoun, 2021/03/23
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), Nicolò Balzarotti, 2021/03/23
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), zimoun, 2021/03/23
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), Nicolò Balzarotti, 2021/03/24
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), zimoun, 2021/03/24
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia),
zimoun <=
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), Nicolò Balzarotti, 2021/03/25
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), zimoun, 2021/03/25
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), Nicolò Balzarotti, 2021/03/27
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), zimoun, 2021/03/27
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), Nicolò Balzarotti, 2021/03/27
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), zimoun, 2021/03/27
- bug#47350: [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), Ludovic Courtès, 2021/03/29
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), zimoun, 2021/03/29
[bug#47350] [PATCH v2 01/30] build: julia-build-system: Turn on depreciation warnings., zimoun, 2021/03/24