Skip to content

Commit

Permalink
Make IMP.modeller a Python-only module
Browse files Browse the repository at this point in the history
We no longer include any C++ code in the IMP.modeller
module, so we can build everything more quickly by
marking this module Python-only.
  • Loading branch information
benmwebb committed Jan 29, 2024
1 parent 88c82e2 commit 7ce1d36
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions modules/modeller/dependencies.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
required_modules = 'core'
required_dependencies = ''
optional_dependencies = ''
python_only = True
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
%pythoncode %{

import os
import tempfile
import shutil
Expand Down Expand Up @@ -616,5 +614,3 @@ def load_dynamic_restraints(self, pair_filter=None):
ps = IMP.atom.CoulombPairScore(sf)
ps.set_relative_dielectric(edat.relative_dielectric)
yield IMP.container.PairsRestraint(ps, nbl)
%}
2 changes: 0 additions & 2 deletions modules/modeller/pyext/swig.i-in

This file was deleted.

0 comments on commit 7ce1d36

Please sign in to comment.