Calculate VERSION from git iff not already defined
- Change
VERSION=...
toVERSION ?= ...
- Add comment that "git describe --first-parent" not supported on machines running RHEL 7 or equivalent (e.g. Marconi)
Edited by Thomas Hayward-Schneider
VERSION=...
to VERSION ?= ...