ProjectTorreyPines / SOLPS2ctrl.jl

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

makefile clones without .jl in .julia/dev and more #47

Closed anchal-physics closed 7 months ago

anchal-physics commented 8 months ago

make r option now checks if it is called from inside a repo that is present in .julia/dev and if present there, it clones the dependent repos without the .jl extension.

It also runs dvc pull to ensure sample files have been pulled

This fixes https://github.com/ProjectTorreyPines/SD4SOLPS.jl/issues/43