smesh internal, version

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

smesh internal, version

Post by bernd »

Here https://github.com/FreeCAD/FreeCAD/blob ... #L652-L656 it says we gone use SMESH 5.1.2.2 but we switched to SMESH 7.1 with git commit 666a3e5 and with external smesh we use 8.3 already. https://forum.freecadweb.org/viewtopic.php?f=10&t=27744

Should not the be set be SMESH?

bernd
User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: smesh internal, version

Post by bernd »

User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: smesh internal, version

Post by bernd »

User avatar
bernd
Veteran
Posts: 12849
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: smesh internal, version

Post by bernd »

https://git.salome-platform.org/gitweb/ ... git;a=tags

I will add

SET(SMESH_VERSION_MAJOR 7)
SET(SMESH_VERSION_MINOR 7)
SET(SMESH_VERSION_PATCH 1)
SET(SMESH_VERSION_TWEAK 0)

to my next PR
Post Reply