File: README

package info (click to toggle)
rdkit 201809.1%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 123,688 kB
  • sloc: cpp: 230,509; python: 70,501; java: 6,329; ansic: 5,427; sql: 1,899; yacc: 1,739; lex: 1,243; makefile: 445; xml: 229; fortran: 183; sh: 123; cs: 93
file content (30 lines) | stat: -rw-r--r-- 1,269 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
To build the optional Avalon Toolkit support, run cmake with the
-DRDK_BUILD_AVALON_SUPPORT=ON argument. If the Avalon Toolkit sources
could not be found, the CMake build system will attempt to download the
Avalon Toolkit distribution from the following URL:

http://sourceforge.net/projects/avalontoolkit/files/AvalonToolkit_1.2/AvalonToolkit_1.2.0.source.tar

The downloaded Avalon Toolkit sources will be automatically patched to
avoid a potential memory corruption issue.
The default download URL and MD5 checksum can be overridden with the
following CMake definitions:

AVALONTOOLS_URL
AVALONTOOLS_MD5SUM

If AVALONTOOLS_URL is set to "", no download will be attempted.
If AVALONTOOLS_MD5SUM is set to "", no MD5 checksum will be performed.

If you prefer to install Avalon Toolkit sources manually, please download
a copy of the source from:
http://sourceforge.net/projects/avalontoolkit/files/AvalonToolkit_1.2/AvalonToolkit_1.2.0.source.tar

Note that the version number is important.

Extract the tar file in $RDBASE/External/AvalonTools; the source required by the RDKit is in
the SourceDistribution directory.

cd to $RDBASE/External/AvalonTools and apply AvalonToolkit_1.2_patch.txt:

$ patch -p0 < AvalonToolkit_1.2_patch.txt