Skip to content

Commit

Permalink
[Py] disable LBFGSB solver by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Nov 1, 2023
1 parent 38a7c75 commit c4f480e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ install_components = ["python_modules", "python_stubs"]
"ALPAQA_WITH_TESTS:BOOL" = "Off"
"ALPAQA_WITH_EXAMPLES:BOOL" = "Off"
"ALPAQA_WITH_DRIVERS:BOOL" = "Off"
"ALPAQA_WITH_LBFGSB:BOOL" = "Off"
"ALPAQA_WITH_SINGLE_PRECISION:BOOL" = "Off"
"ALPAQA_WITH_LONG_DOUBLE:BOOL" = "On"
"ALPAQA_WITH_QUAD_PRECISION:BOOL" = "Off"
Expand Down

0 comments on commit c4f480e

Please sign in to comment.