-
Notifications
You must be signed in to change notification settings - Fork 89
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
build: Remove remaining circular link dependencies #3282
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
5344955
TEMP: comment out the use of TableFunction::print() to remove depende…
rrsettgast d98f7bc
Merge branch 'develop' into cleanup/removeCircularLinkDependencies
rrsettgast 793fb84
remove events from constitutive dependency list
rrsettgast e915172
remove a bunch of redundant direct dependencies
rrsettgast dbcfffc
change cmake variable GEOS_BUILD_SHARED_LIBS to GEOS_BUILD_SHARED_COR…
rrsettgast 8fb6542
re-introduce options for dynamic libraries for each component
rrsettgast cc6cb9b
avoid unused var warnings
rrsettgast 642b110
switch a CI test to use shared libs
rrsettgast dd1ddf2
switch a CI test to use shared libs
rrsettgast d4eefe9
switch a CI test to use shared libs
rrsettgast 26710c0
move constitutive drivers outside of constitutive to resolve circular…
rrsettgast 6abbacd
move constitutive drivers outside of constitutive to resolve circular…
rrsettgast fcd7008
fix case sensitive issue
rrsettgast da4b580
fix case sensitive issue
rrsettgast a8f0867
fix case sensitive issue
rrsettgast 3b09b0a
fix some more typos
rrsettgast 9651c47
remove the use of blt_combine_static_libraries
rrsettgast f080cbf
uncrustify
rrsettgast 0a65ebc
Merge branch 'develop' into cleanup/removeCircularLinkDependencies
rrsettgast b315558
shared libs on by default in CI
rrsettgast f0dd264
add cmake option for WHOLE_ARCHIVE
rrsettgast 831436e
add constitutiveDrivers to mainInterface dependency
rrsettgast c29a9f7
fixed some errors with schema and pygeosx
rrsettgast b3e1540
just cleanup
rrsettgast 5650efb
add --no-as-needed link flag to constitutiveDrivers component
rrsettgast 605f0ec
drop dependency of events on mesh. create temporary TriaxialDriver ob…
rrsettgast 3b631d4
add an outputDirectory in FunctionBase instead of grabbing from Outpu…
rrsettgast fa447dc
add WHOLE_ARCHIVE cmake decorations to linking for static libs. Lots …
rrsettgast 5f77ba6
cleanup more unit test cmake files
rrsettgast a068588
move constitutive driver documentation out on its own
rrsettgast 0cedfed
default to shared libs
rrsettgast File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
set( GRAPHVIZ_EXECUTABLES FALSE ) | ||
set( GRAPHVIZ_EXECUTABLES TRUE ) | ||
set( GRAPHVIZ_OBJECT_LIBS TRUE ) | ||
set( GRAPHVIZ_EXTERNAL_LIBS FALSE ) | ||
set( GRAPHVIZ_GENERATE_DEPENDERS FALSE ) | ||
set( GRAPHVIZ_GENERATE_DEPENDERS FALSE ) | ||
set( GRAPHVIZ_IGNORE_TARGETS "test*;example*;benchmark*" ) | ||
set( GRAPHVIZ_CUSTOM_TARGETS FALSE ) |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not possible to build Geos as a shared library on powerpc architecture (error at link edition).
As by default the
GEOS_BUILD_SHARED_LIBS
variable is enabled, we have to keep this line for the P3 host-config (at least until we fix the linke error, which is not a priority for us for now).