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 \
-DPostgreSQL_TYPE_INCLUDE_DIR=/usr/pgsql-11/include/server \
  -DPostgreSQL_LIBRARY_DIR=/usr/pgsql-11/lib \
  -DRDK_BUILD_PGSQL=ON \
  -DRDK_PGSQL_STATIC=ON \

and it should work.
Feel free to get back to me off-list if the above does not work for you; also, it would be useful to see the error messages that you are getting.

Best,
Paolo

On 07/01/19 18:50, John Irwin wrote:
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

John

John Irwin
UCSF Pharmaceutical Chemistry
http://irwinlab.compbio.ucsf.edu




_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to