Merge pull request #167690 from collares/flint-parallel-building

This commit is contained in:
Artturi 2022-04-07 17:30:28 +03:00 committed by GitHub
commit 86b78d40ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,8 @@ stdenv.mkDerivation rec {
"--with-blas=${openblas}"
];
enableParallelBuilding = true;
doCheck = true;
meta = with lib; {