-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
autotoolsautotools build issuesautotools build issues
Description
Hello,
and HUGE thanks for your enormous effort. Now datetime operations in FORTRAN have stopped being a nightmare! 👍 One weird thing I'd like to highlight though. Building with autotools:
./configure --prefix=/path/to/folder
make
make install
at the make install stage the only datetime_module.mod is actually copied in the destination include folder. That is not enough to link datetime.
Fast solution: manually copy all *.mod files from src/lib to /path/to/folder/include.
The issue is probably OS related. I'm using CentOS7, ifort-19.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
autotoolsautotools build issuesautotools build issues