fwrap
fwrap copied to clipboard
Wrap Fortran 90/95 in C, Cython and Python
Hi: I would like to wrap some code that uses derived types into python and was wondering if fwrap works for modules with dependencies, the dependencies are included in the...
Any Ideas on what I am doing wrong? This is my first time using frwap. `fwrapc src/loop.f95 --build --fcompiler=gfortran --name=loop_ext --out_dir=loop_ext --override` ``` WARNING: While processing 'src/loop.f95' (mode='free').. 28: USE...
For this declaration: ``` character(len=1, kind=kind('a')), dimension(63) :: fw_errstr__ ``` Gfortran 4.2.3 on Mac OS X gives an error like this: ``` test_char_kind.f:2.37: character(len=1, kind=kind('a')), dimension(63) :: fw_errstr__ 1 Error:...