~james-page/ubuntu/precise/openmpi1.5/new

« back to all changes in this revision

Viewing changes to orte/mca/oob/tcp/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Manuel Prinz
  • Date: 2009-04-23 14:01:21 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090423140121-vsi3pqa6g30j4qiy
Tags: 1.3.2-1
* New upstream release. (Closes: #520597, #515116)
  - Manpage and VampirTrace patches removed, included upstream.
* Fixed build issues on Alpha. Huge thanks to Arthur Loiret for providing
  access to his machines for testing! (Closes: #510845, #517543)
* Fixed build issues on Sparc. (Closes: #519725)
* Fixed manpage-has-errors-from-man lintian warnings.
* Faked SONAME change by renaming library package. (Closes: #512616)
* Made libopenmpi-dev depend on libibverbs-dev. (Closes: #522153)
* Support for "nocheck" build option in debian/rules.
* Updated Standards-Version in debian/control.
* Changed section of libopenmpi-dbg to "debug".
* Updated debian/copyright.

* Dirk Eddelbuettel removed himself from Uploaders. The team thanks Dirk
  for his long-term contribution and effort to get Open MPI back to life.
  I personally thank Dirk for encouraging me to become a Debian Developer
  and his support and mentoring on that way and beyond.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
        $(top_srcdir)/config/ompi_check_udapl.m4 \
104
104
        $(top_srcdir)/config/ompi_check_vendor.m4 \
105
105
        $(top_srcdir)/config/ompi_check_visibility.m4 \
 
106
        $(top_srcdir)/config/ompi_check_withdir.m4 \
106
107
        $(top_srcdir)/config/ompi_check_xgrid.m4 \
107
108
        $(top_srcdir)/config/ompi_config_asm.m4 \
108
109
        $(top_srcdir)/config/ompi_config_pthreads.m4 \
147
148
        $(top_srcdir)/opal/mca/memcpy/configure.m4 \
148
149
        $(top_srcdir)/opal/mca/memory/configure.m4 \
149
150
        $(top_srcdir)/opal/mca/memory/malloc_solaris/configure.m4 \
150
 
        $(top_srcdir)/opal/mca/memory/mallopt/configure.m4 \
151
151
        $(top_srcdir)/opal/mca/memory/ptmalloc2/configure.m4 \
152
152
        $(top_srcdir)/opal/mca/paffinity/configure.m4 \
153
153
        $(top_srcdir)/opal/mca/paffinity/darwin/configure.m4 \
879
879
mandir = @mandir@
880
880
memchecker_valgrind_CPPFLAGS = @memchecker_valgrind_CPPFLAGS@
881
881
memory_malloc_solaris_LIBS = @memory_malloc_solaris_LIBS@
882
 
memory_mallopt_LIBS = @memory_mallopt_LIBS@
883
882
memory_ptmalloc2_LIBS = @memory_ptmalloc2_LIBS@
884
883
mkdir_p = @mkdir_p@
885
884
mtl_mx_CFLAGS = @mtl_mx_CFLAGS@