Skip to content
  • Sebastian Ohlmann's avatar
    add first version of python wrapper · eafc2a15
    Sebastian Ohlmann authored
    - depends on python, cython, mpi4py and numpy
    - currently only dependency check on python
    - should be done optionally
    - converts wrapper.pyx to wrapper.c using cython, then compiles this to
      a python extension
    - installs the files such that they can be imported with `import pyelpa`
      in python
    eafc2a15