Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Project.toml file for Sobol registration #19

Closed
wants to merge 1 commit into from

Conversation

ludoro
Copy link

@ludoro ludoro commented Jun 1, 2019

Hi Steven,

I would love to use the code Sobol.jl in my package Surrogates.jl
However I see that Sobol.jl is not yet a registered package, so I made this small PR with a semi-empty project.toml file so that you can register it, if possible!

Ludovico

@stevengj
Copy link
Member

stevengj commented Jun 10, 2019

Sobol.jl is already registered — it was registered ages ago under the old package system (https://github.com/JuliaLang/METADATA.jl/tree/metadata-v2/Sobol), and hence it is automatically registered under the new package system. (If you try add Sobol you'll see that it works already).

Packages registered under the old system only need to get a Project.toml in order to tag a new version. At that point their Project.toml should be generated by the gen_project.jl script in JuliaLang/Pkg.jl#1221

(cc @ChrisRackauckas who was also asking about this IIRC.)

@stevengj
Copy link
Member

In particular, Sobol.jl was auto-registered with a UUID of "ed01d8cd-4d21-5b2a-85b4-cc3bdc58bad4", so you can add it as a dependency of Surrogates.jl without issue.

@stevengj stevengj closed this in #20 Jun 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants