Search Criteria
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: | |
Submitter: | petRUShka |
Maintainer: | petRUShka |
Last Packager: | petRUShka |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2012-11-07 06:11 |
Last Updated: | 2017-02-01 12:59 |
Dependencies (4)
- boost (boost-git)
- boost-libs (boost171, boost-libs-git)
- opencl-icd-loader (khronos-ocl-icd, khronos-ocl-icd-git, ocl-icd)
- cmake (cmake-git) (make)
Required by (1)
- vim-opencl (optional)
Latest Comments
petRUShka commented on 2017-02-01 12:59
@Svenstaro, done
Svenstaro commented on 2016-12-09 14:54
Please replace the dep on libcl with opencl-icd-loader.
petRUShka commented on 2015-11-30 12:54
@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
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
This is currently 404 for me.
petRUShka commented on 2014-02-03 12:43
@Jonhoo, thanks for noticing, but URL is working now.
Jonhoo commented on 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
petRUShka commented on 2013-08-29 11:49
fixed
Anonymous comment on 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!
progtologist commented on 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.