]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: remove cython 0.29's subinterpreter check during install 27128/head
authorTim Serong <tserong@suse.com>
Wed, 20 Mar 2019 07:52:14 +0000 (18:52 +1100)
committerNathan Cutler <ncutler@suse.com>
Fri, 22 Mar 2019 14:16:16 +0000 (15:16 +0100)
commita1d3ec0c4eb7fec31114f0f7e47ff3ce2c98adbf
treeaf844ff9b596a6c4cdcc1245c051723fce0023f4
parent0596ea70002463390c4c76f7a212131aa4cdfb20
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>
(cherry picked from commit 108462e3fb0e814c98ab32f02b79cf3ea1247692)
cmake/modules/Distutils.cmake