Closed ajm143 closed 2 years ago
Write a bash script to scrape git log. Use it to make a buildinfo.f90, which contains a user defined type. Edit optados.f90 under the "help" catcher line -- call a subroutine at the bottom of the file.
git describe --tags
gives you <last tag>-<number of commits since last tag>-<last commit hash in short form>
, if that's helpful.
Note to self (+world+dog) Can't do this until I have tagged the previous releases, see #20. Otherwise what @ml-evs said.
Solved by PR #45.
In a similar way to how CASTEP does it.