SCOREC / core

parallel finite element unstructured meshes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CreateMG and Python support interfere with each other

bobpaw opened this issue · comments

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

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.

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.