openfoam: Convert to new overlay system
This commit is contained in:
@@ -5,4 +5,6 @@ self: pkgs: with pkgs; {
|
||||
firedrake = callPackage ./firedrake { };
|
||||
|
||||
meraculous = callPackage ./meraculous.nix { };
|
||||
|
||||
openfoam = callPackage ./openfoam.nix { };
|
||||
}
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
with import <nixpkgs> {};
|
||||
{ stdenv, fetchurl, makeWrapper, flex, bison
|
||||
, zlib, boost, openmpi, readline, gperftools, cgal, metis, scotch, mpfr }:
|
||||
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "4.0";
|
||||
Reference in New Issue
Block a user