travellhyne / f2py

Automatically exported from code.google.com/p/f2py
Other
0 stars 0 forks source link

how to get the last version of f2py #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hy all,

I would like to get the last version of f2py. I run the commands shown above. 
What do I have to do next to obtain the script 'f2py', that I can run?

Thank you,

David

hg clone https://f2py.googlecode.com/hg/ f2py
cd f2py
./setup.py install --prefix=~/last_f2py_version
cd ~/last_f2py_version
find .
.
./lib
./lib/python2.6
./lib/python2.6/site-packages
./lib/python2.6/site-packages/f2py
./lib/python2.6/site-packages/f2py/setup.pyc
./lib/python2.6/site-packages/f2py/setup.py
./lib/python2.6/site-packages/f2py/version.pyc
./lib/python2.6/site-packages/f2py/__init__.pyc
./lib/python2.6/site-packages/f2py/version.py
./lib/python2.6/site-packages/f2py/__init__.py
./lib/python2.6/site-packages/fparser
./lib/python2.6/site-packages/fparser/sourceinfo.pyc
./lib/python2.6/site-packages/fparser/statements.pyc
./lib/python2.6/site-packages/fparser/pattern_tools.pyc
./lib/python2.6/site-packages/fparser/block_statements.pyc
./lib/python2.6/site-packages/fparser/sourceinfo.py
./lib/python2.6/site-packages/fparser/setup.pyc
./lib/python2.6/site-packages/fparser/utils.pyc
./lib/python2.6/site-packages/fparser/setup.py
./lib/python2.6/site-packages/fparser/block_statements.py
./lib/python2.6/site-packages/fparser/Fortran2003.pyc
./lib/python2.6/site-packages/fparser/api.py
./lib/python2.6/site-packages/fparser/script_options.py
./lib/python2.6/site-packages/fparser/typedecl_statements.py
./lib/python2.6/site-packages/fparser/readfortran.pyc
./lib/python2.6/site-packages/fparser/script_options.pyc
./lib/python2.6/site-packages/fparser/base_classes.pyc
./lib/python2.6/site-packages/fparser/splitline.pyc
./lib/python2.6/site-packages/fparser/pattern_tools.py
./lib/python2.6/site-packages/fparser/utils.py
./lib/python2.6/site-packages/fparser/parsefortran.py
./lib/python2.6/site-packages/fparser/typedecl_statements.pyc
./lib/python2.6/site-packages/fparser/statements.py
./lib/python2.6/site-packages/fparser/splitline.py
./lib/python2.6/site-packages/fparser/__init__.pyc
./lib/python2.6/site-packages/fparser/base_classes.py
./lib/python2.6/site-packages/fparser/parsefortran.pyc
./lib/python2.6/site-packages/fparser/api.pyc
./lib/python2.6/site-packages/fparser/Fortran2003.py
./lib/python2.6/site-packages/fparser/readfortran.py
./lib/python2.6/site-packages/fparser/log.config
./lib/python2.6/site-packages/fparser/__init__.py
./lib/python2.6/site-packages/f2py-0.3.1.dev-py2.6.egg-info

Original issue reported on code.google.com by david.fr...@gmail.com on 9 Sep 2010 at 7:04

GoogleCodeExporter commented 9 years ago
The latest version of f2py that generates wrappers to Fortran codes
is included in the numpy package. See

  http://numpy.scipy.org/

for information how to obtain the latest version of numpy.

The aim of this F2py project is to developed the next generation
of f2py. However, it is not ready to wrap Fortran codes yet.

Original comment by pearu.peterson on 9 Sep 2010 at 7:23

GoogleCodeExporter commented 9 years ago
Ok! Thank you!

Original comment by david.fr...@gmail.com on 9 Sep 2010 at 7:50