BabelStream icon indicating copy to clipboard operation
BabelStream copied to clipboard

Publish JuliaStream.jl

Open tom91136 opened this issue 3 years ago • 7 comments

So that the implementation can be used from the REPL directly.

tom91136 avatar Nov 30 '21 15:11 tom91136

TODO: use template @ JuliaRegistrator register subdir=src/julia/JuliaStream.jl branch=main after everything is merged to main

tom91136 avatar Sep 22 '23 01:09 tom91136

@JuliaRegistrator register subdir=src/julia/JuliaStream.jl branch=main

tom91136 avatar Oct 12 '23 19:10 tom91136

Error while trying to register: Register Failed @tom91136, it looks like you are not a publicly listed member/owner in the parent organization (UoB-HPC). If you are a member/owner, you will need to change your membership to public. See GitHub Help

JuliaRegistrator avatar Oct 12 '23 19:10 JuliaRegistrator

@tomdeakin Can you set me as public please, thanks.

tom91136 avatar Oct 12 '23 19:10 tom91136

@JuliaRegistrator register subdir=src/julia/JuliaStream.jl branch=main

tom91136 avatar Oct 12 '23 20:10 tom91136

Registration pull request created: JuliaRegistries/General/93309

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a JuliaStream.jl-v4.0.0 -m "<description of version>" f6ae48de899408cf50c24079417dc71a03dbb5a8
git push origin JuliaStream.jl-v4.0.0

Also, note the warning: This looks like a new registration that registers version 4.0.0. Ideally, you should register an initial release with 0.0.1, 0.1.0 or 1.0.0 version numbers This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

JuliaRegistrator avatar Oct 12 '23 20:10 JuliaRegistrator

OK, so based on the guidelines, we need to:

  • [ ] Renamed JuliaStream.jl to BabelStream.jl
  • [ ] Copy licence from top level and set it in the project as well
  • [ ] Fix up [compat] entries
  • [ ] Set the correct version

tom91136 avatar Oct 12 '23 21:10 tom91136