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: 8
Popularity: 0.77
First Submitted: 2012-11-07 06:11 (UTC)
Last Updated: 2017-02-01 12:59 (UTC)

Latest Comments

1 2 Next › Last »

veganvelociraptr commented on 2025-06-11 11:27 (UTC)

CMake Error in CMakeLists.txt: No cmake_minimum_required command is present. A line of code such as

cmake_minimum_required(VERSION 4.0)

should be added at the top of the file. The version specified may be lower if you wish to support older CMake versions for this project. For more information run "cmake --help-policy CMP0000".

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!