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

Feature in-tree external components #2527

Merged
merged 6 commits into from
Nov 28, 2023

Conversation

untereiner
Copy link
Contributor

@untereiner untereiner commented Jun 14, 2023

A proposal to solve issue #2526

@untereiner untereiner requested a review from TotoGaz June 14, 2023 16:04
@untereiner untereiner self-assigned this Jun 14, 2023
@untereiner untereiner linked an issue Jun 14, 2023 that may be closed by this pull request
@untereiner
Copy link
Contributor Author

@TotoGaz Could you take a look please ?

@untereiner untereiner force-pushed the feature/untereiner/in-tree-plugin branch from 711956d to 0df98ed Compare July 19, 2023 08:38
@untereiner untereiner force-pushed the feature/untereiner/in-tree-plugin branch from 282b9a1 to 089c933 Compare September 14, 2023 08:45
@untereiner untereiner force-pushed the feature/untereiner/in-tree-plugin branch from 089c933 to 4481e11 Compare October 4, 2023 09:24
Copy link
Member

@rrsettgast rrsettgast left a comment

Choose a reason for hiding this comment

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

@untereiner Thanks for picking this up. I don't think anyone has used this since we ditched PAMELA and moved PVTPackage as a submodule inside the src directory. Have you confirmed that this works with an external package that is called at runtime?

@@ -127,7 +127,7 @@ blt_append_custom_compiler_flag( FLAGS_VAR CMAKE_CXX_FLAGS
)

blt_append_custom_compiler_flag( FLAGS_VAR CMAKE_CXX_FLAGS_DEBUG
GNU "-Wno-unused-parameter -Wno-unused-variable"
GNU "-Wno-unused-parameter -Wno-unused-variable -Wno-dangling-reference"
Copy link
Member

Choose a reason for hiding this comment

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

What was this required for? i.e. where is the dangling reference that this avoids?

@rrsettgast rrsettgast added ci: run CUDA builds Allows to triggers (costly) CUDA jobs and removed flag: ready for review labels Nov 28, 2023
@rrsettgast rrsettgast merged commit 43f777c into develop Nov 28, 2023
@rrsettgast rrsettgast deleted the feature/untereiner/in-tree-plugin branch November 28, 2023 08:13
@untereiner
Copy link
Contributor Author

@rrsettgast Yes I confirm. I am using RESQML inputs/outputs with a kind of plugin

@rrsettgast
Copy link
Member

@rrsettgast Yes I confirm. I am using RESQML inputs/outputs with a kind of plugin

Great. Thanks again.

ouassimkh pushed a commit that referenced this pull request Feb 16, 2024
* enable in-tree external repo componenets

* fix compilation of existing external component
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci: run CUDA builds Allows to triggers (costly) CUDA jobs type: build system Build system issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow compilation GEOS with external components
3 participants