-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathREADME.txt
37 lines (26 loc) · 1.15 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
========================
README: PETSc for Python
========================
:Author: Lisandro Dalcin
:Contact: dalcinl@gmail.com
:Web Site: http://petsc4py.googlecode.com/
:Organization: CIMEC <http://www.cimec.org.ar/>
:Address: CCT CONICET, 3000 Santa Fe, Argentina
Thank you for downloading the *PETSc for Python* project archive. As
this is a work in progress, please check the `project website`_ for
updates.
.. _CIMEC: http://www.cimec.org.ar/
.. _project website: http://petsc4py.googlecode.com/
- To build and install this package, you must meet the following
requirements.
+ PETSc_ 3.4 or 3.3, built with *shared libraries* (i.e., by
passing ``--with-shared-libraries`` option to PETSc ``configure``
script; this is not strictly required, but **highly** recommended).
+ Python_ 2.4 to 2.7 and 3.1 to 3.3.
+ NumPy_ 1.0.1 and above.
.. _PETSc: http://www.mcs.anl.gov/petsc/
.. _Python: http://www.python.org
.. _NumPy: http://numpy.scipy.org
- This package uses standard `distutils`. For detailed instructions
about requirements and the building/install process, read the file
``docs/srouce/install.rst``.