forked from mirrors/nixpkgs
libclc: enableParallelBuilding = true
Otherwise it takes quite some time. Tested on a 32-threaded machine, so there probably aren't common high-parallelism bugs.
This commit is contained in:
parent
e24c04f278
commit
b229e9fdfd
|
@ -28,6 +28,8 @@ stdenv.mkDerivation {
|
||||||
${python.interpreter} ./configure.py --prefix=$out
|
${python.interpreter} ./configure.py --prefix=$out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://libclc.llvm.org/;
|
homepage = http://libclc.llvm.org/;
|
||||||
description = "Implementation of the library requirements of the OpenCL C programming language";
|
description = "Implementation of the library requirements of the OpenCL C programming language";
|
||||||
|
|
Loading…
Reference in a new issue