Skip to content

Implementation of the trgeo type#665

Merged
mschoema merged 2 commits intoMobilityDB:masterfrom
estebanzimanyi:trgeo
Apr 8, 2025
Merged

Implementation of the trgeo type#665
mschoema merged 2 commits intoMobilityDB:masterfrom
estebanzimanyi:trgeo

Conversation

@estebanzimanyi
Copy link
Copy Markdown
Member

  • Initial implementation, will be completed in subsequent PRs

Comment on lines +132 to +138
if(RGEO)
message(STATUS "Including rigid geometries")
add_definitions(-DRGEO=1)
else()
message(STATUS "Excluding rigid geometries")
add_definitions(-DRGEO=0)
endif()
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

If DRGEO is enabled we need to also enable DPOSE, since it can't work without it. Something more should be added here to make sure we don't have DPOSE disabled when DRGEO is enabled.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I'm accepting this PR, we can fix this in the next one.

@mschoema mschoema merged commit 2796b08 into MobilityDB:master Apr 8, 2025
9 of 15 checks passed
@mschoema mschoema deleted the trgeo branch April 8, 2025 08:28
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

Successfully merging this pull request may close these issues.

2 participants