Next step: OMPI_INSTALL_BINARIES -> OPAL_INSTALL_BINARIES OMPI_ENSURE_CONTAINS_OPTFLAGS -> OPAL_ENSURE_CONTAINS_OPTFLAGS OMPI_CFLAGS_BEFORE_PICKY -> OPAL_CFLAGS_BEFORE_PICKY
Most of the rest of the changes are in the config area and configure.ac - we'll start with the following: config/opal_setup_cc.m4 -> move all OMPI/ompi to OPAL/opal ompi_show_title -> opal_show_title ompi_show_subtitle -> opal_show_subtitle Timeout: minus objection, end-of-week On Apr 27, 2014, at 4:39 PM, Ralph Castain <r...@open-mpi.org> wrote: > WHAT: continue the cleanup of build system abstractions that was started > a couple of years ago by Brian, Jeff, and I. The objective is to > fix > all the naming conventions for things like OMPI_CHECK_PACKAGE > so they accurately reflect their targeted level in the code base > - e.g., > OMPI_foo gets used for things in the MPI layer. This basically > just > corrects some historical decisions made before we cared as much > about abstractions > > WHEN: to be done in a series of commits over the next two months > > HOW: a simple search_replace.pl across the repo > > First step: > OMPI_CHECK_PACKAGE -> OPAL_CHECK_PACKAGE > OMPI_CHECK_FUNC_LIB -> OPAL_CHECK_FUNC_LIB > OMPI_CHECK_COMPILER_WORKS -> OPAL_CHECK_COMPILER_WORKS > OMPI_CHECK_WITHDIR -> OPAL_CHECK_WITHDIR > > > TIMEOUT: if nobody raises an objection, sometime after the Tues telecon > >