Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

parmetis: set license to unfree

generic unfree license fits best

Uli Baum 79d91454 035b2f52

+1 -1
+1 -1
pkgs/development/libraries/science/math/parmetis/default.nix
··· 27 27 description = "ParMETIS is an MPI-based parallel library that implements a variety of algorithms for partitioning unstructured graphs, meshes, and for computing fill-reducing orderings of sparse matrices"; 28 28 homepage = http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview; 29 29 platforms = platforms.all; 30 - license = licenses.cc-by-nc-sa-20; 30 + license = licenses.unfree; 31 31 maintainers = [ maintainers.costrouc ]; 32 32 }; 33 33 }