Skip to content

Fix VS build for FAST when using IFX Complier#2742

Merged
deslaughter merged 1 commit intoOpenFAST:rc-4.0.3from
deslaughter:b/vs-build-map-error
Apr 8, 2025
Merged

Fix VS build for FAST when using IFX Complier#2742
deslaughter merged 1 commit intoOpenFAST:rc-4.0.3from
deslaughter:b/vs-build-map-error

Conversation

@deslaughter
Copy link
Collaborator

PR is ready to merge.

Feature or improvement description

This PR corrects an issue when building the FAST VS Solution in Release_x86 which failed due to missing files from the MAP library when using the Intel IFX compiler. The issue seemed to be caused by including MAP_* as an additional dependency instead of a build dependency, which made the paths to the object files wrong.

Related issue, if one exists
Resolves #2725 and #2539

Impacted areas of the software

Visual Studio Project and Solution Files

Copy link
Collaborator

@andrew-platt andrew-platt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checking with ifort now.

@deslaughter deslaughter merged commit 48bf045 into OpenFAST:rc-4.0.3 Apr 8, 2025
22 checks passed
@deslaughter deslaughter deleted the b/vs-build-map-error branch April 8, 2025 20:20
@andrew-platt andrew-platt mentioned this pull request Apr 8, 2025
34 tasks
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.

Visual Studio compilation issue with fast files Issue when compiling OpenFAST with VS Code 2022 and IFX Fortran Compiler

2 participants

Comments