Use LTO to compile Tapasco libraries
This merge request adds support for link-time-optimization to the Tapasco build. If CMake 3.9 is available the CheckIPOSupported
scripts are used. For all older CMake versions the switches are hard-coded.
Apart from the added LTO support this merge request also adds the capability to packet the generated libraries and generate e.g. RPM or DEB for installation.