Skip to content

Commit

Permalink
ipopt: enable mumps on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Aug 12, 2024
1 parent 61eeba7 commit 941d2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/science/math/ipopt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
, lapack
, gfortran
, enableAMPL ? true, libamplsolver
, enableMUMPS ? !stdenv.isDarwin, mumps, mpi
, enableMUMPS ? true, mumps, mpi
, enableSPRAL ? true, spral
}:

Expand Down

0 comments on commit 941d2bb

Please sign in to comment.