ProjectTorreyPines / SOLPS2ctrl.jl

Synthetic diagnostic workflow manager for use with SOLPS models
Apache License 2.0
2 stars 0 forks source link

makefile clones repos into *.jl, (keeping repo names unchanged), but Julia convention is to have the folders not end in .jl #43

Closed eldond closed 7 months ago

eldond commented 8 months ago

When the makefile clones repos to ~/.julia/dev/, the repo names should have the .jl ending removed. So ProjectTorryePines/OMAS.jl should be cloned into OMAS (e.g. git clone git@github.com:ProjectTorryePines/OMAS.jl OMAS)