Skip to content

Commit

Permalink
Use latest RMF in rpm or .deb builds
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Dec 9, 2024
1 parent 714915d commit 2cc96e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 <ben@salilab.org>
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
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.7), python3-ihm, scons, lsb-release, python3-protobuf, python3-yaml, python3-mpi4py
Standards-Version: 4.6.2
Section: libs
Homepage: https://integrativemodeling.org/
Expand All @@ -10,7 +10,7 @@ Vcs-Browser: https://github.com/salilab/imp/
Package: imp-dev
Section: libdevel
Architecture: any
Depends: imp (= ${binary:Version}), ${misc:Depends}, 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, python3-dev, libann-dev, libeigen3-dev, libcereal-dev, libprotobuf-dev, protobuf-compiler, rmf-dev (>= 1.6), python3-ihm
Depends: imp (= ${binary:Version}), ${misc:Depends}, 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, python3-dev, libann-dev, libeigen3-dev, libcereal-dev, libprotobuf-dev, protobuf-compiler, rmf-dev (>= 1.7), python3-ihm
Description: The Integrative Modeling Platform - development files
Headers to compile against IMP.

Expand Down
2 changes: 1 addition & 1 deletion tools/rpm/IMP-copr.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Requires: python3-protobuf

BuildRequires: cmake >= 3.14
BuildRequires: boost-devel >= 1.53
BuildRequires: RMF-devel >= 1.6
BuildRequires: RMF-devel >= 1.7
BuildRequires: python3-ihm
Requires: python3-ihm

Expand Down

0 comments on commit 2cc96e0

Please sign in to comment.