Skip to content

Commit

Permalink
Pull in mpi4py to run IMP.nestor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Apr 24, 2024
1 parent 28ef19f commit e004443
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tools/debian-ppa/control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Source: imp
Priority: optional
Maintainer: Ben Webb <[email protected]>
Build-Depends: debhelper-compat (= 13), cmake, swig, libboost-filesystem-dev, libboost-graph-dev, libboost-iostreams-dev, libboost-program-options-dev, libboost-random-dev, libboost-regex-dev, libboost-thread-dev, libcgal-dev, libhdf5-dev, libfftw3-dev, libopencv-dev, libgsl-dev, coreutils, unzip, wget, python3-dev, symlinks, libann-dev, libeigen3-dev, libcereal-dev, libprotobuf-dev, protobuf-compiler, libopenmpi-dev, rmf-dev (>= 1.6), python3-ihm, scons, lsb-release, python3-protobuf python3-yaml
Build-Depends: debhelper-compat (= 13), cmake, swig, libboost-filesystem-dev, libboost-graph-dev, libboost-iostreams-dev, libboost-program-options-dev, libboost-random-dev, libboost-regex-dev, libboost-thread-dev, libcgal-dev, libhdf5-dev, libfftw3-dev, libopencv-dev, libgsl-dev, coreutils, unzip, wget, python3-dev, symlinks, libann-dev, libeigen3-dev, libcereal-dev, libprotobuf-dev, protobuf-compiler, libopenmpi-dev, rmf-dev (>= 1.6), python3-ihm, scons, lsb-release, python3-protobuf, python3-yaml, python3-mpi4py
Standards-Version: 4.6.2
Section: libs
Homepage: https://integrativemodeling.org/
Expand Down Expand Up @@ -48,6 +48,6 @@ Description: The Integrative Modeling Platform
Package: imp-openmpi
Section: libs
Architecture: any
Depends: imp (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Depends: imp (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, python3-mpi4py
Description: The Integrative Modeling Platform - support for OpenMPI
IMP MPI module and dependents, for openmpi.
4 changes: 2 additions & 2 deletions tools/debian/control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Source: imp
Priority: optional
Maintainer: Ben Webb <[email protected]>
Build-Depends: debhelper (>= 8.0.0), cmake, swig, libboost-filesystem-dev, libboost-graph-dev, libboost-iostreams-dev, libboost-program-options-dev, libboost-random-dev, libboost-regex-dev, libboost-thread-dev, libcgal-dev, libhdf5-dev, libfftw3-dev, libopencv-dev, libgsl0-dev, python2-dev, coreutils, unzip, wget, python3-dev, symlinks, libann-dev, libeigen3-dev, libcereal-dev, libprotobuf-dev, libopenmpi-dev, python3-yaml
Build-Depends: debhelper (>= 8.0.0), cmake, swig, libboost-filesystem-dev, libboost-graph-dev, libboost-iostreams-dev, libboost-program-options-dev, libboost-random-dev, libboost-regex-dev, libboost-thread-dev, libcgal-dev, libhdf5-dev, libfftw3-dev, libopencv-dev, libgsl0-dev, python2-dev, coreutils, unzip, wget, python3-dev, symlinks, libann-dev, libeigen3-dev, libcereal-dev, libprotobuf-dev, libopenmpi-dev, python3-yaml, python3-mpi4py
Standards-Version: 3.9.4
Section: libs
Homepage: https://integrativemodeling.org/
Expand Down Expand Up @@ -50,7 +50,7 @@ Description: The Integrative Modeling Platform
Package: imp-openmpi
Section: libs
Architecture: any
Depends: imp (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Depends: imp (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, python3-mpi4py
Description: The Integrative Modeling Platform
IMP MPI module and dependents, for openmpi.

Expand Down

0 comments on commit e004443

Please sign in to comment.