Linking Static Target SU2_CFD #2302
-
I have been trying to activate Python Wrapper in SU2 for a while. I have installed packages such as open-mpi, swig, mpi4py, gcc, g++. I just want to use Python scripts with SU2 and i have been trying to solve this issue for over a month now. I ran "./meson.py build -Denable-pywrapper=true --prefix=/home/yaman/Masaüstü/SU2". I made the necessary adjustments to my .bashrc file: Finally, after the code "./meson.py build --reconfigure -Dstatic-cgns-deps=true", I moved on to the "./ninja -C build install" step. I should mention the error: "[351/814] Compiling C object externals/cgns/libcgns.a.p/adf_ADF_internals.c.o Then I continued with " ./ninja -C build install -k 0". The last error I got was: "[443/451] Linking static target SU2_CFD/src/libSU2core.a
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Have you tried without CGNS? -Denable-cgns=false? |
Beta Was this translation helpful? Give feedback.
Have you tried without CGNS? -Denable-cgns=false?