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

Remove linking of implicit Fortran libraries #2133

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

jrood-nrel
Copy link
Collaborator

This causes problems when linking to OpenFAST downstream as it adds numerous -l arguments when linking to OpenFAST which are unable to resolve. Using -l is prone to issues in general. It does not appear to be necessary, unless someone can explain why it's necessary and how a project should robustly handle the effects of this downstream.

@andrew-platt
Copy link
Collaborator

@deslaughter, let's merge this to 3.5.3, then to dev from there.

@deslaughter deslaughter changed the base branch from dev to rc-3.5.3 April 2, 2024 14:24
@deslaughter deslaughter changed the base branch from rc-3.5.3 to dev April 2, 2024 14:25
@deslaughter deslaughter changed the base branch from dev to rc-3.5.3 April 2, 2024 14:32
@deslaughter deslaughter changed the base branch from rc-3.5.3 to dev April 2, 2024 14:32
Copy link
Collaborator

@deslaughter deslaughter left a comment

Choose a reason for hiding this comment

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

I think this should be removed if it's causing linker issues with other software. I'm pretty sure that I added this to resolve an issue with building the Simulink library, but that's being test by Github Actions and appears to be working, so it seems these libraries are no longer needed.

I agree with @andrew-platt that this should be merged into the rc-3.5.3 branch first, and then into dev

@andrew-platt andrew-platt changed the base branch from dev to rc-3.5.3 April 2, 2024 15:38
@andrew-platt andrew-platt changed the base branch from rc-3.5.3 to dev April 2, 2024 15:38
@andrew-platt
Copy link
Collaborator

Switching to rc-3.5.3 for this PR won't work as it pulls in all the other commits from dev. So I'll backport this to 3.5.3 after merging this.

@andrew-platt andrew-platt merged commit 5d17a91 into OpenFAST:dev Apr 2, 2024
68 checks passed
@andrew-platt andrew-platt mentioned this pull request Dec 24, 2024
38 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.

3 participants