~ubuntu-branches/ubuntu/utopic/adios/utopic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry
  • Date: 2014-05-22 07:02:04 UTC
  • mfrom: (15.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20140522070204-on9wsl3awmau96bo
Tags: 1.6.0-5
* Don't depend on infiniband on hurd, kfreebsd-* 
* Build with serial HDF5 by default; building with mpicc.openmpi collides
  with mpipublic.h internally.
* Prime CMakeCache.txt with PYTHON_MPI4PY_INCLUDE_DIR so it is found
  on all archs to fix FTBFS. 
* Add initial bash_completion.d completions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: science
3
3
Priority: optional
4
4
Maintainer: Alastair McKinstry <mckinstry@debian.org>
5
 
Build-Depends: debhelper (>= 9), libnetcdf-dev, gfortran, libhdf5-mpi-dev | libhdf5-dev, libmxml-dev, 
6
 
  mpi-default-dev, autotools-dev, cmake, libbz2-dev, libibverbs-dev, zlib1g-dev,
 
5
Build-Depends: debhelper (>= 9), libnetcdf-dev, gfortran, libhdf5-dev, libmxml-dev, 
 
6
  mpi-default-dev, autotools-dev, cmake, libbz2-dev, zlib1g-dev,
 
7
  libibverbs-dev [ !hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
7
8
  python-dev, python-numpy, python3-mpi4py, cython, dh-python,
8
9
  python3-dev, python3-numpy, python3-mpi4py, cython3
9
10
Standards-Version: 3.9.5
45
46
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
46
47
Section: python
47
48
Architecture: any
 
49
Multi-Arch: same
48
50
Provides: ${python:Provides}
49
51
Description: Python interace to the ADIOS IO system
50
52
 This is a Python2 interface to ADIOS.
58
60
 .
59
61
 
60
62
Package: python3-adios
61
 
Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
 
63
Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
62
64
Section: python
63
65
Architecture: any
 
66
Multi-Arch: same
64
67
Provides: ${python:Provides}
65
68
Description: Python3 interace to the ADIOS IO system
66
69
 This is a Python3 interface to ADIOS.