SCOREC / core

parallel finite element unstructured meshes
Other
179 stars 63 forks source link

CreateMG and Python support interfere with each other #407

Closed bobpaw closed 7 months ago

bobpaw commented 7 months ago

Users report build errors with both ENABLE_CAPSTONE=ON and PUMI_PYTHON_INTERFACE=ON.

bobpaw commented 7 months ago

I was able to build using BUILD_SHARED_LIBRARIES, -DSCOREC_EXTRA_CXX_FLAGS="-D_GLIBCXX_USE_CXX11_ABI=0", simmetrix, fieldsim, and -DCMAKE_SHARED_LINKER_FLAGS="-Wl,-no-as-needed". Based on the report I saw, it might have to do with CGNS also being enabled. I will investigate further.

bobpaw commented 7 months ago

As build was successful using Python and CreateMG, I am closing this issue. CGNS doesn't seem to be fully supported but a new issue will be opened if people need that interaction.