CMake updates #1
Merged
Merged
Conversation
- Use find_package for HDF5: provide HDF5_ROOT for custom path, or
provide HDF5_INCLUDES and HDF5_LIBRARIES directly.
- Use find_package for YAMLCPP: provide YAML_ROOT for custom path,
or provide YAML_INCLUDES and YAML_LIBRARIES directly.
- Replace hard-coded paths with CMAKE variables.
gantech
pushed a commit
that referenced
this pull request
Oct 9, 2017
gantech
pushed a commit
that referenced
this pull request
Mar 20, 2018
Updating fast-farm to compile with cmake
gantech
pushed a commit
that referenced
this pull request
Oct 1, 2020
Initializing NumSC2CtrlGlob. Was uninitialized earlier.
gantech
pushed a commit
that referenced
this pull request
Oct 16, 2020
Thanks for doing that! It works now.
gantech
pushed a commit
that referenced
this pull request
Oct 16, 2020
gantech
pushed a commit
that referenced
this pull request
Sep 3, 2021
* Update rules for Intel OneAPI compiler detection CMake 3.20 differentiates between older Intel compilers and the Intel OneAPI compilers (which is now detected as `IntelLLVM`). This commit introduces the necessary changes to CMake logic to allow building using OneAPI compiler stack with the latest CMake version. * Update CMake check for Intel compiler (#1) Co-authored-by: Rafael M Mudafort <rafael.mudafort@nrel.gov>
rafmudaf
pushed a commit
that referenced
this pull request
Apr 13, 2022
Move environment vars for HD init into InitInpType
gantech
pushed a commit
that referenced
this pull request
Dec 4, 2023
openfast(66108,0x10fb1edc0) malloc: *** error for object 0x7fe4a223a000: pointer being freed was not allocated openfast(66108,0x10fb1edc0) malloc: *** set a breakpoint in malloc_error_break to debug Program received signal SIGABRT: Process abort signal. Backtrace for this error: \#0 0x103a3f33d \#1 0x103a3e76d \#2 0x7fff68c225fc Abort trap: 6
gantech
pushed a commit
that referenced
this pull request
Dec 4, 2023
gantech
pushed a commit
that referenced
this pull request
Dec 4, 2023
gantech
pushed a commit
that referenced
this pull request
Dec 4, 2023
More updates for new `DbKi=R8Ki` behavior
gantech
pushed a commit
that referenced
this pull request
Dec 11, 2023
Update regression tests, and merge in latest rc-3.5.1
gantech
pushed a commit
that referenced
this pull request
Aug 8, 2024
Automatically build OpenFAST docker images
gantech
pushed a commit
that referenced
this pull request
Aug 8, 2024
MD: minor cleanup on Lin Damp feature
gantech
pushed a commit
that referenced
this pull request
Feb 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some modifications to the CMake build rules. Can you please verify that everything is working correctly?