1
1
openmpi/opal/mca/event
Jeff Squyres 69aa46e167 libevent2022/configure.m4: always invoke sub-configure
In order to make "make distclean" (and friends) work, we need to
*always* invoke the embedded configure script -- even if we know that
we're not going to use this component.

But in cases where we know we're not going to use this component, we
also need to avoid the side effects of the code path that is used when
we *do* want to use this component.  So split the two possibilities
into two different macros:

1. MCA_opal_event_libevent2022_FAKE_CONFIG: which does almost nothing
   except invoke the underlying "configure" script.
2. MCA_opal_event_libevent2022_REAL_CONFIG: which does all the real
   work (including invoking the underlying "configure" script).

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2018-08-11 06:03:46 -07:00
..
base event: plug a leak when closing the event framework 2017-01-06 13:46:35 +09:00
external Leave opal_event_external_support exposed as global var 2018-07-23 09:18:48 -07:00
libevent2022 libevent2022/configure.m4: always invoke sub-configure 2018-08-11 06:03:46 -07:00
configure.m4 event/external: prefer external event component 2018-07-23 09:20:27 +09:00
event.h Rename the current opal_event_base to opal_sync_event_base in preparation for adding an async progress thread to opal. No functional changes made here - just a simple rename. 2015-07-11 10:08:19 -07:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
OMPI_LIBEVENT_README.txt Update to libevent 2.0.22-stable 2015-01-06 16:37:25 -08:00