msg-byu / enumlib

Derivative structure enumeration library
MIT License
59 stars 34 forks source link

Fortpy can't find timing.o file in uncle/src/ #2

Closed wsmorgan closed 9 years ago

wsmorgan commented 9 years ago

I think this is because it's not an .f90 file but a .c and .h files. Any thoughts on a workaround?

rosenbrockc commented 9 years ago

See the <libraries> tag in the global configuration XML file (https://github.com/rosenbrockc/fortpy/blob/master/fortpy/config.xml). Just keep a single compiled version of timing.o somewhere and reference it with an <include> tag.

wsmorgan commented 9 years ago

Okay, I've got something working for now.