openfoam: 4.0 -> 8 (using older compiler didn't work with CGAL)

This commit is contained in:
Tyson Whitehead
2021-01-26 19:38:07 -05:00
parent 0fb47b7672
commit 8a98bdc5f7
3 changed files with 26 additions and 24 deletions

View File

@@ -23,7 +23,7 @@ self: super: pkgs: with pkgs; {
inherit (callPackage ./opengl/default.nix { inherit super; }) libGL mesa_glxgallium;
openfoam = callPackage ./openfoam { stdenv = overrideCC stdenv gcc7; };
openfoam = callPackage ./openfoam.nix { };
openslide = callPackage ./openslide { };