hpc-container-maker
hpc-container-maker copied to clipboard
OFED pulls in wrong package in ubuntu-24.04
This simple recipe
Stage0 += baseimage(image='ubuntu:24.04')
Stage0 += ofed(prefix='/usr/local')
pulls in librdmacm1
E: Can't select candidate version from package librdmacm1 as it has no candidate
but the package has changed names
$ apt search librdmacm1 Sorting... Done Full Text Search... Done librdmacm1t64/noble,now 50.0-2build2 amd64 [installed,automatic] Library for managing RDMA connections
If you omit the prefix then apt manages to figure it out.
Otherwise, it looks like this package needs to be conditional based on the Ubuntu version.