AnacondaRecipes / python-feedstock

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

Backport _PYTHON_SYSCONFIGDATA_NAME from Python 3.6 to 2.7 #5

Closed jjhelmus closed 7 years ago

jjhelmus commented 7 years ago

Allows setting the config data loaded to be controlled via the _PYTHON_SYSCONFIGDATA_NAME variable. This is uses to present a more standard configuration when the conda installable toolchain is not activated. This allows the system compilers to be more easily used.

The linker (ld) from the toolchain is included in the python distribution as this is needed to properly link most programs.

jjhelmus commented 7 years ago

Hold up on review/merging this, I need to add -B /opt/anaconda.....

msarahan commented 7 years ago

argh, good catch. Forgot to add that to py35 too.

jjhelmus commented 7 years ago

Ready for a review