mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
flint: set enableParallelBuilding = true
This commit is contained in:
parent
b6966d911d
commit
a48bc3cc89
@ -42,6 +42,8 @@ stdenv.mkDerivation rec {
|
||||
"--with-blas=${openblas}"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user