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
configury: always require Python for building Open MPI
Commit cb4fe48 didn't quite get the Python configury tests correct.
This commit fixes several issues:
* Move the AM_INIT_AUTOMAKE up before we call AM_PATH_PYTHON.
* Since we converted a few Perl scripts to Python in a60b03b, we now
*always* need Python to build Open MPI. Multiple Python scripts are
invoked post-configure (i.e., reacting to configure results -- see
a60b03b) to build the C and Fortran and MPI bindings.
* Since we now always have Python, remove the OMPI_GENERATE_BINDINGS
AM_CONDITIONAL.
* Use the slightly-more-correct $(PYTHON) in Makefile.am
(vs. $(python)).
Signed-off-by: Jeff Squyres <jeff@squyres.com>
0 commit comments