cplex: add library info
This commit is contained in:
parent
10e1475a79
commit
a92611508f
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user