Re: [RFS] zarr, numcodecs and asctree

2020-01-05 Thread Antonio Valentino
Hi Anthon, Il 05/01/20 14:10, Anton Gladky ha scritto: > I granted you maintainer-role. Please try again. > Now it works, thanks regards antonio > Am So., 5. Jan. 2020 um 11:28 Uhr schrieb Antonio Valentino > : >> >> Hi Anton, >> >> Il 05/01/20 10:51, Anton Gladky ha scritto: >>> Hi Antonio,

Re: [RFS] zarr, numcodecs and asctree

2020-01-05 Thread Anton Gladky
I granted you maintainer-role. Please try again. Anton Am So., 5. Jan. 2020 um 11:28 Uhr schrieb Antonio Valentino : > > Hi Anton, > > Il 05/01/20 10:51, Anton Gladky ha scritto: > > Hi Antonio, > > > > https://salsa.debian.org/science-team/pyzoltan > > > > please push pyzoltan into salsa. > >

Re: [RFS] zarr, numcodecs and asctree

2020-01-05 Thread Antonio Valentino
Hi Anton, Il 05/01/20 10:51, Anton Gladky ha scritto: > Hi Antonio, > > https://salsa.debian.org/science-team/pyzoltan > > please push pyzoltan into salsa. Thanks for creating the repo. It seems I'm not allowed to create new branches anyway remote: GitLab: remote: A default branch (e.g.

Re: [RFS] zarr, numcodecs and asctree

2020-01-05 Thread Anton Gladky
Hi Antonio, https://salsa.debian.org/science-team/pyzoltan please push pyzoltan into salsa. Source-only upload of the zarr is done. Best regards Anton Am So., 5. Jan. 2020 um 09:57 Uhr schrieb Antonio Valentino : > > Dear Anton, > zarr is now into unstable. > Thank you again for your help. >

Re: [RFS] zarr, numcodecs and asctree

2020-01-05 Thread Antonio Valentino
Dear Anton, zarr is now into unstable. Thank you again for your help. Please remember to make a source upload at some point to allow the migration to testing. I'm working on a new package for pyzoltan [1], a wrapper for the Zoltan data management library. It is an optional dependency of pysph

Re: cblas / gsl hint needed (Was: Bug#936609: Ported ghmm to Python3 but issues with clapack)

2020-01-05 Thread Mo Zhou
GSL provides a set of CBLAS API/ABI, delivered with shared object "libgslcblas.so" and header "gsl_cblas.h". That subset becomes redundant once you include the headers of any standard/compatible (C)BLAS library. That's what the compilation error means. Make sure that the code only use one CBLAS