-
Notifications
You must be signed in to change notification settings - Fork 866
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libltdl: adjust rest of tree for embedded libltdl
Adjust .gitignore for files that we should and should not ignore in the embedded opal/libltdl (and friends). Also make changes to autogen.pl: * Remove some old kruft about the preopen error diff patch and FreeBSD shenanigans * Update some configure ordering of CUDA libltdl checking to ensure that it happens after libltdl is setup * Set all the LTDL macros that our build system expects (i.e., that LTDL_INIT/libtoolize used to do for us, such as LIBLTDL, LTDLDEPS, LTDLINCL). * Adjust all inclusions of `ltdl.h` to now use `#include <ltdl.h>` and simply set CPPFLAGS if we need it to point to the one embedded in the OMPI source tree. * Adjust autogen.pl to run "autoreconf" in the opal/libltdl tree. Critically, we need to NOT run `libtoolize`, though (there's complicated sequencing in the bootstrapping of the Libtool/libltdl packages that makes that magically work somehow -- but now we don't want that magic: we want libltdl to be just like any other embedded package that just needs a configure script and some Automake-ified Makefiles).
- Loading branch information
Showing
12 changed files
with
92 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters