Browse Source

SOCL: remove pkg-config file

Sylvain Henry 12 years ago
parent
commit
6e42a45f11
6 changed files with 0 additions and 96 deletions
  1. 0 2
      configure.ac
  2. 0 5
      socl/Makefile.am
  3. 0 2
      socl/README
  4. 0 29
      socl/socl-1.0.pc.in
  5. 0 29
      socl/socl-1.1.pc.in
  6. 0 29
      socl/socl-1.2.pc.in

+ 0 - 2
configure.ac

@@ -2219,8 +2219,6 @@ AC_OUTPUT([
 	socl/Makefile
 	socl/Makefile
 	socl/src/Makefile
 	socl/src/Makefile
 	socl/examples/Makefile
 	socl/examples/Makefile
-        socl/socl-1.0.pc
-	socl/socl-1.1.pc
 	socl/vendors/socl.icd
 	socl/vendors/socl.icd
 	libstarpu.pc
 	libstarpu.pc
 	starpu-1.0.pc
 	starpu-1.0.pc

+ 0 - 5
socl/Makefile.am

@@ -17,11 +17,6 @@ SUBDIRS = src examples
 
 
 EXTRA_DIST = README
 EXTRA_DIST = README
 
 
-libsocl_la_includedir=$(includedir)/starpu/$(STARPU_EFFECTIVE_VERSION)/socl/CL
-
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = socl-1.0.pc socl-1.1.pc
-
 showcheck:
 showcheck:
 	for i in $(SUBDIRS) ; do \
 	for i in $(SUBDIRS) ; do \
 		make -C $$i showcheck ; \
 		make -C $$i showcheck ; \

+ 0 - 2
socl/README

@@ -3,5 +3,3 @@ StarPU's OpenCL interface
 
 
 This directory contains an OpenCL implementation that can
 This directory contains an OpenCL implementation that can
 be used as a replacement of the classic StarPU's API.
 be used as a replacement of the classic StarPU's API.
-
-OpenCL applications need to be compiled using provided headers.

+ 0 - 29
socl/socl-1.0.pc.in

@@ -1,29 +0,0 @@
-# StarPU --- Runtime system for heterogeneous multicore architectures.
-#
-# Copyright (C) 2009-2011  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
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2.1 of the License, or (at
-# your option) any later version.
-#
-# StarPU is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-#
-# See the GNU Lesser General Public License in COPYING.LGPL for more details.
-
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: socl
-Description: offers OpenCL implementation on top of StarPU
-Version: @PACKAGE_VERSION@
-Cflags: -I${includedir}/starpu/@STARPU_EFFECTIVE_VERSION@/socl
-Libs: -L${libdir} -lsocl-@STARPU_EFFECTIVE_VERSION@
-Libs.private: @LDFLAGS@ @LIBS@
-Requires: starpu-1.0
-Requires.private:

+ 0 - 29
socl/socl-1.1.pc.in

@@ -1,29 +0,0 @@
-# StarPU --- Runtime system for heterogeneous multicore architectures.
-#
-# Copyright (C) 2009-2011, 2013  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
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2.1 of the License, or (at
-# your option) any later version.
-#
-# StarPU is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-#
-# See the GNU Lesser General Public License in COPYING.LGPL for more details.
-
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: socl
-Description: offers OpenCL implementation on top of StarPU
-Version: @PACKAGE_VERSION@
-Cflags: -I${includedir}/starpu/@STARPU_EFFECTIVE_VERSION@/socl
-Libs: -L${libdir} -lsocl-@STARPU_EFFECTIVE_VERSION@
-Libs.private: @LDFLAGS@ @LIBS@
-Requires: starpu-1.1
-Requires.private:

+ 0 - 29
socl/socl-1.2.pc.in

@@ -1,29 +0,0 @@
-# StarPU --- Runtime system for heterogeneous multicore architectures.
-#
-# Copyright (C) 2009-2011, 2013  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
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2.1 of the License, or (at
-# your option) any later version.
-#
-# StarPU is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-#
-# See the GNU Lesser General Public License in COPYING.LGPL for more details.
-
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: socl
-Description: offers OpenCL implementation on top of StarPU
-Version: @PACKAGE_VERSION@
-Cflags: -I${includedir}/starpu/@STARPU_EFFECTIVE_VERSION@/socl
-Libs: -L${libdir} -lsocl-@STARPU_EFFECTIVE_VERSION@
-Libs.private: @LDFLAGS@ @LIBS@
-Requires: starpu-1.2
-Requires.private: