Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fortran interface doesn't build on Windows #1549

Closed
ogmundur opened this issue Dec 14, 2023 · 2 comments
Closed

Fortran interface doesn't build on Windows #1549

ogmundur opened this issue Dec 14, 2023 · 2 comments
Assignees
Labels

Comments

@ogmundur
Copy link
Contributor

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

@jajhall jajhall added the Build label Jan 9, 2024
HaoZeke added a commit to HaoZeke/HiGHS that referenced this issue Feb 4, 2024
Closes ERGO-Codegh-1549

Co-authored-by: orgmundur <orgmundur@users.noreply.github.com>
HaoZeke added a commit to HaoZeke/HiGHS that referenced this issue Feb 4, 2024
Closes ERGO-Codegh-1549

Co-authored-by: ogmundur <ogmundur@users.noreply.github.com>
@HaoZeke
Copy link
Contributor

HaoZeke commented Feb 4, 2024

@jajhall this can be closed now.

@jajhall
Copy link
Member

jajhall commented Feb 4, 2024

Closed by #1604

@jajhall jajhall closed this as completed Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants