16 src = fetchFromGitHub {
17 owner = "PythonOptimizers";
19 rev = "f8430bd99ac2a6209c462657c5792d10033888cc";
20 sha256 = "19xcq8214yndra1xjhna3qjm32wprsqck97dlnw3xcww7rfy6hqh";
23 hardeningDisable = [ "all" ];
25 propagatedBuildInputs = [
31 # Include patches from working version of PySparse 1.3-dev in
33 # https://github.com/conda-forge/pysparse-feedstock/tree/b69266911a2/recipe
34 # Thanks to https://github.com/guyer
35 patches = [ ./dropPackageLoader.patch ];
39 ${python.interpreter} -c "import pysparse"
40 ${python.interpreter} test_sparray.py
44 homepage = "https://github.com/PythonOptimizers/pysparse";
45 description = "A Sparse Matrix Library for Python";
46 license = licenses.bsd3;
47 maintainers = with maintainers; [ costrouc ];