Re: [IMP-dev] [IMP-commits] r2924 - in trunk/modules/em: . include pyext src test test/input
> Modified: trunk/modules/em/SConscript > =================================================================== > --- trunk/modules/em/SConscript 2009-05-26 21:43:25 UTC (rev 2923) > +++ trunk/modules/em/SConscript 2009-05-26 22:11:25 UTC (rev 2924) > @@ -6,8 +6,9 @@ > > env.validate() > > -env.Append(LIBS=['imp_core', 'imp_atom','imp_algebra']) > +env.Append(LIBS=['imp_core', 'imp_atom','imp_algebra','imp_display','imp_helper']) > > +
Please don't make EM depend on all those other things (particularly helper)! It'll never compile, because we're going to end up with circular dependencies.
Ben
ok - let me see if I need to make any changes in the code to make it compile without these dependencies On May 26, 2009, at 3:17 PM, Ben Webb wrote:
>> Modified: trunk/modules/em/SConscript >> =================================================================== >> --- trunk/modules/em/SConscript 2009-05-26 21:43:25 UTC (rev 2923) >> +++ trunk/modules/em/SConscript 2009-05-26 22:11:25 UTC (rev 2924) >> @@ -6,8 +6,9 @@ >> >> env.validate() >> >> -env.Append(LIBS=['imp_core', 'imp_atom','imp_algebra']) >> +env.Append(LIBS=['imp_core', >> 'imp_atom','imp_algebra','imp_display','imp_helper']) >> >> + > > Please don't make EM depend on all those other things (particularly > helper)! It'll never compile, because we're going to end up with > circular dependencies. > > Ben > -- > ben@salilab.org http://salilab.org/~ben/ > "It is a capital mistake to theorize before one has data." > - Sir Arthur Conan Doyle > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev
participants (2)
-
Ben Webb
-
Keren Lasker