* cadence: fix wrong wrappings (#50610)
* cadence: split native build inputs
+ fix license : this is under GPL2+ and not MIT
* cadence: use fetchzip
Because GitHub archives are not stable over time so better
to compute the hash of the unpacked content
* cadence: limit to x64-linux
Broken on aarch64 because the Makefile pass
"-msse -mfpmath=sse" flags (x86 only)