cplex: add library info
This commit is contained in:
@@ -72,6 +72,11 @@ stdenv.mkDerivation rec {
|
|||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru = {
|
||||||
|
libArch = "x86-64_linux";
|
||||||
|
libSuffix = "${version}0";
|
||||||
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Optimization solver for mathematical programming";
|
description = "Optimization solver for mathematical programming";
|
||||||
homepage = "https://www.ibm.com/be-en/marketplace/ibm-ilog-cplex";
|
homepage = "https://www.ibm.com/be-en/marketplace/ibm-ilog-cplex";
|
||||||
|
|||||||
Reference in New Issue
Block a user