You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
Implement support for version from last git commit and bugfix for PR #390 (#392)
* Implement support for version from last git commit
- coreneuron version was printed as "version id unimplemented"
- add cmake module GitRevision.cmake to find git commit information
- this commit adds support to print project version along with
git commit and it's date. e.g.
Version : 0.21.0 bd747a8 (14-09-2020 16:03)
* Added --version CLI flag
- Use git show instead of git show to be compatible with older git (e.g. on BB5)
* Avoid nrn_abort when --help is called
* Bug fix for merged pull request #390 : tid and ith args were mixed
* For BB5 Jenkins, exclude problematic agent bb5-07 (has strange PGI compiler issue)
Co-authored-by: Michael Hines <[email protected]>
0 commit comments