You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Krisztian Szucs (JIRA)" <ji...@apache.org> on 2019/07/15 16:21:00 UTC

[jira] [Created] (ARROW-5951) [Python][Wheel] Request UCS4 wheels in the packaging tasks

Krisztian Szucs created ARROW-5951:
--------------------------------------

             Summary: [Python][Wheel] Request UCS4 wheels in the packaging tasks 
                 Key: ARROW-5951
                 URL: https://issues.apache.org/jira/browse/ARROW-5951
             Project: Apache Arrow
          Issue Type: Task
          Components: Python
            Reporter: Krisztian Szucs


{code}
[root@0b415e11a9ba multibuild]# cpython_path 2.7 16
/opt/python/cp27-cp27m
[root@0b415e11a9ba multibuild]# cpython_path 2.7 32
/opt/python/cp27-cp27mu
[root@0b415e11a9ba multibuild]# cpython_path 3.7 16
/opt/python/cp37-cp37m
[root@0b415e11a9ba multibuild]# cpython_path 3.7 32
/opt/python/cp37-cp37m
{code}
We should actually change the unicode_with properties in the tasks.yml to 32 for python wheels > 2.7, because we'll always produce ucs4 wheels, and it is quite misleading that we request 16 bit ones.

Multibuild does the conversion https://github.com/matthew-brett/multibuild/blob/devel/manylinux_utils.sh#L26



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)