]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cmake: remove cython 0.29's subinterpreter check during install
authorTim Serong <tserong@suse.com>
Wed, 20 Mar 2019 07:52:14 +0000 (18:52 +1100)
committerTim Serong <tserong@suse.com>
Wed, 20 Mar 2019 07:56:43 +0000 (18:56 +1100)
commit108462e3fb0e814c98ab32f02b79cf3ea1247692
tree7d83e9835766b9854733e14eccb27ab2d48afb0c
parent91d14ff1028ac2e9dbff8dedd1d27fde5dd34af6
cmake: remove cython 0.29's subinterpreter check during install

Commit 3bde34af8a removed cython 0.29's subinterpreter check when
building the various python modules during `make`, but unforunately
they're *rebuilt* during `make install`, with the rebuild overwriting
the original build.  The original fix was of course missing from the
install stage...

Fixes: https://tracker.ceph.com/issues/38788
Signed-off-by: Tim Serong <tserong@suse.com>
cmake/modules/Distutils.cmake