From 853ec1e33c7302627eb0a54e72032e20f920ea7d Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Fri, 19 Sep 2014 11:40:55 +0000 Subject: Add libclc. Llvm libclc implements the library requirements of the OpenCL C programming language, as specified by the OpenCL 1.1 spec. --- devel/libclc/files/patch-configure.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/libclc/files/patch-configure.py (limited to 'devel/libclc/files/patch-configure.py') diff --git a/devel/libclc/files/patch-configure.py b/devel/libclc/files/patch-configure.py new file mode 100644 index 000000000000..7506dcc6753c --- /dev/null +++ b/devel/libclc/files/patch-configure.py @@ -0,0 +1,11 @@ +--- configure.py.orig 2014-02-14 21:33:53.000000000 +0100 ++++ configure.py 2014-08-20 13:42:06.162076745 +0200 +@@ -228,7 +228,7 @@ + {'src': file, + 'dst': libexecdir} + for (file, dest) in install_files_bc]) +-install_cmd = ' && '.join(['%(old)s && mkdir -p ${DESTDIR}/%(dst)s && cp -r %(srcdir)s/generic/include/clc ${DESTDIR}/%(dst)s' % ++install_cmd = ' && '.join(['%(old)s && mkdir -p ${DESTDIR}/%(dst)s && cp -r generic/include/clc ${DESTDIR}/%(dst)s' % + {'old': install_cmd, + 'dst': includedir, + 'srcdir': srcdir}]) -- cgit v1.2.3