quick Q about atom/data/top.lib
hi,
running IMP on a mac. trying to use add_radius , which requires reading force field parameters. however, IMP keeps compiling that it can not file top.lib. can someone please help ( guessing it has to do something with paths / install ) ?
thanks, keren,
How are you running imp? Using imppy.sh? Or have you installed it?
On Jan 2, 2010, at 7:27 PM, Keren Lasker wrote:
> hi, > > running IMP on a mac. > trying to use add_radius , which requires reading force field parameters. > however, IMP keeps compiling that it can not file top.lib. > can someone please help ( guessing it has to do something with paths / install ) ? > > thanks, > keren, > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev
> imppy.sh thanks! On Jan 2, 2010, at 4:59 PM, Daniel Russel wrote:
> How are you running imp? Using imppy.sh? Or have you installed it? > > On Jan 2, 2010, at 7:27 PM, Keren Lasker wrote: > >> hi, >> >> running IMP on a mac. >> trying to use add_radius , which requires reading force field >> parameters. >> however, IMP keeps compiling that it can not file top.lib. >> can someone please help ( guessing it has to do something with >> paths / install ) ? >> >> thanks, >> keren, >> _______________________________________________ >> IMP-dev mailing list >> IMP-dev@salilab.org >> https://salilab.org/mailman/listinfo/imp-dev > > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev
Does the file exist in build/data/atom? Have you moved the IMP dir since you last did built "all"?
On Jan 2, 2010, at 8:01 PM, Keren Lasker wrote:
>> imppy.sh > thanks! > On Jan 2, 2010, at 4:59 PM, Daniel Russel wrote: > >> How are you running imp? Using imppy.sh? Or have you installed it? >> >> On Jan 2, 2010, at 7:27 PM, Keren Lasker wrote: >> >>> hi, >>> >>> running IMP on a mac. >>> trying to use add_radius , which requires reading force field parameters. >>> however, IMP keeps compiling that it can not file top.lib. >>> can someone please help ( guessing it has to do something with paths / install ) ? >>> >>> thanks, >>> keren, >>> _______________________________________________ >>> IMP-dev mailing list >>> IMP-dev@salilab.org >>> https://salilab.org/mailman/listinfo/imp-dev >> >> _______________________________________________ >> IMP-dev mailing list >> IMP-dev@salilab.org >> https://salilab.org/mailman/listinfo/imp-dev > > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev
yes On Jan 2, 2010, at 5:07 PM, Daniel Russel wrote:
> Does the file exist in build/data/atom? Have you moved the IMP dir > since you last did built "all"? > > > On Jan 2, 2010, at 8:01 PM, Keren Lasker wrote: > >>> imppy.sh >> thanks! >> On Jan 2, 2010, at 4:59 PM, Daniel Russel wrote: >> >>> How are you running imp? Using imppy.sh? Or have you installed it? >>> >>> On Jan 2, 2010, at 7:27 PM, Keren Lasker wrote: >>> >>>> hi, >>>> >>>> running IMP on a mac. >>>> trying to use add_radius , which requires reading force field >>>> parameters. >>>> however, IMP keeps compiling that it can not file top.lib. >>>> can someone please help ( guessing it has to do something with >>>> paths / install ) ? >>>> >>>> thanks, >>>> keren, >>>> _______________________________________________ >>>> IMP-dev mailing list >>>> IMP-dev@salilab.org >>>> https://salilab.org/mailman/listinfo/imp-dev >>> >>> _______________________________________________ >>> IMP-dev mailing list >>> IMP-dev@salilab.org >>> https://salilab.org/mailman/listinfo/imp-dev >> >> _______________________________________________ >> IMP-dev mailing list >> IMP-dev@salilab.org >> https://salilab.org/mailman/listinfo/imp-dev > > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev
And do you have a real boost install or just headers?
On Jan 2, 2010, at 8:01 PM, Keren Lasker wrote:
>> imppy.sh > thanks! > On Jan 2, 2010, at 4:59 PM, Daniel Russel wrote: > >> How are you running imp? Using imppy.sh? Or have you installed it? >> >> On Jan 2, 2010, at 7:27 PM, Keren Lasker wrote: >> >>> hi, >>> >>> running IMP on a mac. >>> trying to use add_radius , which requires reading force field parameters. >>> however, IMP keeps compiling that it can not file top.lib. >>> can someone please help ( guessing it has to do something with paths / install ) ? >>> >>> thanks, >>> keren, >>> _______________________________________________ >>> IMP-dev mailing list >>> IMP-dev@salilab.org >>> https://salilab.org/mailman/listinfo/imp-dev >> >> _______________________________________________ >> IMP-dev mailing list >> IMP-dev@salilab.org >> https://salilab.org/mailman/listinfo/imp-dev > > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev
just headers On Jan 2, 2010, at 5:09 PM, Daniel Russel wrote:
> And do you have a real boost install or just headers? > > On Jan 2, 2010, at 8:01 PM, Keren Lasker wrote: > >>> imppy.sh >> thanks! >> On Jan 2, 2010, at 4:59 PM, Daniel Russel wrote: >> >>> How are you running imp? Using imppy.sh? Or have you installed it? >>> >>> On Jan 2, 2010, at 7:27 PM, Keren Lasker wrote: >>> >>>> hi, >>>> >>>> running IMP on a mac. >>>> trying to use add_radius , which requires reading force field >>>> parameters. >>>> however, IMP keeps compiling that it can not file top.lib. >>>> can someone please help ( guessing it has to do something with >>>> paths / install ) ? >>>> >>>> thanks, >>>> keren, >>>> _______________________________________________ >>>> IMP-dev mailing list >>>> IMP-dev@salilab.org >>>> https://salilab.org/mailman/listinfo/imp-dev >>> >>> _______________________________________________ >>> IMP-dev mailing list >>> IMP-dev@salilab.org >>> https://salilab.org/mailman/listinfo/imp-dev >> >> _______________________________________________ >> IMP-dev mailing list >> IMP-dev@salilab.org >> https://salilab.org/mailman/listinfo/imp-dev > > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev
Does the updated directories code produce an error message? What does it say?
On Jan 2, 2010, at 8:14 PM, Keren Lasker wrote:
> just headers > On Jan 2, 2010, at 5:09 PM, Daniel Russel wrote: > >> And do you have a real boost install or just headers? >> >> On Jan 2, 2010, at 8:01 PM, Keren Lasker wrote: >> >>>> imppy.sh >>> thanks! >>> On Jan 2, 2010, at 4:59 PM, Daniel Russel wrote: >>> >>>> How are you running imp? Using imppy.sh? Or have you installed it? >>>> >>>> On Jan 2, 2010, at 7:27 PM, Keren Lasker wrote: >>>> >>>>> hi, >>>>> >>>>> running IMP on a mac. >>>>> trying to use add_radius , which requires reading force field parameters. >>>>> however, IMP keeps compiling that it can not file top.lib. >>>>> can someone please help ( guessing it has to do something with paths / install ) ? >>>>> >>>>> thanks, >>>>> keren, >>>>> _______________________________________________ >>>>> IMP-dev mailing list >>>>> IMP-dev@salilab.org >>>>> https://salilab.org/mailman/listinfo/imp-dev >>>> >>>> _______________________________________________ >>>> IMP-dev mailing list >>>> IMP-dev@salilab.org >>>> https://salilab.org/mailman/listinfo/imp-dev >>> >>> _______________________________________________ >>> IMP-dev mailing list >>> IMP-dev@salilab.org >>> https://salilab.org/mailman/listinfo/imp-dev >> >> _______________________________________________ >> IMP-dev mailing list >> IMP-dev@salilab.org >> https://salilab.org/mailman/listinfo/imp-dev > > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev
I would suggest installing the libs if you are using macports. Just do "sudo ports install boost" (or /opt/local/bin/ports). And make sure you don't use the old headers any more.
On Jan 2, 2010, at 8:14 PM, Keren Lasker wrote:
> just headers > On Jan 2, 2010, at 5:09 PM, Daniel Russel wrote: > >> And do you have a real boost install or just headers? >> >> On Jan 2, 2010, at 8:01 PM, Keren Lasker wrote: >> >>>> imppy.sh >>> thanks! >>> On Jan 2, 2010, at 4:59 PM, Daniel Russel wrote: >>> >>>> How are you running imp? Using imppy.sh? Or have you installed it? >>>> >>>> On Jan 2, 2010, at 7:27 PM, Keren Lasker wrote: >>>> >>>>> hi, >>>>> >>>>> running IMP on a mac. >>>>> trying to use add_radius , which requires reading force field parameters. >>>>> however, IMP keeps compiling that it can not file top.lib. >>>>> can someone please help ( guessing it has to do something with paths / install ) ? >>>>> >>>>> thanks, >>>>> keren, >>>>> _______________________________________________ >>>>> IMP-dev mailing list >>>>> IMP-dev@salilab.org >>>>> https://salilab.org/mailman/listinfo/imp-dev >>>> >>>> _______________________________________________ >>>> IMP-dev mailing list >>>> IMP-dev@salilab.org >>>> https://salilab.org/mailman/listinfo/imp-dev >>> >>> _______________________________________________ >>> IMP-dev mailing list >>> IMP-dev@salilab.org >>> https://salilab.org/mailman/listinfo/imp-dev >> >> _______________________________________________ >> IMP-dev mailing list >> IMP-dev@salilab.org >> https://salilab.org/mailman/listinfo/imp-dev > > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev
I will try and get back to you later - have to leave .... thanks :) On Jan 2, 2010, at 5:21 PM, Daniel Russel wrote:
> I would suggest installing the libs if you are using macports. Just > do "sudo ports install boost" (or /opt/local/bin/ports). And make > sure you don't use the old headers any more. > > > On Jan 2, 2010, at 8:14 PM, Keren Lasker wrote: > >> just headers >> On Jan 2, 2010, at 5:09 PM, Daniel Russel wrote: >> >>> And do you have a real boost install or just headers? >>> >>> On Jan 2, 2010, at 8:01 PM, Keren Lasker wrote: >>> >>>>> imppy.sh >>>> thanks! >>>> On Jan 2, 2010, at 4:59 PM, Daniel Russel wrote: >>>> >>>>> How are you running imp? Using imppy.sh? Or have you installed it? >>>>> >>>>> On Jan 2, 2010, at 7:27 PM, Keren Lasker wrote: >>>>> >>>>>> hi, >>>>>> >>>>>> running IMP on a mac. >>>>>> trying to use add_radius , which requires reading force field >>>>>> parameters. >>>>>> however, IMP keeps compiling that it can not file top.lib. >>>>>> can someone please help ( guessing it has to do something with >>>>>> paths / install ) ? >>>>>> >>>>>> thanks, >>>>>> keren, >>>>>> _______________________________________________ >>>>>> IMP-dev mailing list >>>>>> IMP-dev@salilab.org >>>>>> https://salilab.org/mailman/listinfo/imp-dev >>>>> >>>>> _______________________________________________ >>>>> IMP-dev mailing list >>>>> IMP-dev@salilab.org >>>>> https://salilab.org/mailman/listinfo/imp-dev >>>> >>>> _______________________________________________ >>>> IMP-dev mailing list >>>> IMP-dev@salilab.org >>>> https://salilab.org/mailman/listinfo/imp-dev >>> >>> _______________________________________________ >>> IMP-dev mailing list >>> IMP-dev@salilab.org >>> https://salilab.org/mailman/listinfo/imp-dev >> >> _______________________________________________ >> IMP-dev mailing list >> IMP-dev@salilab.org >> https://salilab.org/mailman/listinfo/imp-dev > > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev
I just committed a change to kernel/src/internal/directories.cpp which will print out where it is looking for the data file if it can't be found. The change should not depend on any other changes so the file should be updatable independently.
On Jan 2, 2010, at 8:01 PM, Keren Lasker wrote:
>> imppy.sh > thanks! > On Jan 2, 2010, at 4:59 PM, Daniel Russel wrote: > >> How are you running imp? Using imppy.sh? Or have you installed it? >> >> On Jan 2, 2010, at 7:27 PM, Keren Lasker wrote: >> >>> hi, >>> >>> running IMP on a mac. >>> trying to use add_radius , which requires reading force field parameters. >>> however, IMP keeps compiling that it can not file top.lib. >>> can someone please help ( guessing it has to do something with paths / install ) ? >>> >>> thanks, >>> keren, >>> _______________________________________________ >>> IMP-dev mailing list >>> IMP-dev@salilab.org >>> https://salilab.org/mailman/listinfo/imp-dev >> >> _______________________________________________ >> IMP-dev mailing list >> IMP-dev@salilab.org >> https://salilab.org/mailman/listinfo/imp-dev > > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev
participants (2)
-
Daniel Russel
-
Keren Lasker