Skip to content

Commit

Permalink
Merge pull request NixOS#307707 from r-ryantm/auto-update/ipopt
Browse files Browse the repository at this point in the history
ipopt: 3.14.14 -> 3.14.16
  • Loading branch information
wegank authored May 5, 2024
2 parents 6c2d986 + d32d003 commit 2ebb391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/science/math/ipopt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ assert (!blas.isILP64) && (!lapack.isILP64);

stdenv.mkDerivation rec {
pname = "ipopt";
version = "3.14.14";
version = "3.14.16";

src = fetchFromGitHub {
owner = "coin-or";
repo = "Ipopt";
rev = "releases/${version}";
sha256 = "sha256-qMPdJVLIXFePhTA6qRr1Pth/BjJ62cj9y8C1HKQJGDQ=";
sha256 = "sha256-ZuiZZMq7NzOm6CCJgMBgEWs8PEfM3pVr2yOWbS42l8U=";
};

CXXDEFS = [ "-DHAVE_RAND" "-DHAVE_CSTRING" "-DHAVE_CSTDIO" ];
Expand Down

0 comments on commit 2ebb391

Please sign in to comment.