<div dir="ltr">This is on an OS X.6 box running Python 2.7 and pip 1.0.2<div><br></div><div># at command line:</div><div>pip install -vvv petsc4py </div><div><br></div><div># relevant bits:</div><div><div>Downloading/unpacking petsc>=3.2,<3.3 (from petsc4py)</div>
<div>  Getting page <a href="http://pypi.python.org/simple/petsc">http://pypi.python.org/simple/petsc</a></div><div>  URLs to search for versions for petsc>=3.2,<3.3 (from petsc4py):</div><div>  * <a href="http://pypi.python.org/simple/petsc/">http://pypi.python.org/simple/petsc/</a></div>
<div>  Getting page <a href="http://www.mcs.anl.gov/petsc/">http://www.mcs.anl.gov/petsc/</a></div></div><div>...</div><div>  Skipping page <a href="http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-lite-3.2-p6.tar.gz">http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-lite-3.2-p6.tar.gz</a> (from <a href="http://pypi.python.org/simple/petsc/">http://pypi.python.org/simple/petsc/</a>) because of Content-Type: application/x-gzip</div>
<div>...</div><div><br></div><div>    Found link <a href="http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-lite-3.2-p6.tar.gz">http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-lite-3.2-p6.tar.gz</a> (from <a href="http://pypi.python.org/simple/petsc/">http://pypi.python.org/simple/petsc/</a>), version: lite-3.2-p6</div>
<div><br></div><div>The "lite-" prefix is being interpreted as part of the version, which pip doesn't quite know what to do with.  It would probably just be easiest to host lite versions in a separate directory ../release-snapshots/lite/petsc-3.2-p6.tar.gz that petsc4py/PyPI can point to.  Lisandro can also point to the non-lite versions until a solution is implemented.</div>
<div><br></div><div>This is going to be an additional problem:</div><div><div><br></div><div>*******************************************************************************</div><div><br></div><div>         UNABLE to CONFIGURE with GIVEN OPTIONS    (see configure.log for details):</div>
<div><br></div><div>-------------------------------------------------------------------------------</div><div><br></div><div>Fortran compiler you provided with --with-fc=/usr/bin/mpif90 does not work</div><div><br></div><div>
*******************************************************************************</div></div><div><br></div><div>Obviously the Mac doesn't come with /usr/bin/mpif90, so a clean system won't have this either...  I think you guys know your options for how to fix this, but let me know if you want my 2 cents :)</div>
<div><br></div><div>=AA=</div></div>