Open RvDijk opened 6 years ago
@RvDijk With EasyBuild 3.x, you should see both hwloc-1.11.8-GCC-6.4.0-2.28.eb
and hwloc-1.11.8-GCCcore-6.4.0.eb
being considered, as long as the latter is available in the robot search path (see also https://github.com/easybuilders/easybuild-framework/issues/2375).
@boegel I'm using 3.4.1, maybe it is caused by the mismatch in GCC
and GCCcore
or is that also resolved?
@boegel for 3.5.1 this problem still persists: hwloc/1.11.8-GCCcore-6.4.0 is installed, but installing OpenMPI-2.1.2-GCC-6.4.0-2.28.eb complains that hwloc/1.11.8-GCC-6.4.0-2.28 is not available.
@boegel problem solved... it seems to be a case where --robot-paths
was set e.g.: --robot-paths=$HOME/easybuild-easyconfigs/
, however using EASYBUILD_ROBOT_PATHS
it resolved the dependency name mismatch.
5204 results in a search for a dependency called
hwloc-1.11.8-GCC-6.4.0-2.28.eb
, however the 2.28 is not in the name of the filehwloc-1.11.8-GCCcore-6.4.0.eb
therefore OpenMPI-2.1.2 fails to build.