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. UsingLOCATION
should limit it to the Python we want (e.g., via GEOSpyD module)
What's Changed
- v4: Use LOCATION Python FIND_STRATEGY by @mathomp4 in #419
- GitFlow: Merge develop to main for release by @mathomp4 in #420
Full Changelog: v4.10.0...v4.11.0