mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
Add support for building the CFFI lib without InChI (#7698)
This commit is contained in:
@@ -1000,6 +1000,7 @@ std::string get_mol_frags_mappings(
|
||||
return buffer.GetString();
|
||||
}
|
||||
|
||||
#ifdef RDK_BUILD_INCHI_SUPPORT
|
||||
std::string parse_inchi_options(const char *details_json) {
|
||||
std::string options;
|
||||
if (details_json && strlen(details_json)) {
|
||||
@@ -1011,6 +1012,7 @@ std::string parse_inchi_options(const char *details_json) {
|
||||
}
|
||||
return options;
|
||||
}
|
||||
#endif
|
||||
|
||||
struct LogHandle {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user