Package Details: clcc 0.3.0-6

Package Base: clcc
Description: CLCC is a compiler for OpenCL kernel source files. It's tool for application developers who want to verify their OpenCL code actually gets compiled by the driver before their program tries to compile it on-demand.
Upstream URL: http://clcc.sourceforge.net/
Category: devel
Licenses: Boost Software License 1.0
Submitter: petRUShka
Maintainer: petRUShka
Last Packager: petRUShka
Votes: 5
First Submitted: 2012-11-07 06:11
Last Updated: 2015-03-11 15:07

Latest Comments

Comment by petRUShka

2014-02-03 12:43

@Jonhoo, thanks for noticing, but URL is working now.

Comment by Jonhoo

2013-10-01 12:02

The source URL seems to have stopped working.
Using this instead seems to do the trick:

http://downloads.sourceforge.net/project/clcc/v$pkgver/clcc-$pkgver-$_pkgbuild-src.zip?use_mirror=citylan

Comment by petRUShka

2013-08-29 11:49

fixed

Anonymous comment

2013-07-15 02:46

I was getting the same error, but found a dirty fix.

In clcc-0.3.0-25-src/src/CMakeLists.txt change Boost_USE_STATIC_LIBS to OFF.

Cheers!

Comment by progtologist

2013-07-02 23:12

I am getting this output
CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:1104 (message):
Unable to find the requested Boost libraries.

Boost version: 1.53.0

Boost include path: /usr/include

The following Boost libraries could not be found:

boost_program_options

No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the
directory containing Boost libraries or BOOST_ROOT to the location of
Boost.