Skip to content
kynan edited this page Apr 16, 2013 · 1 revision

The packages will be hosted in a Launchpad PPA

How things (could) work

  • The PyOP2 master master branch is imported from Github by Launchpad, to lp:pyop2 - see https://code.launchpad.net/~mapdes/pyop2/master
  • It would have been desirable to also import the debian branch from Github, but this seems to not be possible: https://bugs.launchpad.net/launchpad/+bug/1000852
  • We also can't configure code hosting on Launchpad if we have an imported branch, so it seems to not be possible to create a debian branch on Launchpad either.
  • We need somewhere for a branch containing the debian folder, since we probably don't want it in the master branch.

The MAPDES PPA

Work-in-progress - if you try to follow these steps you'll get what you deserve :-)

Add the MAPDES PPA:

sudo add-apt-repository ppa:mapdes/ppa
sudo apt-get update

Install OP2-Common:

sudo apt-get install libop2-dev libhdf5-mpi-dev python-h5py

Install Python and Pip:

sudo apt-get install python-pip