openfoam: 4.0 -> 8 (using older compiler didn't work with CGAL)
This commit is contained in:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user