Use OpenMP

This commit is contained in:
Las Safin 2021-09-01 17:39:00 +00:00
parent 953a98b769
commit 521863e195
No known key found for this signature in database
GPG Key ID: E7FA928911B61ED6
1 changed files with 2 additions and 0 deletions

View File

@ -12,5 +12,7 @@ stdenv.mkDerivation {
buildInputs = [ boostWithPython coriolis-bootstrap qt4 ];
nativeBuildInputs = [ cmake ninja doxygen ];
cmakeFlags = [ "-DWITH_OPENMP:STRING=TRUE" ];
inherit version meta;
}