#65 closed bug (Fixed)
makefile library access — at Version 1
Reported by: | arango | Owned by: | arango |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 3.1 |
Component: | Nonlinear | Version: | 3.1 |
Keywords: | Cc: |
Description (last modified by ) ¶
There is a problem in the makefile and the application-dependent compilation options from file make_macros.mk. This one is a little bit tricky and affects the order of configuration files included in the makefile. It turns out that the file make_macros.mk needs to be included first before the dependencies are generated and included. Thsi implies that the application-dependent CPP flags need to be set-up earlier because they are needed to create configuration file make_macros.mk.
Change History (1)
comment:1 by , 18 years ago
Description: | modified (diff) |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Many thanks to John Warner for reporting this problem. I also corrected few typos.