I am trying to link the metis library during the compiling of the Cython source file but I am having difficulties as I am getting undefined symbols in the compiled shared object file.
I was wondering if anyone had any experience with linking external libraries such as metis using distutils? Would a better option be using makefile?
What I have done:
Adding the directory to libmetis.a in extra_link_args