IronPython does not support all extension modules - they have to be
integrated into
in some special way, I think.
Perhaps the following is realistic:
1) figure out how to make an IronPython CVXOPT port.
or
2) if you can include regular C code, then you can embed the
Python interpreter and invoke CVXOPT from there. We have an
example of that in the examples section.