SpiNNakerManchester / SupportScripts

Development scripts for the SpiNNaker project
Apache License 2.0
0 stars 2 forks source link

Update install scripts #19

Closed rowleya closed 5 years ago

rowleya commented 5 years ago

Some changes to the install scripts that I found useful. This also removes PyNN7.

This is a PR as requested, as it changes automatic_make.

rowleya commented 5 years ago

I don't think this changes from the original version which also used "source"

andrewgait commented 5 years ago

I don't think this changes from the original version which also used "source"

It does in one important detail: the "source" command is now on the same line as the cd commands; if the "source" command fails, which it does in some shells, then the final cd command on that line doesn't happen and the script moves to the next line.

rowleya commented 5 years ago

OK - that made me spot an error (those calls shouldn't be needed). Fixing now...

rowleya commented 5 years ago

OK, hopefully fixed now

andrewgait commented 5 years ago

Debug looks the same as not debug now... ?

rowleya commented 5 years ago

Oops, merged a bit too well!

rowleya commented 5 years ago

That should fix it now