conda-tools / conda-build-all

BSD 3-Clause "New" or "Revised" License
30 stars 24 forks source link

Corrected bad auto-pinning of CONDA_PY and CONDA_NPY behaviour. #57

Closed pelson closed 8 years ago

jakirkham commented 8 years ago

Let me try and test this. 😄

jakirkham commented 8 years ago

From testing this locally this seems to work well. It tried to pick up Python 2.6, but I think if the right matrix conditions are set (which I seem to be having trouble with problem due to a PEBCAK error), this should be fine.

jakirkham commented 8 years ago

The main reason to note the Python 2.6 issue is it is trying to get the newest NumPy 1.11.x and install it with Python 2.6. Maybe it should try to go back to earlier NumPy versions until one works. Then again Python 2.6 is basically gone so maybe it isn't worth thinking about further.