Satish might. But if you send me the patch I'll try it and get it working (at least I'll get the python end working; if you get me some thing that is basically right I can get it working). Basically its a few lines of python that handle the -framework xxx stuff
Thanks Barry On Aug 27, 2012, at 9:46 PM, Jed Brown <jedbrown at mcs.anl.gov> wrote: > On Mon, Aug 27, 2012 at 9:44 PM, Barry Smith <bsmith at mcs.anl.gov> wrote: > But you don't need to screw with the -I since the compiler always looks > inside the frameworks for the include based on #import <OpenGL/gl.h> etc. > That's right the -framework flag is actually ignored at compile time and only > needed to link the program so Apple is bogus big time man. > > and why bother with -L etc etc. Just list the damn library by its full > path and pass that to cmake? > > Perfect, that's what CMake wants. > > Does someone have a VM I can log into to test? >
