coin-or / DyLP

Dynamic Simplex solver
Other
2 stars 5 forks source link

Tweaks for configuration, windows builds #20

Closed LouHafer closed 2 years ago

LouHafer commented 2 years ago

Relatively minor tweaks to get the Windows CI builds working. Tweaks to autoconf macros trying to find something that'll work in an Apple M1 environment.

LouHafer commented 2 years ago

Not much else to say. The code changes are to get the Windows CI builds working. The configure changes are an attempt to get proper detection of isfinite and isnan in an Apple M1 environment. Tweaking the malloc trace macros was a drive-by.