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