mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
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
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://libclc.llvm.org/;
|
||||
description = "Implementation of the library requirements of the OpenCL C programming language";
|
||||
|
Loading…
Reference in New Issue
Block a user