[Users] Fortran module dependencies
Thomas Radke
tradke at aei.mpg.de
Fri Oct 12 09:53:23 CDT 2007
David Rideout wrote:
> My make.code.deps is as follows. Is that the same as make.configuration.deps?
No, apparently not, it's included somewhere else. I'm not sure either
why there are these two makefile dependency files.
Try putting your dependency rule in a make.configurations.deps file.
> ifneq (,$(findstring ArrangementA/ThornA,$(THORNS)))
> $(CCTK_LIBDIR)$(DIRSEP)libQMTBase.a : $(CCTK_LIBDIR)$(DIRSEP)libLAPACK.a
> endif
It seems you forgot to substitute 'ArrangementA/ThornA' with the
appropriate arrangement/thorn name of yours.
--
Cheers, Thomas.
More information about the Users
mailing list