13 stdenv.mkDerivation rec {
19 src = fetchFromGitHub {
22 rev = "releases/${version}";
23 hash = "sha256-OdTUMG3iVhjhw5uKtUnsLCZ4DfMjYHm8+/ozfmw7J6c=";
26 nativeBuildInputs = [ libtool pkg-config glpk gfortran coinmp osi coin-utils ];
29 description = "SYMPHONY is an open-source solver, callable library, and development framework for mixed-integer linear programs (MILPs) written in C with a number of unique features";
30 homepage = "https://www.coin-or.org/SYMPHONY/index.htm";
31 changelog = "https://github.com/coin-or/SYMPHONY/blob/${version}/CHANGELOG.md";
32 platforms = [ "x86_64-linux" ];
33 license = lib.licenses.epl20;
34 maintainers = with lib.maintainers; [ b-rodrigues ];