18 buildPythonPackage rec {
22 src = fetchFromGitHub {
26 sha256 = "sha256-oTg/5fGXqknWBh1ShdAOdOwX7lVDieIoM5aALcOWFqY=";
29 propagatedBuildInputs = [
39 ] ++ lib.optionals (!stdenv.isDarwin) [ gmsh ];
41 checkInputs = lib.optionals (!stdenv.isDarwin) [ gmsh ];
44 export OMPI_MCA_plm_rsh_agent=${openssh}/bin/ssh
45 ${python.interpreter} setup.py test --modules
48 pythonImportsCheck = [ "fipy" ];
51 homepage = "https://www.ctcms.nist.gov/fipy/";
52 description = "A Finite Volume PDE Solver Using Python";
53 license = licenses.free;
54 maintainers = with maintainers; [ costrouc wd15 ];