Browse Source

Rename 'libstarpumpi-1.0.pc' to 'starpumpi-1.0.pc'.

Nathalie Furmento 13 years ago
parent
commit
1acda224ac
4 changed files with 4 additions and 4 deletions
  1. 1 1
      Makefile.am
  2. 1 1
      configure.ac
  3. 2 2
      doc/chapters/mpi-support.texi
  4. 0 0
      starpumpi-1.0.pc.in

+ 1 - 1
Makefile.am

@@ -45,7 +45,7 @@ endif
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libstarpu.pc starpu-1.0.pc
 if USE_MPI
-pkgconfig_DATA += libstarpumpi.pc libstarpumpi-1.0.pc
+pkgconfig_DATA += libstarpumpi.pc starpumpi-1.0.pc
 endif
 
 versincludedir = $(includedir)/starpu/$(STARPU_EFFECTIVE_VERSION)

+ 1 - 1
configure.ac

@@ -1548,7 +1548,7 @@ AC_OUTPUT([
 	libstarpu.pc
 	starpu-1.0.pc
 	libstarpumpi.pc
-	libstarpumpi-1.0.pc
+	starpumpi-1.0.pc
 	starpufft/Makefile
 	starpufft/libstarpufft.pc
 	starpufft/libstarpufft-1.0.pc

+ 2 - 2
doc/chapters/mpi-support.texi

@@ -35,8 +35,8 @@ The flags required to compile or link against the MPI layer are then
 accessible with the following commands:
 
 @example
-% pkg-config --cflags libstarpumpi-1.0  # options for the compiler
-% pkg-config --libs libstarpumpi-1.0    # options for the linker
+% pkg-config --cflags starpumpi-1.0  # options for the compiler
+% pkg-config --libs starpumpi-1.0    # options for the linker
 @end example
 
 Also pass the @code{--static} option if the application is to be linked statically.

libstarpumpi-1.0.pc.in → starpumpi-1.0.pc.in