Fix casacore library conflict issues
The only way that casacore library conflict issues can be resolved (so it seems) is to build python-casacore
and everybeam
ourselves, instead of installing them from PyPI. Reason is that we do need to build casacore
ourselves, in order to build tools like AOFlagger
and DP3
. These libraries then interfere with the ones that come with the binary wheels from PyPI. When building these packages ourselves, we have full controls over which libraries are use at link-time and at run-time.
Closes RAP-306