Merge pull request #307784 from b-rodrigues/fix_ocf
rPackages.ocf: fixed build
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user