-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull in mpi4py to run IMP.nestor tests
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ | ||
|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ | ||
|
@@ -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. | ||
|
||
|