Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Normal
Description
When building deb packages, we currently run this line:
cd pylib && python setup.py install --no-compile --install-layout deb \ --root $(CURDIR)/debian/cassandra
Since CASSANDRA-11053 was introduced, this will build the cython extensions for copyutil.py.
We should change setup.py so that when we specify --no-compile then the cython extensions are not built, in a similar way to what is done for the Python driver.
Attachments
Attachments
Issue Links
- is depended upon by
-
CASSANDRA-11573 cqlsh fails with undefined symbol: PyUnicodeUCS2_DecodeUTF8
- Resolved
-
CASSANDRA-10853 deb package migration to dh_python2
- Resolved
- is related to
-
CASSANDRA-11053 COPY FROM on large datasets: fix progress report and optimize performance part 4
- Resolved
-
CASSANDRA-11574 clqsh: COPY FROM throws TypeError with Cython extensions enabled
- Resolved
- links to