Package Details: clcc 0.3.0-8

Git Clone URL: https://aur.archlinux.org/clcc.git (read-only, click to copy)
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/
Licenses: Boost Software License 1.0
Submitter: petRUShka
Maintainer: petRUShka
Last Packager: petRUShka
Votes: 7
Popularity: 0.000000
First Submitted: 2012-11-07 06:11 (UTC)
Last Updated: 2017-02-01 12:59 (UTC)

Latest Comments

petRUShka commented on 2017-02-01 12:59 (UTC)

@Svenstaro, done

svenstaro commented on 2016-12-09 14:54 (UTC)

Please replace the dep on libcl with opencl-icd-loader.

petRUShka commented on 2015-11-30 12:54 (UTC)

@Svenstaro, thanks for your report! I did never expirience broken mirror. So I left link to metamirror. If there are another reports like yours I fix the mirror. I've fixed libboost compilation error.

svenstaro commented on 2015-11-28 02:53 (UTC)

Alright found it out, you need to use a specific server because sourceforge has broken mirrors. I made a fixed package: http://pastie.org/10585133 I also needed to fix the boost linking by adding a sed line.

svenstaro commented on 2015-11-28 02:40 (UTC)

This is currently 404 for me.

petRUShka commented on 2014-02-03 12:43 (UTC)

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

Jonhoo commented on 2013-10-01 12:02 (UTC)

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

petRUShka commented on 2013-08-29 11:49 (UTC)

fixed

<deleted-account> commented on 2013-07-15 02:46 (UTC)

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!

progtologist commented on 2013-07-02 23:12 (UTC)

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.