transforms/python-3-soabi
author Stefan Teleman <stefan.teleman@oracle.com>
Tue, 10 Feb 2015 11:59:45 -0800
changeset 3758 cc71a31c59be
parent 2060 a9ad5cd0ec29
child 4912 0b79e9575718
permissions -rw-r--r--
20021111 openexr fails to build with studio 12.4 fcs 17991155 Pythia Build54.0 compiler fails: function "memset" must have prototype 20460420 OPENEXR should have some master test results to compare against

# Python 2's ABI for .so files is to simply append ".so".  But for Python
# 3, it appends ".cpython-3#[d][m][u].so", where # is the minor version,
# "d" is added if built --with-pydebug (we don't), "m" is added if built
# --with-pymalloc (we do) and "u" is added if built --with-wide-unicode
# (we don't).  See http://legacy.python.org/dev/peps/pep-3149/ for details.
<transform file -> edit path \
    (usr/lib/python3.)([0-9])(/vendor-packages/(.*/)?64/.*)\.so \
    \\1\\2\\3.cpython-3\\2m.so >