[Users] Fortran module dependencies
David Rideout
dprideout at gmail.com
Fri Oct 12 13:44:38 CDT 2007
Ok, I took this out of make.code.deps and put
ifneq (,$(findstring CactusExternal/LAPACK,$(THORNS)))
$(CCTK_LIBDIR)$(DIRSEP)libQMTBase.a : $(CCTK_LIBDIR)$(DIRSEP)libLAPACK.a
endif
in make.configuration.deps. I still get the same warning.
-David
On 10/12/07, Thomas Radke <tradke at aei.mpg.de> wrote:
> 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.
> _______________________________________________
> Users mailing list
> Users at cactuscode.org
> http://www.cactuscode.org/mailman/listinfo/users
>
More information about the Users
mailing list