guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Follow-up on julia import script


From: Simon Tournier
Subject: Re: Follow-up on julia import script
Date: Mon, 27 Feb 2023 11:14:24 +0100

Hi,

>> DataAPI = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
>> DataValueInterfaces = "e2d170a0-9d28-54be-80f0-106bbe20a464"
>> IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d"
>> LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
>> OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
>> TableTraits = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"
>> Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
>
> How does one resolve those UUIDs?

Arf, good question. :-)

You have to go back to General registry and open the corresponding
entry.  For instance,

    name = "DataAPI"
    uuid = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
    repo = "https://github.com/JuliaData/DataAPI.jl.git";

    
https://github.com/JuliaRegistries/General/blob/master/D/DataAPI/Package.toml


What is really boring is the ’compat’ part that I skipped.

Cheers,
simon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]