We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db01b4f commit 0fe1deaCopy full SHA for 0fe1dea
nix/coloquinte.nix
@@ -12,8 +12,6 @@ stdenv.mkDerivation {
12
buildInputs = [ boostWithPython coriolis-bootstrap qt4 ];
13
nativeBuildInputs = [ cmake ninja doxygen ];
14
15
- cmakeFlags = [ "-DWITH_OPENMP:STRING=TRUE" ];
16
-
17
inherit version;
18
19
meta = meta // { license = lib.licenses.gpl2Plus; };
0 commit comments