home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / python-numpy / README.f2py < prev    next >
Encoding:
Text File  |  2010-07-21  |  701 b   |  18 lines

  1. This file is meant to document what's needed to make f2py work.
  2.  
  3. First of all, it needs 2 packages mentioned in Suggests field:
  4.  
  5.  - python-dev, it contains Python.h file, needed for numpy header files;
  6.  - gfortran, the Fortran compiler.
  7.  
  8. Also, please note that under /usr/bin there are currently two scripts:
  9.  
  10.  - f2py2.6, f2py for Python 2.6 and
  11.  - f2py2.5, f2py for Python 2.5.
  12.  
  13. /usr/bin/f2py is actually a symlink to the f2pyX.Y where X.Y is the version of
  14. the default Python interpreter at the time of package preparation. In case this
  15. changes, you might want to change that symlink or change/add the above scripts,
  16. but do that at your own danger (i.e. don't submit bugs if you mess up with
  17. that).
  18.