-
|
I'm currently trying to install su2 by building from source. Per instructions, i run |
Beta Was this translation helpful? Give feedback.
Answered by
mrmayor02
Jan 28, 2026
Replies: 1 comment 3 replies
-
|
Is it because of #2699 ? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Someone that I know with SU2 experience did the fix for me.
He ran
./meson.py setup build --reconfigure -Denable-tecio=false --prefix=`pwd`to disable tecio after using./meson.pycommand, then using ninja to build after, it worked perfectly. But tecio was the problem in this compilation