On 2009-07-01 17:38-0500 Geoffrey Furnish wrote:
> Alan W. Irwin writes:
> > To avoid that question mark, I suggest the following compromise.
> >
> > Put in a cmake option (EXCLUDE_PYTHON_LIBRARIES) which you can set for
> > your needs, and which everyone else can ignore. We can then remove that
Alan W. Irwin writes:
> On 2009-07-01 00:09-0500 Geoffrey Furnish wrote:
> > HOWEVER: PLplot's Python binding needs numpy. And here comes the rub.
> > It turns out that Numpy's installation will *not work* if the python was
> > built --enable-shared. If you don't build --enable-shared, then y
On 2009-07-01 00:09-0500 Geoffrey Furnish wrote:
> [...]Now, what I find is that if I configure Python (today I tested 2.6.2,
> but I
> believe from prior experience that 2.5.x is the same in these regards) by
> just saying:
>
> cd Python-2.6.2
> configure --prefix=$PREFIX
> make
>