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

Build OpenFAST in Visual Studio 2022 using IFX #2548

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

deslaughter
Copy link
Collaborator

This PR is ready to be merged.

Feature or improvement description

The MAP_dll Visual Studio project doesn't specify an Intermediate Directory so when it is included in the FAST and MAP_dll solutions, it is assigned different intermediate directories by Visual Studio 2022. This is probably an issue in how default project properties are handled in the latest version of Visual Studio. The simplest fix was just to specify the Intermediate Directory property in the project so that both solutions build files go to the same place.

This PR does not change the compiler from IFORT to IFX, but the issue that revealed the problem was using IFX as the compiler.

Related issue, if one exists

Closes #2539.

Impacted areas of the software

MAP Visual Studio Project: vs-build/MAPlib/MAP_dll.vcxproj

@andrew-platt andrew-platt merged commit 3dbbf56 into OpenFAST:dev Dec 6, 2024
41 of 42 checks passed
@andrew-platt andrew-platt modified the milestones: v3.5.5, v4.0.0 Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue when compiling OpenFAST with VS Code 2022 and IFX Fortran Compiler
2 participants