-
Notifications
You must be signed in to change notification settings - Fork 465
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
Comments
sayerhs
pushed a commit
to sayerhs/OpenFAST
that referenced
this issue
Apr 5, 2017
[BUGFIX] Sequence building of SuperController_Types
fixed in pull request #70 |
ghost
mentioned this issue
Apr 16, 2019
Closed
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
Closed
nrmendoza
pushed a commit
to nrmendoza/openfast
that referenced
this issue
Apr 16, 2021
A few minor updates for MDv2
deslaughter
pushed a commit
to deslaughter/openfast
that referenced
this issue
Sep 1, 2022
SeaState/HydroDyn cleanup
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
SD springs: update r-test pointer
mayankchetan
referenced
this issue
in mayankchetan/openfast
May 21, 2024
Add WEIS readers and writers
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
The
DLLEXPORT
directives inFAST_Library.f90
for Intel Fortran Compiler generates warnings when compiling on Unix-y architectures. Replace snippets as below to quell this warningwith
CMake is already set up to handle addition of
-DIMPLICIT_DLLEXPORT
on Unix-y architectures.The text was updated successfully, but these errors were encountered: