Skip to content

cesmix-mit/CESMIX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CESMIX

A Julia Package Registry for packages related to CESMIX.

To install open a Julia REPL and type

] registry add https://github.com/cesmix-mit/CESMIX.git

Afterwards use the normal package manager commands to add, remove, dev, etc the packages in this registry.

Registering a Package or a new version

Both registering a new package or a new version uses LocalRegistry. This needs to be installed first:

] add LocalRegistry

to your global v1.x environment.

Suppose now that we want to register a new version of JuLIP.jl:

  1. ] dev JuLIP; we will assume this puts JuLIP into ~/.julia/dev/JuLIP/.
  2. make the changes to the package
  3. Bump the version number, by manually editing Project.toml, commit and push.
  4. Now the following sequence of commands will register the new version in the CESMIX registry.

From the package environment with julia --project=.

using LocalRegistry
using JuLIP
register(JuLIP; registry="CESMIX")

This edits the registry files and commits the changes. If the package has already been registered before (i.e. this is a version update), then a simple register(<packagename>) is sufficient.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published