From 0fe1deac948e74df402e9ded5c0f5635d4d983a0 Mon Sep 17 00:00:00 2001 From: Gabriel Gouvine Date: Thu, 8 Jun 2023 16:43:24 +0200 Subject: [PATCH] Remove OpenMP flags in nix build --- nix/coloquinte.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nix/coloquinte.nix b/nix/coloquinte.nix index 7f835b81..08f43c98 100644 --- a/nix/coloquinte.nix +++ b/nix/coloquinte.nix @@ -12,8 +12,6 @@ stdenv.mkDerivation { buildInputs = [ boostWithPython coriolis-bootstrap qt4 ]; nativeBuildInputs = [ cmake ninja doxygen ]; - cmakeFlags = [ "-DWITH_OPENMP:STRING=TRUE" ]; - inherit version; meta = meta // { license = lib.licenses.gpl2Plus; };