Re: [Avogadro-devel] Python SIP module

2012-03-01 Thread Gary Kedziora
On Tue, Feb 28, 2012 at 3:03 PM, Gary Kedziora gkedzi...@gmail.com wrote: Hi, cmake/modules/PythonDeps.cmake is having trouble finding SIP on my system.  The sip.h on my system is in a nonstandard place.  I have a work around, but it is not fully tested yet.  I made my own FindSIP.cmake

[Avogadro-devel] Python SIP module

2012-02-28 Thread Gary Kedziora
Hi, cmake/modules/PythonDeps.cmake is having trouble finding SIP on my system. The sip.h on my system is in a nonstandard place. I have a work around, but it is not fully tested yet. I made my own FindSIP.cmake that is called from PythonDeps.cmake. It both finds sip.h and tests that the sip

[Avogadro-devel] python boost unresolved overloaded function type

2012-02-27 Thread Gary Kedziora
I have having trouble compiling ~/libavogadro/src/python/fragment.cpp. The issue appears to be that the python boost template function arguments can not be resolved when there is a constant and non constant version. Here is the make output for an example: [ 82%] Building CXX object