Skip to content

Commit

Permalink
The smsd module now depends on the signature module
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Aug 29, 2010
1 parent 7217e82 commit 7d5fc9d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions build.xml
Expand Up @@ -534,13 +534,13 @@
list="pdb,smiles,sdg,inchi,libiocml"/>
<foreach target="compile-module" param="module"
parallel="${parallel}" maxthreads="${threadCount}"
list="control,extra,reaction,pdbcml,libiomd,smsd"/>
list="control,extra,reaction,pdbcml,libiomd"/>
<foreach target="compile-module" param="module"
parallel="${parallel}" maxthreads="${threadCount}"
list="charges,smarts"/>
list="charges,smarts,signature"/>
<foreach target="compile-module" param="module"
parallel="${parallel}" maxthreads="${threadCount}"
list="qm,qsar,ionpot,fingerprint,pcore"/>
list="qm,qsar,ionpot,fingerprint,pcore,smsd"/>
<foreach target="compile-module" param="module"
parallel="${parallel}" maxthreads="${threadCount}"
list="qsaratomic,qsarbond,qsarprotein,qsarcml,qsarmolecular"/>
Expand All @@ -550,9 +550,6 @@
<foreach target="compile-module" param="module"
parallel="${parallel}" maxthreads="${threadCount}"
list="builder3d,builder3dtools"/>
<foreach target="compile-module" param="module"
parallel="${parallel}" maxthreads="${threadCount}"
list="signature"/>
</target>

<target id="test-dist-all" name="test-dist-all" description="test-dist-all">
Expand Down

0 comments on commit 7d5fc9d

Please sign in to comment.