[SciPy-dev] static builds of scipy

Robert Kern robert.kern at gmail.com
Tue Feb 21 12:50:59 EST 2006


Chris Fonnesbeck wrote:
> What is the proper way to build scipy statically? I tried the
> following syntax (which works for numpy):
> 
> LDFLAGS=-L/usr/local/lib python setup.py build

python setup.py build_ext -L/usr/local/lib build

-- 
Robert Kern
robert.kern at gmail.com

"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
  -- Richard Harter




More information about the SciPy-Dev mailing list