You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configure.ac: Add explicit test for Python >= v3.7
Open MPI's Python scripts have been tested with v3.6 and work, but the
pympistandard module requires Python >= v3.7. Hence, the minimum
Python version required is v3.7.
* Add an explicit test to early in configure.ac for Python >= v3.7 if:
* We're building the Fortran MPI bindings
* We're in a Git clone
* Remove a test later in configure for Python >= v3.6 for generating
the Fortran bindings
* Update several places in the docs to note that Open MPI now requires
Python >= v3.7 to build in certain conditions
* Maintain the minimum required Python version in VERSION (along with
other external dependency minimum versions)
Signed-off-by: Jeff Squyres <jeff@squyres.com>
0 commit comments