Re: [Rdkit-discuss] RDKit on armv7h

2017-06-04 Thread Maciek Wójcikowski
I must correct myself, pandas was not installed, so the only test that failed was "test3D". Pozdrawiam, | Best regards, Maciek Wójcikowski mac...@wojcikowski.pl 2017-06-04 15:07 GMT+02:00 Maciek Wójcikowski : > I tried compiling Git master on armv8/arm64 Debian Sid

Re: [Rdkit-discuss] RDKit on armv7h

2017-06-04 Thread Maciek Wójcikowski
I tried compiling Git master on armv8/arm64 Debian Sid (as mentioned before) and all tests but two passed. cmake .. -D > LD_LIBRARY_PATH="$RDBASE/lib:$PYROOT/lib:$LD_LIBRARY_PATH" > PYTHONPATH=$RDBASE:$PYTHONPATH ctest Failures: > 61: [12:08:04] - > 61:

Re: [Rdkit-discuss] RDKit on armv7h

2017-06-04 Thread Samo Turk
I'll just install debian in chroot and test if armv7 binary from the repo works. On Sat, Jun 3, 2017 at 9:00 PM, Maciek Wójcikowski wrote: > I have Odroid C2 (which is Rpi3 faster cousin), also armv8. Thats a myth > rather than reality. Debian is almost 100% arm64

Re: [Rdkit-discuss] RDKit on armv7h

2017-06-03 Thread Samo Turk
It compiled successfully, unfortunately importing rdkit crashes python interpreter (Segmentation fault). But I didn't have time to look more closely into this. I successfully compiled rdkit on arm few years ago but on raspberry pi (arm v6), this time it is a chromebook. @Maciek If you have rpi 3

Re: [Rdkit-discuss] RDKit on armv7h

2017-06-03 Thread Maciek Wójcikowski
Has anyone try the Arm64 (aarch64)? Is it the same? Pozdrawiam, | Best regards, Maciek Wójcikowski mac...@wojcikowski.pl 2017-06-03 8:46 GMT+02:00 Gianluca Sforna : > On Thu, Jun 1, 2017 at 12:03 AM, Samo Turk wrote: > > Thanks! It seems to work,

Re: [Rdkit-discuss] RDKit on armv7h

2017-06-03 Thread Gianluca Sforna
On Thu, Jun 1, 2017 at 12:03 AM, Samo Turk wrote: > Thanks! It seems to work, but it's still compiling. Rockchip CPU in my > Chromebook is not very fast.. > How did it turn out? According to my Fedora builds, compiling is fine but tests are going to fail :) -- Gianluca

Re: [Rdkit-discuss] RDKit on armv7h

2017-05-31 Thread Samo Turk
Thanks! It seems to work, but it's still compiling. Rockchip CPU in my Chromebook is not very fast.. On Wed, May 31, 2017 at 11:24 PM, Brian Kelley wrote: > Try > > cmake -DRDK_OPTIMIZE_NATIVE=off > > This should turn off popcnt which doesn't exist on arm7 > > > > >

Re: [Rdkit-discuss] RDKit on armv7h

2017-05-31 Thread Brian Kelley
Try cmake -DRDK_OPTIMIZE_NATIVE=off This should turn off popcnt which doesn't exist on arm7 Brian Kelley > On May 31, 2017, at 5:08 PM, Samo Turk wrote: > > Dear RDKit community, > > I have trouble compiling RDKit on Arch Linux on armv7h cpu. It has to be >