In order to start installing some software for our pilot, we need some initial Easybuild configuration/hooks/etc. A first issue I ran into when trying to build GCCcore with the default configuration is that binaries like ar give segmentation faults due to picking up the wrong libc (from the system instead of our Prefix). ComputeCanada solved this particular issue in their EB hooks file:
https://github.com/ComputeCanada/easybuild-computecanada-config/blob/master/cc_hooks_gentoo.py#L131
In order to start installing some software for our pilot, we need some initial Easybuild configuration/hooks/etc. A first issue I ran into when trying to build GCCcore with the default configuration is that binaries like
argive segmentation faults due to picking up the wrong libc (from the system instead of our Prefix). ComputeCanada solved this particular issue in their EB hooks file:https://github.com/ComputeCanada/easybuild-computecanada-config/blob/master/cc_hooks_gentoo.py#L131