mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
minor updates
This commit is contained in:
@@ -3,7 +3,7 @@ import os ;
|
||||
local RDBASE = [ os.environ RDBASE ] ;
|
||||
|
||||
|
||||
lib Descriptors : Crippen.cpp MolDescriptors.cpp AtomPairs.cpp MolSurf.cpp
|
||||
lib Descriptors : Crippen.cpp MolDescriptors.cpp MolSurf.cpp
|
||||
..//GraphMol ../Substruct//Substruct ../SmilesParse//SmilesParse ../Subgraphs//Subgraphs ../../DataStructs//DataStructs ../../RDGeneral//RDGeneral
|
||||
: <toolset>msvc:<link>static ; #<link>static ;
|
||||
install lib-install : Descriptors : <location>$(RDBASE)/bin ;
|
||||
|
||||
@@ -3,7 +3,7 @@ import os ;
|
||||
local RDBASE = [ os.environ RDBASE ] ;
|
||||
|
||||
|
||||
lib Fingerprints : Fingerprints.cpp MorganFingerprints.cpp
|
||||
lib Fingerprints : Fingerprints.cpp MorganFingerprints.cpp AtomPairs.cpp
|
||||
..//GraphMol ../Subgraphs//Subgraphs ../../DataStructs//DataStructs ../../RDGeneral//RDGeneral
|
||||
: <toolset>msvc:<link>static ; # <link>static ;
|
||||
install lib-install : Fingerprints : <location>$(RDBASE)/bin ;
|
||||
|
||||
@@ -142,6 +142,7 @@ mol: atomd {
|
||||
Queries::COMPOSITE_OR,
|
||||
true);
|
||||
}
|
||||
newB->setProp("_unspecifiedOrder",1);
|
||||
newB->setOwningMol(mp);
|
||||
newB->setBeginAtomIdx(atomIdx1);
|
||||
newB->setEndAtomIdx(atomIdx2);
|
||||
|
||||
Reference in New Issue
Block a user