Re: [Rdkit-discuss] Compiling rdkit-Release_2019_09_3 with python 3.7.5 and gnu gcc, g++ on MacOS 10.15

2020-01-20 Thread Francois Berenger
On 21/01/2020 01:29, Zoltan Takacs wrote: Hi, Thanks, I repeated the compilation procedure on an Ubuntu machine with boost 1.62.0 and everything went smashingly. This indeed seems to be some cmake boost mismatch on my mac. I will use an older version of boost instead. This should do the

Re: [Rdkit-discuss] Compiling rdkit-Release_2019_09_3 with python 3.7.5 and gnu gcc, g++ on MacOS 10.15

2020-01-20 Thread Zoltan Takacs
Hi, Thanks, I repeated the compilation procedure on an Ubuntu machine with boost 1.62.0 and everything went smashingly. This indeed seems to be some cmake boost mismatch on my mac. I will use an older version of boost instead. Best, Zoltan On 20 Jan 2020, at 17:25, Greg Landrum wrote: Hi

Re: [Rdkit-discuss] Compiling rdkit-Release_2019_09_3 with python 3.7.5 and gnu gcc, g++ on MacOS 10.15

2020-01-20 Thread Greg Landrum
Hi Zoltan, I use the system compiler (clang++) on the Mac, so I don't have direct experience here. One problem is likely that the cmake argument you want is -DBoost_NO_SYSTEM_PATHS=ON those variable names are case sensitive. The other point is that cmake didn't officiallly support boost 1.72

[Rdkit-discuss] Compiling rdkit-Release_2019_09_3 with python 3.7.5 and gnu gcc, g++ on MacOS 10.15

2020-01-18 Thread Zoltan Takacs
Dear RDKiters, I would like to compile RDKit from source on a macOS 10.15 computer with gnu c/c++ compilers and a newer version of boost (1.72.0) instead of 1.56.0. I run cmake with the following setting: cmake -D