Re: [Rdkit-discuss] support for Postgres 11 ?

2019-07-04 Thread Greg Landrum
FWIW: there are already postgresql 10 builds up: (rdkit_psql10) glandrum@otter:/scratch/RDKit_git/build$ conda list | grep postgr postgresql10.5 h1ad7b7a_0 rdkit-postgresql 2019.03.3.0 hc51617d_0rdkit Assuming everything works, I should have

Re: [Rdkit-discuss] support for Postgres 11 ?

2019-07-04 Thread Greg Landrum
In the meantime we (=I) can also try doing conda builds for more recent versions. -greg On Mon, Jul 1, 2019 at 8:26 PM Paolo Tosco wrote: > Hi John, > > yes, it is, I have myself compiled the RDKit PostgreSQL cartridge against > Postgres 11. > > It should just be a matter of adding the

Re: [Rdkit-discuss] support for Postgres 11 ?

2019-07-01 Thread Paolo Tosco
Hi John, yes, it is, I have myself compiled the RDKit PostgreSQL cartridge against Postgres 11. It should just be a matter of adding the following flags to the cmake command:   -DPostgreSQL_ROOT=/usr/pgsql-11 \   -DPostgreSQL_INCLUDE_DIR=/usr/pgsql-11/include \

[Rdkit-discuss] support for Postgres 11 ?

2019-07-01 Thread John Irwin
Hi - I notice that the anaconda installation of RDKit is with Postgres 9.6. We tried to install RDKit with Postgres 10.4 and 11 and struggled to compile from source. Meanwhile, Postgres 12 is already in beta and we don't want to get too far behind. Is RDKit compatible with Postgres 11? Thanks