]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Build system hacks to build and install the MPI wrappers library when
authorJulian Seward <jseward@acm.org>
Thu, 2 Mar 2006 13:48:21 +0000 (13:48 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 2 Mar 2006 13:48:21 +0000 (13:48 +0000)
commitf1d729480cda486f24ecddc2bd3a8769417374f4
treef3f650273697852641956b003a1658bc971f2a5a
parent37483de7df6b7787268db05f201a7616341253dc
Build system hacks to build and install the MPI wrappers library when
a suitable mpi.h is found at configure time.  This also adds the
configure flag --with-mpi=/path/to/mpi/install so that libmpiwrap.so
can be built against any given MPI installation.

libmpiwrap.so is built and installed for the primary target only.  As
usual this all involves various unsavoury build-system hacks.
Fortunately they are all in auxprogs/Makefile.am and configure.in
don't interact with any of our existing build-system hacks :-)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5707
auxprogs/Makefile.am
auxprogs/mpiwrap.c
configure.in