@Jonhoo, thanks for noticing, but URL is working now.
Search Criteria
Package Details: clcc 0.3.0-6
Package Actions
| 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: | |
| 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
Comment by Jonhoo
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
fixed
Anonymous comment
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
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.