diff options
| author | Christoph Junghans <ottxor@gentoo.org> | 2016-09-05 17:53:42 -0600 |
|---|---|---|
| committer | Christoph Junghans <ottxor@gentoo.org> | 2016-09-05 18:05:57 -0600 |
| commit | 71bcf9a4882aa536b30c770cd74dd6b848d03de3 (patch) | |
| tree | dc0dc008ad302f587812d1db3f3e1e6d2501c7be /sys-cluster/nullmpi/files/nullmpi-0.7-libtool.patch | |
| parent | 3e909567477932028cb0d40e8d2aaf12a28d8568 (diff) | |
| download | gentoo-71bcf9a4882aa536b30c770cd74dd6b848d03de3.tar.gz gentoo-71bcf9a4882aa536b30c770cd74dd6b848d03de3.tar.bz2 gentoo-71bcf9a4882aa536b30c770cd74dd6b848d03de3.zip | |
sys-cluster/nullmpi: initial commit
Package-Manager: portage-2.2.28
Diffstat (limited to 'sys-cluster/nullmpi/files/nullmpi-0.7-libtool.patch')
| -rw-r--r-- | sys-cluster/nullmpi/files/nullmpi-0.7-libtool.patch | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/sys-cluster/nullmpi/files/nullmpi-0.7-libtool.patch b/sys-cluster/nullmpi/files/nullmpi-0.7-libtool.patch new file mode 100644 index 000000000000..60b56930938f --- /dev/null +++ b/sys-cluster/nullmpi/files/nullmpi-0.7-libtool.patch @@ -0,0 +1,53 @@ +diff -Naur nullmpi-0.7.orig/configure.ac nullmpi-0.7/configure.ac +--- nullmpi-0.7.orig/configure.ac 2011-01-23 17:20:35.000000000 +0100 ++++ nullmpi-0.7/configure.ac 2011-01-23 17:21:21.000000000 +0100 +@@ -18,6 +18,7 @@ + AC_PROG_RANLIB + AC_PROG_LN_S + AC_PROG_MAKE_SET ++LT_INIT + + # Checks for header files. + AC_HEADER_STDC +diff -Naur nullmpi-0.7.orig/pmpi/Makefile.am nullmpi-0.7/pmpi/Makefile.am +--- nullmpi-0.7.orig/pmpi/Makefile.am 2011-01-23 17:20:35.000000000 +0100 ++++ nullmpi-0.7/pmpi/Makefile.am 2011-01-23 17:41:58.000000000 +0100 +@@ -1,7 +1,7 @@ + ## process this file with automake to produce Makefile.in + +-lib_LIBRARIES = libnullpmpi.a +-libnullpmpi_a_SOURCES = \ ++lib_LTLIBRARIES = libnullpmpi.la ++libnullpmpi_la_SOURCES = \ + abort.c \ + allgather.c \ + allgatherv.c \ +@@ -115,4 +115,6 @@ + waitsome.c \ + pmpi_wrap.h + ++libnullpmpi_la_LIBADD = ../src/libnullmpi.la ++ + AM_CPPFLAGS = -I$(srcdir)/../src -DPROFILELIB +diff -Naur nullmpi-0.7.orig/pmpi/out.c nullmpi-0.7/pmpi/out.c +--- nullmpi-0.7.orig/pmpi/out.c 2011-01-23 17:20:35.000000000 +0100 ++++ nullmpi-0.7/pmpi/out.c 2011-01-23 17:47:38.000000000 +0100 +@@ -1,3 +1,3 @@ + #include "pmpi_wrap.h" + +-PMPI_WRAP2(MPI_Abort, MPI_Comm, int) ++/*PMPI_WRAP2(MPI_Abort, MPI_Comm, int)*/ +diff -Naur nullmpi-0.7.orig/src/Makefile.am nullmpi-0.7/src/Makefile.am +--- nullmpi-0.7.orig/src/Makefile.am 2011-01-23 17:20:35.000000000 +0100 ++++ nullmpi-0.7/src/Makefile.am 2011-01-23 17:22:11.000000000 +0100 +@@ -1,8 +1,8 @@ + ## process this file with automake to produce Makefile.in + + include_HEADERS = $(PUBLICHEADERS) +-lib_LIBRARIES = libnullmpi.a +-libnullmpi_a_SOURCES = $(PUBLICHEADERS) $(PRIVATEHEADERS) $(PRIVATESOURCES) ++lib_LTLIBRARIES = libnullmpi.la ++libnullmpi_la_SOURCES = $(PUBLICHEADERS) $(PRIVATEHEADERS) $(PRIVATESOURCES) + + PUBLICHEADERS = \ + mpi.h \ |
