
Feb. 18, 2010
10:15 a.m.
Nils Wagner <nwagner <at> iam.uni-stuttgart.de> writes:
Hi David,
you are right. It's a proprietary library. I found a header file (*.h) including prototype declarations of externally callable procedures.
How can I proceed ?
Apparently you can use ctypes to access fortran libraries. See the first paragraph of: http://www.sagemath.org/doc/numerical_sage/ctypes.html You may have to convert the .a library to a .so library. Neil