From d721437c8d83f72014275c6581facbb41ca483ce Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Mon, 22 Apr 2013 17:05:56 +0000 Subject: [PATCH] Somebody (accidentally) removed the instructions for updating libevent releases in OMPI, so replace them with at least an outline on how to do it. This commit was SVN r28349. --- opal/mca/event/OMPI_LIBEVENT_README.txt | 26 +++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 opal/mca/event/OMPI_LIBEVENT_README.txt diff --git a/opal/mca/event/OMPI_LIBEVENT_README.txt b/opal/mca/event/OMPI_LIBEVENT_README.txt new file mode 100644 index 0000000000..23b676271a --- /dev/null +++ b/opal/mca/event/OMPI_LIBEVENT_README.txt @@ -0,0 +1,26 @@ +* create a new subdirectory opal/mca/event/libeventxxxx + +* copy these files from the current component to the new directory + autogen.subdirs + configure.m4 + libeventxxxx_component.c + libeventxxxx_module.c + libeventxxxx.h + Makefile.am + opal_check_visibility.m4 + +* update the libevent version numbers in the above files by doing a global replace + +* expand the libevent tarball into the new directory under a subdirectory named "libevent" + +* copy libeventxxxx/libevent/opal_rename.h to the new libeventyyyy/libevent and change the version number in the symbol renames + +* rename libevent/configure.in to libevent/configure.ac + +* edit the following files per their counterparts in the current version + libevent/configure.ac + libevent/Makefile.am + libevent/include/event2/event.h + libevent/include/event2/thread.h + libevent/log-internal.h + libevent/log.c