Skip to content

Commit 0fe1dea

Browse files
committed
Remove OpenMP flags in nix build
1 parent db01b4f commit 0fe1dea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nix/coloquinte.nix

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ stdenv.mkDerivation {
1212
buildInputs = [ boostWithPython coriolis-bootstrap qt4 ];
1313
nativeBuildInputs = [ cmake ninja doxygen ];
1414

15-
cmakeFlags = [ "-DWITH_OPENMP:STRING=TRUE" ];
16-
1715
inherit version;
1816

1917
meta = meta // { license = lib.licenses.gpl2Plus; };

0 commit comments

Comments
 (0)