You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Fortran interface to HiGHS won't build on Windows because the search for a fortran compiler is turned off in the presence of MSVC and some of the compiler options added by add_definitions are not necessarily understood by the fortran compiler (I'm using ifort and it doesn't like /W4). I added a very rough patch that at least corrected these issues on my machine but ymmv.
The Fortran interface to HiGHS won't build on Windows because the search for a fortran compiler is turned off in the presence of MSVC and some of the compiler options added by add_definitions are not necessarily understood by the fortran compiler (I'm using ifort and it doesn't like /W4). I added a very rough patch that at least corrected these issues on my machine but ymmv.
Win_Fortran.patch
The text was updated successfully, but these errors were encountered: