Skip to content

v4: Use LOCATION Python FIND_STRATEGY

Latest
Compare
Choose a tag to compare
@mathomp4 mathomp4 released this 03 Jan 16:04
80f22ba

This update to v4 moves to use the LOCATION strategy for finding Python. This is needed as NAS (at least) has a very recent, but empty (no f2py) Python stack in the default path. Using LOCATION should limit it to the Python we want (e.g., via GEOSpyD module)


From CHANGELOG.md

Changed

  • Move to use Python FIND_STRATEGY LOCATION by default. This is needed as NAS (at least) has a very recent, but empty (no f2py) Python stack in the default path. Using LOCATION should limit it to the Python we want (e.g., via GEOSpyD module)

What's Changed

Full Changelog: v4.10.0...v4.11.0