Open matthiasdiener opened 1 year ago
The reason is that 7.7.1 changed the method signature to remove the const
in src/XCAFDoc/XCAFDoc_MaterialTool.hxx
:
7.7.1:
Standard_EXPORT static Standard_Boolean GetMaterial (const TDF_Label& MatL,
Handle(TCollection_HAsciiString)& aName, Handle(TCollection_HAsciiString)& aDescription,
Standard_Real& aDensity, Handle(TCollection_HAsciiString)& aDensName,
Handle(TCollection_HAsciiString)& aDensValType);
7.7.0:
Standard_EXPORT Standard_Boolean GetMaterial (const TDF_Label& MatL,
Handle(TCollection_HAsciiString)& aName, Handle(TCollection_HAsciiString)& aDescription,
Standard_Real& aDensity, Handle(TCollection_HAsciiString)& aDensName,
Handle(TCollection_HAsciiString)& aDensValType) const;
98 is merged - shouldn't this be closed?
Not all items in https://github.com/conda-forge/gmsh-feedstock/pull/72#issuecomment-1496384160 were done yet, so I was thinking of keeping the issue open for now.
Solution to issue cannot be found in the documentation.
Issue
In version 7.7.1, occt seems to miss the
XCAFDoc_MaterialTool::GetMaterial
symbol. This symbol is present in 7.7.0. For this reason, e.g. gmsh can not run with 7.7.1:This affects at least linux-64.
Installed packages
Environment info