DLR-SC / tigl

The TiGL Geometry Library to process aircraft geometries in pre-design.
https://dlr-sc.github.io/tigl/
Apache License 2.0
231 stars 60 forks source link

some changes for compatibility with OCCT 7.6.2 #983

Closed joergbrech closed 7 months ago

joergbrech commented 7 months ago

This PR is not onto the main branch, but adds changes to the PR #971. These changes were necessary for me to build TiGL locally using OCCT 7.6.2, see https://github.com/DLR-SC/tigl/pull/971#issuecomment-1853777825

codecov[bot] commented 7 months ago

Codecov Report

Merging #983 (d73616e) into occt_761 (03bc3bf) will not change coverage. The diff coverage is n/a.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/DLR-SC/tigl/pull/983/graphs/tree.svg?width=650&height=150&src=pr&token=8b0i0TsOw6&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DLR-SC)](https://app.codecov.io/gh/DLR-SC/tigl/pull/983?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DLR-SC) ```diff @@ Coverage Diff @@ ## occt_761 #983 +/- ## ========================================= Coverage 68.90% 68.90% ========================================= Files 298 298 Lines 26476 26476 ========================================= Hits 18244 18244 Misses 8232 8232 ``` | [Files](https://app.codecov.io/gh/DLR-SC/tigl/pull/983?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DLR-SC) | Coverage Δ | | |---|---|---| | [src/configuration/CCPACSConfiguration.cpp](https://app.codecov.io/gh/DLR-SC/tigl/pull/983?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DLR-SC#diff-c3JjL2NvbmZpZ3VyYXRpb24vQ0NQQUNTQ29uZmlndXJhdGlvbi5jcHA=) | `57.14% <ø> (ø)` | |
rainman110 commented 7 months ago

Looks good to me 👍

rainman110 commented 7 months ago

I wonder, why It compiled on my installation. I guess, I installed Octc 7.6.1 into an old installation directory, hence the missing header files were still there.