Procházet zdrojové kódy

Rename 'starpufft/libstarpufft-1.0.pc' to 'starpufft/starpufft-1.0.pc'.

Nathalie Furmento před 13 roky
rodič
revize
3bd3ca7289

+ 1 - 1
configure.ac

@@ -1551,7 +1551,7 @@ AC_OUTPUT([
 	starpumpi-1.0.pc
 	starpufft/Makefile
 	starpufft/libstarpufft.pc
-	starpufft/libstarpufft-1.0.pc
+	starpufft/starpufft-1.0.pc
 	examples/Makefile
         examples/opt/Makefile
 	examples/stencil/Makefile

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

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

+ 1 - 1
starpufft/Makefile.am

@@ -38,7 +38,7 @@ versinclude_HEADERS = 				\
 	starpufft.h
 
 pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = libstarpufft.pc libstarpufft-1.0.pc
+pkgconfig_DATA = libstarpufft.pc starpufft-1.0.pc
 
 libstarpufft_@STARPU_EFFECTIVE_VERSION@_la_SOURCES = starpufft.c starpufftf.c starpufft_common.c
 libstarpufft_@STARPU_EFFECTIVE_VERSION@_la_LIBADD = $(top_builddir)/src/libstarpu-@STARPU_EFFECTIVE_VERSION@.la $(FFTW_LIBS) $(FFTWF_LIBS) $(STARPU_CUDA_LDFLAGS) $(STARPU_OPENCL_LDFLAGS) $(STARPU_CUFFT_LDFLAGS)

starpufft/libstarpufft-1.0.pc.in → starpufft/starpufft-1.0.pc.in