|
@@ -1,6 +1,6 @@
|
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
#
|
|
|
-# Copyright (C) 2009, 2010, 2011 Université de Bordeaux 1
|
|
|
+# Copyright (C) 2009-2012 Université de Bordeaux 1
|
|
|
# Copyright (C) 2010, 2011, 2012 Centre National de la Recherche Scientifique
|
|
|
#
|
|
|
# StarPU is free software; you can redistribute it and/or modify
|
|
@@ -23,5 +23,5 @@ Name: starpufft
|
|
|
Description: offers support for heterogeneous multicore architecture
|
|
|
Version: @PACKAGE_VERSION@
|
|
|
Cflags: -I${includedir}/starpu/@STARPU_EFFECTIVE_VERSION@ @STARPU_CUDA_CPPFLAGS@ -DSTARPU_USE_DEPRECATED_API
|
|
|
-Libs: -L${libdir} -lstarpufft
|
|
|
+Libs: -L${libdir} -lstarpufft-@STARPU_EFFECTIVE_VERSION@
|
|
|
Libs.private: @LDFLAGS@ @LIBS@ @STARPU_CUFFT_LDFLAGS@ @FFTW_LIBS@ @FFTWF_LIBS@
|