I'm building my package inside a manylinux1 container (CentOS 5), so that the dylibs can be used in Python wheels. This used to work perfectly, but the change to cross and its dependence on sort --sort-version is difficult to fix; I can't even upgrade to the latest coreutils, because CentOS 5 doesn't support the .xz format that's used after coreutils version 8.13
I know gsort can be installed using homebrew on MacOS, but I wonder if there's a simple way to fix this…
I'm building my package inside a manylinux1 container (CentOS 5), so that the dylibs can be used in Python wheels. This used to work perfectly, but the change to cross and its dependence on
sort --sort-version
is difficult to fix; I can't even upgrade to the latest coreutils, because CentOS 5 doesn't support the.xz
format that's used after coreutils version 8.13I know gsort can be installed using homebrew on MacOS, but I wonder if there's a simple way to fix this…