parmetis: set license to unfree
generic unfree license fits best
This commit is contained in:
parent
035b2f5250
commit
79d9145469
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
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";
|
||||
homepage = http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview;
|
||||
platforms = platforms.all;
|
||||
license = licenses.cc-by-nc-sa-20;
|
||||
license = licenses.unfree;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user