Santiso-Group / despasito

DESPASITO: Determining Equilibrium State and Parametrization Application for SAFT, Intended for Thermodynamic Output
https://despasito.readthedocs.io
BSD 3-Clause "New" or "Revised" License
14 stars 9 forks source link

f2py compilation of Fortran modules lacks DLL links #22

Closed jaclark5 closed 1 week ago

jaclark5 commented 3 years ago

Importing compiled Fortran module in windows results in: ImportError: DLL load failed: The specified module could not be found.

According to similar issues, this is an issue with f2py.

jaclark5 commented 3 years ago

The package is set up to fall back on Numba when the Fortran modules aren't functional. To allow tests to complete with CI, the test of importing a Fortran module is skipped for windows os (857bf2c9b8161d89bcce30595c088a5075b76780).

jaclark5 commented 1 week ago

Removed f2py from package.