On Tue, May 14, 2019 at 08:30:24PM -0300, Jason Gunthorpe wrote: > From: Jason Gunthorpe <jgg@xxxxxxxxxxxx> > > For some reason cmake3 installs python3.6, but EPEL only has cython > built for python3.4. Convice the python3 link to be python3.4 so cmake > finds it without hassles. It depends on our definition of cbuild. If we say that cbuild purpose is to build packages for given platform, such hack will be appropriate. If we say that cbuild purpose is to test and ensure that packages are built for given platform, such hack will hide the problem that rdma-core won't be possible to package there. Thanks