silx icon indicating copy to clipboard operation
silx copied to clipboard

Continuous integration on ARM64 and PPC64le

Open kif opened this issue 6 years ago • 3 comments

There is a prototype in fabio: https://github.com/silx-kit/fabio/pull/341

What we learnt: There are no binary wheels of h5py which is hence built from scratch. This requires the lib HDF5 and its development packages to be installed on the system using apt-get. More-over the auto-dicovery tool from h5py does not work unless one provides an environment variable HDF5_PATH=/usr/lib/powerpc64/hdf5.

Silx having an extra dependency on Qt, there are probably also some glitches there to be expected.

kif avatar Sep 30 '19 06:09 kif

BTW, you can skip Qt on tests

vallsv avatar Sep 30 '19 07:09 vallsv

It was also possible to skip h5py a long time ago. I dont think it is anymore possible.

vallsv avatar Sep 30 '19 07:09 vallsv

No more possible

kif avatar Sep 30 '19 12:09 kif