Project

General

Profile

Bug #23035

Updated by Nathan Cutler about 6 years ago

It is now possible to build Ceph in a Python 3-only environment, but only if "-DWITH_PYTHON2=OFF -DWITH_PYHON3=ON -DWITH_PTYHON3=ON -DMGR_PYTHON_VERSION=3" is explicitly passed to cmake.

run-make-check.sh is supposed to (more or less) "just work", and making it automatically "do the right thing" when Python 2 is absent is a trivial modification.

Back