[SciPy-dev] (no subject)

Robert Kern robert.kern at gmail.com
Mon May 21 15:18:47 EDT 2007


Gennan Chen wrote:
> Hi!
> 
> I need to build a distribution OS X package from source for numpy and
> scipy . But setup.py in both of them seems lacking that option. Can
> anyone tell me how to do that?

You will need to use bdist_mpkg:

  http://cheeseshop.python.org/pypi/bdist_mpkg/

Note that with scipy, the FORTRAN-using extension modules will end up linked
against your FORTRAN compiler's dynamic runtime libraries. The binaries you make
will need those runtime libraries to be present. You will have to have your
users install the same FORTRAN compiler you used.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco



More information about the SciPy-Dev mailing list