Skip to content

1037 fix tigl35#7

Draft
daha96 wants to merge 28 commits intomainfrom
1037-fix-tigl35
Draft

1037 fix tigl35#7
daha96 wants to merge 28 commits intomainfrom
1037-fix-tigl35

Conversation

@daha96
Copy link
Owner

@daha96 daha96 commented Dec 12, 2025

Description

How Has This Been Tested?

Screenshots, that help to understand the changes(if applicable):

Checklist:

Task Finished Reviewer Approved
At least one test for the new functionality was added.
  • yes
  • does not apply
  • OK
New classes have been added to the Python interface.
  • yes
  • does not apply
  • OK
The code is properly documented with doxygen docstrings
  • yes
  • does not apply
  • OK
Changes are documented at the top of ChangeLog.md
  • yes
  • does not apply
  • OK

svengoldberg and others added 28 commits April 8, 2025 12:03
With the (current) QT version 5.15.8 used in the conda environment, a naming conflict appears since there are two libraries with the same name. One comes with conda and the other one is already installed within the system. The problem is related to OpenGL (GL, GLX) and results in CMake not being able to find the correct runtime path as it was ambiguous. At the end, the TiGLViewer was not executable due to that. We found out that an explicit linking against OpenGL is not necessary (anymore ?) since it already comes with OCCT. Hence, we deactivated the linking which also solved this issue (DLR-SC#1069).
# Conflicts:
#	ChangeLog.md
#	TIGLCreator/CMakeLists.txt
#	bindings/python_internal/configuration.i
#	environment.yml
#	src/fuselage/CCPACSFuselage.cpp
#	src/fuselage/CCPACSFuselage.h
#	src/fuselage/ITiglFuselageDuctStructure.h
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.

5 participants