9 oldest-supported-numpy,
25 buildPythonPackage rec {
30 disabled = pythonOlder "3.8";
32 src = fetchFromGitHub {
35 rev = "release_${version}";
36 hash = "sha256-r2Qx9uJmVS4ugJxrIxg2UscnYu1Qr4hEkcz66NyWGmA=";
43 oldest-supported-numpy
48 dontUseCmakeConfigure = true;
63 rm sfepy/tests/test_io.py
64 rm sfepy/tests/test_elasticity_small_strain.py
65 rm sfepy/tests/test_term_call_modes.py
66 rm sfepy/tests/test_refine_hanging.py
67 rm sfepy/tests/test_hyperelastic_tlul.py
68 rm sfepy/tests/test_poly_spaces.py
69 rm sfepy/tests/test_linear_solvers.py
70 rm sfepy/tests/test_quadratures.py
73 nativeCheckInputs = [ pytest ];
76 export OMPI_MCA_plm_rsh_agent=${openssh}/bin/ssh
79 mkdir -p $HOME/.matplotlib
80 echo "backend: ps" > $HOME/.matplotlib/matplotlibrc
81 ${python.interpreter} -c "import sfepy; sfepy.test()"
85 homepage = "https://sfepy.org/";
86 description = "Simple Finite Elements in Python";
87 license = lib.licenses.bsd3;
88 maintainers = with lib.maintainers; [ wd15 ];