Check out these lines:
https://github.com/UofT-HPRC/galapagos/blob/master/shells/tclScripts/make_shell.tcl#L112-#L115
As far as I can tell, these are the only lines which will add IP repository paths to a Galapagos project. This means that the user has to put all their repositories in the $galapagos_dir/shells/userIP folder.
Assuming that this is correct, this fact should be made apparent in the Galapagos documentation.
By the way, the other two ip repo paths that this command tries to add are
$galapagos_dir/hlsBuild
$galapagos_dir/shells/shell_ips
The first one makes sense, but I don't think the second one is used anymore.
Check out these lines:
https://github.com/UofT-HPRC/galapagos/blob/master/shells/tclScripts/make_shell.tcl#L112-#L115
As far as I can tell, these are the only lines which will add IP repository paths to a Galapagos project. This means that the user has to put all their repositories in the
$galapagos_dir/shells/userIPfolder.Assuming that this is correct, this fact should be made apparent in the Galapagos documentation.
By the way, the other two ip repo paths that this command tries to add are
The first one makes sense, but I don't think the second one is used anymore.