conda-forge / cross-python-feedstock

A conda-smithy repository for cross-python.
BSD 3-Clause "New" or "Revised" License
4 stars 15 forks source link

python vs python3.X #75

Open hmaarrfk opened 1 year ago

hmaarrfk commented 1 year ago

Comment:

For cross python, is there supposed to be a difference between the command

build: x86_64 target: aarch

python -c "import sysconfig; print(sysconfig.get_config_var('EXT_SUFFIX'))"
# .cpython-38-aarch64-linux-gnu.so

and

python3.8 -c "import sysconfig; print(sysconfig.get_config_var('EXT_SUFFIX'))"
# .cpython-38-x86_64-linux-gnu.so

This seems to be causing the discrepancies I am seeing in here https://github.com/conda-forge/openimageio-feedstock/pull/88

cross-python_linux-aarch64 3.8                  41_cpython    conda-forge