On Wed, May 15, 2019 at 08:29:47AM +0300, Leon Romanovsky wrote: > 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. The EPEL target is for developer use - developers that need to use cython should pass in the PYTHON_EXECUTABLE environment variable to get the right version on EPEL. Jason