Metadata-Version: 1.2
Name: slepc4py
Version: 3.12.0
Summary: SLEPc for Python
Home-page: https://bitbucket.org/slepc/slepc4py/
Author: Lisandro Dalcin
Author-email: dalcinl@gmail.com
Maintainer: Lisandro Dalcin
Maintainer-email: dalcinl@gmail.com
License: BSD
Download-URL: https://bitbucket.org/slepc/slepc4py/downloads/slepc4py-3.12.0.tar.gz
Description: SLEPc for Python
        ================
        
        Python bindings for SLEPc.
        
        Install
        -------
        
        If you have a working MPI implementation and the ``mpicc`` compiler
        wrapper is on your search path, it highly recommended to install
        ``mpi4py`` first::
        
          $ pip install mpi4py
        
        Ensure you have NumPy installed::
        
          $ pip install numpy
        
        and finally::
        
          $ pip install petsc petsc4py slepc slepc4py
        
        You can also install the in-development version of slepc4py with::
        
          $ pip install Cython numpy mpi4py
          $ pip install --no-deps git+https://bitbucket.org/petsc/petsc
          $ pip install --no-deps git+https://bitbucket.org/petsc/petsc4py
          $ pip install --no-deps git+https://bitbucket.org/slepc/slepc
          $ pip install --no-deps git+https://bitbucket.org/slepc/slepc4py
        
        or::
        
          $ pip install Cython numpy mpi4py
          $ pip install --no-deps https://bitbucket.org/petsc/petsc/get/master.tar.gz
          $ pip install --no-deps https://bitbucket.org/petsc/petsc4py/get/master.tar.gz
          $ pip install --no-deps https://bitbucket.org/slepc/slepc/get/master.tar.gz
          $ pip install --no-deps https://bitbucket.org/slepc/slepc4py/get/master.tar.gz
        
        
        Citations
        ---------
        
        If SLEPc for Python been significant to a project that leads to an
        academic publication, please acknowledge that fact by citing the
        project.
        
        * L. Dalcin, P. Kler, R. Paz, and A. Cosimo,
          *Parallel Distributed Computing using Python*,
          Advances in Water Resources, 34(9):1124-1139, 2011.
          http://dx.doi.org/10.1016/j.advwatres.2011.04.013
        
        * V. Hernandez, J.E. Roman and V. Vidal.
          *SLEPc: A Scalable and Flexible Toolkit for the
          Solution of Eigenvalue Problems*,
          ACM Transactions on Mathematical Software, 31(3):351-362, 2005.
          http://dx.doi.org/10.1145/1089014.1089019
        
Keywords: scientific computing,parallel computing,SLEPc,PETSc,MPI
Platform: POSIX
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Development Status :: 5 - Production/Stable
Requires: petsc4py
Provides: slepc4py
