3
0
Fork 0
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:
Vladimír Čunát 2020-02-14 18:31:53 +01:00
parent e24c04f278
commit b229e9fdfd
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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";