wavebitscientific / datetime-fortran

Date and time manipulation for modern Fortran
MIT License
137 stars 51 forks source link

add support for mingw #54

Closed sunt05 closed 5 years ago

sunt05 commented 6 years ago

As mingw lacks strptime, it would be good that support could be provided to use this very handy module under mingw.

milancurcic commented 6 years ago

Following the answer in the link, you'd need to build the related C routines and tm_struct along with your app before linking with datetime.

This is outside of scope for datetime-fortran, but I'm curious about your solution and it may be useful for other mingw users.