gmsh[occ] feature doesn't actually enable OpenCASCADE support #48657
Unanswered
l1308752310
asked this question in
Q&A
Replies: 1 comment
-
|
Bug. #48658. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I installed
gmshwith theoccfeature to enable OpenCASCADE support, but after installation, the generatedgmshConfig.hshows that OCC is not actually enabled.Environment
OS: Windows 11
Compiler: MSVC 2022 (v143)
vcpkg version: vcpkg package management program version 2025-10-16-71538f2694db93da4668782d094768ba74c45991
Triplet: x64-windows
Steps to Reproduce
The installation completes successfully, and
opencascadeis installed as a dependency:Expected Behavior
In the installed
gmshConfig.h, I expected to see:Actual Behavior
Instead, the file shows:
Investigation
I checked the port files:
ports/gmsh/vcpkg.json:Build Logs
From
buildtrees/gmsh/config-x64-windows-rel-out.log:Question
Is this a known issue, or am I missing something in how to properly enable the OCC feature?
If this is indeed a bug, I'm happy to help create a fix. It seems like the
portfile.cmakeneeds to be updated to:occfeature is enabled-DENABLE_OCC=ON)Beta Was this translation helpful? Give feedback.
All reactions