10 buildPythonPackage rec {
12 version = "2024.9.16";
18 hash = "sha256-q6hqteXv600iH7xpCKHgRLkJYSpy9hIf/QnlsYI+jh4=";
21 build-system = [ meson-python ];
23 dependencies = [ numpy ];
27 # "Do not run the tests from the source directory"
28 mkdir testdir; cd testdir
30 ${python.interpreter} -c "import skfmm, sys; sys.exit(skfmm.test())"
36 description = "Python extension module which implements the fast marching method";
37 homepage = "https://github.com/scikit-fmm/scikit-fmm";
38 license = licenses.bsd3;