Unverified Commit b7211b44 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #307784 from b-rodrigues/fix_ocf

rPackages.ocf: fixed build
parents b60f7fb8 504fe234
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1153,6 +1153,10 @@ let
      postPatch = "patchShebangs configure";
    });

   ocf = old.ocf.overrideAttrs (attrs: {
      postPatch = "patchShebangs configure";
    });

    data_table = old.data_table.overrideAttrs (attrs: {
      env = (attrs.env or { }) // {
        NIX_CFLAGS_COMPILE = attrs.env.NIX_CFLAGS_COMPILE + " -fopenmp";