[
https://issues.apache.org/jira/browse/CASSANDRA-11630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stefania updated CASSANDRA-11630:
---------------------------------
Resolution: Fixed
Fix Version/s: (was: 3.0.x)
(was: 2.2.x)
(was: 2.1.x)
(was: 3.x)
2.2.7
3.0.6
3.6
2.1.15
Status: Resolved (was: Patch Available)
> Make cython optional in pylib/setup.py
> --------------------------------------
>
> Key: CASSANDRA-11630
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11630
> Project: Cassandra
> Issue Type: Bug
> Components: Tools
> Reporter: Stefania
> Assignee: Stefania
> Fix For: 2.1.15, 3.6, 3.0.6, 2.2.7
>
> Attachments: cassandra_3.4_amd64.build.txt
>
>
> When building deb packages, we currently run [this
> line|https://github.com/apache/cassandra/blob/trunk/debian/rules#L33-L34]:
> {code}
> cd pylib && python setup.py install --no-compile --install-layout deb \
> --root $(CURDIR)/debian/cassandra
> {code}
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)