Re: Bug#962574: ITP: dephell -- project management for Python

2020-06-09 Thread Scott Kitterman
On Wednesday, June 10, 2020 12:49:01 AM EDT Nicholas D Steeves wrote: > Package: wnpp > Severity: wishlist > Owner: Nicholas D Steeves > > Package name: dephell > Version : 0.8.3 > Upstream Author : Gram > URL : http://www.example.org/ Should be https://github.com/dephell

Bug#962574: ITP: dephell -- project management for Python

2020-06-09 Thread Nicholas D Steeves
Package: wnpp Severity: wishlist Owner: Nicholas D Steeves Package name: dephell Version : 0.8.3 Upstream Author : Gram URL : http://www.example.org/ License : MIT (declared, but probably Expat) Programming Lang: Python Description : project management for Pyt

Re: RFC: threading-aware virtual BLAS/LAPACK

2020-06-09 Thread Vincent Danjean
Hi, Are blas providers really binary compatible? (ie exactly the same ABI?) Nonetheless, you can be interested into looking at the mechanisms used by OpenMP to load various OpenMP implementation. Their solution uses a wrapper (the real (ie ELF library) libopencl) that is only a ICD loader a