Fabian, Nathan wrote:
Hi,
It looks like when Python is enabled, BUILD_SHARED_LIBS is forced on in
cmake.  Is there any way to work around that and build python with static or
is that impossible?

Thanks,
Nathan.

To extend Python with static modules isn't impossible (this is how the "builtin" modules in Python work), but it means building your own python from scratch so you can link-in those static modules.

Cheers,
Tim

--
Timothy M. Shead
Data Analysis & Visualization (1424)
Sandia National Laboratories
505-284-0139

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to