[vsipl++] patch: python bindings prototype
Stefan Seefeld
stefan at codesourcery.com
Thu Oct 5 11:40:43 UTC 2006
Jules Bergmann wrote:
> Stefan,
>
> How does this behave when python isn't present on the system? It looks
> like configure will run python even if scripting isn't enabled.
>
> Can you gate the python bindings with --enable-scripting? If the user
> doesn't explicitly '--enable-scripting', then configure shouldn't try to
> run python.
You are right. The attached patch moves the python checks into the
block that is only executed if scripting is enabled. (Patch is checked in.)
> Also, what is the story with shared libraries? That is only for the
> scripting, right?
Yes. Python extension modules are built as DSOs, so I had to add some
harness to support that. Nothing else is affected by that.
Regards,
Stefan
--
Stefan Seefeld
CodeSourcery
stefan at codesourcery.com
(650) 331-3385 x718
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch
URL: <http://sourcerytools.com/pipermail/vsipl++/attachments/20061005/321e1d4a/attachment.ksh>
More information about the vsipl++
mailing list