├── Dockerfile ├── LICENSE ├── README.md └── patches ├── adapter.cpp.patch └── cmakelists.txt.patch /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcs07/docker-postgres-rdkit/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcs07/docker-postgres-rdkit/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcs07/docker-postgres-rdkit/HEAD/README.md -------------------------------------------------------------------------------- /patches/adapter.cpp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcs07/docker-postgres-rdkit/HEAD/patches/adapter.cpp.patch -------------------------------------------------------------------------------- /patches/cmakelists.txt.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcs07/docker-postgres-rdkit/HEAD/patches/cmakelists.txt.patch --------------------------------------------------------------------------------