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

DLLEXPORT directives in FAST_Library #3

Closed
sayerhs opened this issue Jan 6, 2017 · 1 comment
Closed

DLLEXPORT directives in FAST_Library #3

sayerhs opened this issue Jan 6, 2017 · 1 comment
Assignees

Comments

@sayerhs
Copy link
Contributor

sayerhs commented Jan 6, 2017

The DLLEXPORT directives in FAST_Library.f90 for Intel Fortran Compiler generates warnings when compiling on Unix-y architectures. Replace snippets as below to quell this warning

!DEC$ ATTRIBUTES DLLEXPORT::FAST_Sizes
#ifndef IMPLICIT_DLLEXPORT
!GCC$ ATTRIBUTES DLLEXPORT :: FAST_Sizes
#endif

with

#ifndef IMPLICIT_DLLEXPORT
!DEC$ ATTRIBUTES DLLEXPORT::FAST_Sizes
!GCC$ ATTRIBUTES DLLEXPORT :: FAST_Sizes
#endif

CMake is already set up to handle addition of -DIMPLICIT_DLLEXPORT on Unix-y architectures.

sayerhs pushed a commit to sayerhs/OpenFAST that referenced this issue Apr 5, 2017
[BUGFIX] Sequence building of SuperController_Types
@rafmudaf
Copy link
Collaborator

fixed in pull request #70

mattEhall referenced this issue in mattEhall/openfast Oct 21, 2019
andrew-platt referenced this issue in andrew-platt/openfast Mar 19, 2020
andrew-platt pushed a commit that referenced this issue Jul 31, 2020
andrew-platt added a commit that referenced this issue Jul 31, 2020
nrmendoza pushed a commit to nrmendoza/openfast that referenced this issue Apr 16, 2021
deslaughter pushed a commit to deslaughter/openfast that referenced this issue Sep 1, 2022
andrew-platt pushed a commit that referenced this issue Apr 4, 2023
andrew-platt pushed a commit that referenced this issue Oct 18, 2023
MD: update py_md_5MW_OC4Semi regression test
andrew-platt pushed a commit that referenced this issue Nov 29, 2023
mayankchetan referenced this issue in mayankchetan/openfast May 21, 2024
andrew-platt pushed a commit that referenced this issue Aug 2, 2024
andrew-platt pushed a commit that referenced this issue Dec 24, 2024
Hatch, Cmake and GitHub actions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants