[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[IMP-users] Installing IMP on Ubuntu




Hi all,

I am new to IMP and tried to install it on a Ubuntu server. It worked well mostly and after building, I am able to use basic applications and modules. However, I just noticed that not all modules are installed. For example, if I run multifit.py, Error shows "No module named multifit". There are more than just this one.

After building, I got some warnings as following:

/usr/local/src/imp_release/doxygen/generated/all.dox:9: warning: unable to resolve reference to `impcgal' for \ref command

/usr/local/src/imp_release/doxygen/generated/all.dox:10: warning: unable to resolve reference to `impcnmultifit' for \ref command

/usr/local/src/imp_release/doxygen/generated/all.dox:16: warning: unable to resolve reference to `impem2d' for \ref command

/usr/local/src/imp_release/doxygen/generated/all.dox:18: warning: unable to resolve reference to `impgsl' for \ref command

/usr/local/src/imp_release/doxygen/generated/all.dox:25: warning: unable to resolve reference to `impmpi' for \ref command

/usr/local/src/imp_release/doxygen/generated/all.dox:26: warning: unable to resolve reference to `impmultifit' for \ref command

/usr/local/src/imp_release/doxygen/generated/all.dox:40: warning: unable to resolve reference to `impEMageFit' for \ref command

/usr/local/src/imp_release/doxygen/generated/all.dox:41: warning: unable to resolve reference to `impcnmultifit_tools' for \ref command

/usr/local/src/imp_release/doxygen/generated/all.dox:47: warning: unable to resolve reference to `impmultifit_tools' for \ref command

/usr/local/src/imp_release/doxygen/generated/all.dox:50: warning: unable to resolve reference to `impsaxs_merge' for \ref command

/usr/local/src/imp_release/doxygen/generated/function_example_index.md:32: warning: unable to resolve reference to `IMP::atom::Atom::get_is_setup()' for \ref command

/usr/local/src/imp_release/doxygen/generated/function_example_index.md:98: warning: unable to resolve reference to `IMP::core::RigidBody::get_is_setup()' for \ref command

/usr/local/src/imp_release/doxygen/generated/installation.md:188: warning: unable to resolve reference to `CGAL' for \ref command

/usr/local/src/imp_release/doxygen/generated/installation.md:191: warning: unable to resolve reference to `GSL' for \ref command

/usr/local/src/imp_release/doxygen/generated/installation.md:192: warning: unable to resolve reference to `OpenCV' for \ref command

/usr/local/src/imp_release/doxygen/generated/installation.md:193: warning: unable to resolve reference to `impmpi' for \ref command

/usr/local/src/imp_release/include/IMP/algebra/vector_search.h:49: warning: unable to resolve reference to `CGAL' for \ref command

/usr/local/src/imp_release/include/IMP/core/XYZR.h:99: warning: unable to resolve reference to `cgal' for \ref command

/usr/local/src/imp_release/include/IMP/core/BoxSweepClosePairsFinder.h:22: warning: unable to resolve reference to `CGAL' for \ref command

/usr/local/src/imp_release/include/IMP/core/CoverRefined.h:37: warning: unable to resolve reference to `CGAL' for \ref command

/usr/local/src/imp_release/include/IMP/core/RigidClosePairsFinder.h:57: warning: unable to resolve reference to `CGAL' for \ref command

/usr/local/src/imp/doc/tutorial/emagefit_3sfd.dox:7: warning: unable to resolve reference to `impEMageFit' for \ref command

/usr/local/src/imp/doc/tutorial/multifit_3sfd.dox:7: warning: unable to resolve reference to `impmultifit_tools' for \ref command

/usr/local/src/imp/doc/tutorial/cnmultifit_groel.dox:7: warning: unable to resolve reference to `impcnmultifit_tools' for \ref command

Does any one know what the problem could be? Thanks.

BTW, I just built it at a local directory but did not install it. I change environment variables whenever I use it.