Files
rdkit/Code/GraphMol/Substruct/Jamfile
Greg Landrum 8e731f9e70 move the MolDiscriminators calculations into Subgraphs in order to remove the lapack dependency from the core molecule code;
At some point the BalabanJ calculation, still in MolDiscriminators.cpp, should be 
moved to MolDescriptors.
2009-04-10 04:09:49 +00:00

21 lines
482 B
Plaintext

project GraphMol/Substruct : : ;
import os ;
local RDBASE = [ os.environ RDBASE ] ;
lib Substruct : SubstructMatch.cpp SubstructUtils.cpp
..//GraphMol ../..//RDGeneral//RDGeneral ../..//vflib
: <toolset>msvc:<link>static ; #<link>static ;
install lib-install : Substruct : <location>$(RDBASE)/bin ;
exe test1 : test1.cpp Substruct ..//GraphMol
../../RDGeneral//RDGeneral ../../Geometry//RDGeometry
../..//vflib
;
install regrs : test1
: <location>testExecs ;