yagamiram / opennero

Automatically exported from code.google.com/p/opennero
Other
0 stars 0 forks source link

Building not working on CS machines #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Old CS setup has problems with python2.6 (no wx, matplotlib and numpy) - need 
/p/graft install.

New CS setup has problems when importing /p/include and /p/lib - need 
CMakeLists.txt.

Original issue reported on code.google.com by ikarpov on 3 Nov 2010 at 10:55

GoogleCodeExporter commented 9 years ago

Original comment by ikarpov on 3 Nov 2010 at 11:00

GoogleCodeExporter commented 9 years ago
Added a clause to CMakeLists.txt that only adds the "/p" directories to include 
and lib if the release name matches "hardy" and they exist.

Revision 630 fixes this issue.

Patrick, please check if it works for you (should build on both types of CS 
hosts now, though the python packages may still be a problem at runtime).

Original comment by ikarpov on 6 Nov 2010 at 1:52