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

« back to all changes in this revision

Viewing changes to contrib/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:
105
105
        $(top_srcdir)/config/ompi_check_udapl.m4 \
106
106
        $(top_srcdir)/config/ompi_check_vendor.m4 \
107
107
        $(top_srcdir)/config/ompi_check_visibility.m4 \
 
108
        $(top_srcdir)/config/ompi_check_withdir.m4 \
108
109
        $(top_srcdir)/config/ompi_check_xgrid.m4 \
109
110
        $(top_srcdir)/config/ompi_config_asm.m4 \
110
111
        $(top_srcdir)/config/ompi_config_pthreads.m4 \
149
150
        $(top_srcdir)/opal/mca/memcpy/configure.m4 \
150
151
        $(top_srcdir)/opal/mca/memory/configure.m4 \
151
152
        $(top_srcdir)/opal/mca/memory/malloc_solaris/configure.m4 \
152
 
        $(top_srcdir)/opal/mca/memory/mallopt/configure.m4 \
153
153
        $(top_srcdir)/opal/mca/memory/ptmalloc2/configure.m4 \
154
154
        $(top_srcdir)/opal/mca/paffinity/configure.m4 \
155
155
        $(top_srcdir)/opal/mca/paffinity/darwin/configure.m4 \
851
851
mandir = @mandir@
852
852
memchecker_valgrind_CPPFLAGS = @memchecker_valgrind_CPPFLAGS@
853
853
memory_malloc_solaris_LIBS = @memory_malloc_solaris_LIBS@
854
 
memory_mallopt_LIBS = @memory_mallopt_LIBS@
855
854
memory_ptmalloc2_LIBS = @memory_ptmalloc2_LIBS@
856
855
mkdir_p = @mkdir_p@
857
856
mtl_mx_CFLAGS = @mtl_mx_CFLAGS@
922
921
        platform/lanl/macosx-dynamic \
923
922
        platform/lanl/macosx-dynamic-optimized \
924
923
        platform/lanl/macosx-static-leopard \
 
924
        platform/lanl/rr-class/debug-panasas \
 
925
        platform/lanl/rr-class/debug-panasas.conf \
925
926
        platform/lanl/rr-class/debug-nopanasas \
926
 
        platform/lanl/rr-class/debug-panasas \
927
 
        platform/lanl/rr-class/debug.conf \
928
927
        platform/lanl/rr-class/debug-nopanasas.conf \
929
 
        platform/lanl/rr-class/debug-panasas.conf \
930
928
        platform/lanl/rr-class/optimized-nopanasas \
 
929
        platform/lanl/rr-class/optimized-nopanasas.conf \
931
930
        platform/lanl/rr-class/optimized-panasas \
932
 
        platform/lanl/rr-class/optimized.conf \
933
 
        platform/lanl/rr-class/optimized-nopanasas.conf \
934
931
        platform/lanl/rr-class/optimized-panasas.conf \
 
932
        platform/lanl/rr-class/debug-panasas-nocell \
 
933
        platform/lanl/rr-class/debug-panasas-nocell.conf \
 
934
        platform/lanl/rr-class/debug-nopanasas-nocell \
 
935
        platform/lanl/rr-class/debug-nopanasas-nocell.conf \
 
936
        platform/lanl/rr-class/optimized-nopanasas-nocell \
 
937
        platform/lanl/rr-class/optimized-nopanasas-nocell.conf \
 
938
        platform/lanl/rr-class/optimized-panasas-nocell \
 
939
        platform/lanl/rr-class/optimized-panasas-nocell.conf \
935
940
        platform/lanl/tlcc/debug-nopanasas \
936
941
        platform/lanl/tlcc/debug-panasas \
937
 
        platform/lanl/tlcc/debug.conf \
938
942
        platform/lanl/tlcc/debug-nopanasas.conf \
939
943
        platform/lanl/tlcc/debug-panasas.conf \
940
944
        platform/lanl/tlcc/optimized-nopanasas \
941
945
        platform/lanl/tlcc/optimized-panasas \
942
 
        platform/lanl/tlcc/optimized.conf \
943
946
        platform/lanl/tlcc/optimized-nopanasas.conf \
944
947
        platform/lanl/tlcc/optimized-panasas.conf
945
948