cplex: add library info

This commit is contained in:
Nikolay Amiantov 2019-06-22 02:20:46 +03:00
parent 10e1475a79
commit a92611508f

View file

@ -71,6 +71,11 @@ stdenv.mkDerivation rec {
fi
done
'';
passthru = {
libArch = "x86-64_linux";
libSuffix = "${version}0";
};
meta = with stdenv.lib; {
description = "Optimization solver for mathematical programming";