Skip to content

Commit

Permalink
Make iotbx depend on dxtbx, but only if dxtbx is explicitly configured.
Browse files Browse the repository at this point in the history
Makes use of the keyword optional_modules_only_if_explicit_request keyword, added by @luc-j-bourhis.

See cctbx#125 and cctbx#126.
  • Loading branch information
phyy-nx authored and mlxd committed Feb 16, 2018
1 parent ff2cde5 commit c1f1902
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion iotbx/libtbx_config
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"modules_required_for_use": ["cctbx", "fable", "ucif", "smtbx"],
"optional_modules": ["ccp4io", "cbflib","dxtbx"],
"optional_modules": ["ccp4io", "cbflib"],
"optional_modules_only_if_explicit_request": ["dxtbx"],
}

0 comments on commit c1f1902

Please sign in to comment.