Currently, our EB recipes for Intel compilers and PGI split the installed files into a "restricted" and a "public" location, with only the latter being distributed.
In order to get working compilers in places where they don't have access to the restricted repository, providing EB recipes to install those bits locally is needed.
Issue #11 allows for locally installed software to mesh with our central stack, so it should only be a matter of making the install location of the restricted bits configurable to allow both a split and a unified installation.
This is probably doable by modifying the postinstallcmds in our hooks
https://github.com/ComputeCanada/easybuild-computecanada-config/blob/master/cc_hooks_gentoo.py#L146