Re: Proper package relationships when a project depends on CBLAS

2015-09-30 Thread Felix Salfelder
On Wed, Sep 30, 2015 at 10:46:51AM +0100, Ghislain Vaillant wrote: > Then the binary package gets the following dependency: > Depends: libblas.so.3 just in case: leaving out ${shlibs:Depends} here, you will have to take care of *all* dependencies manually. in more complex cases you may wish to se

Re: Proper package relationships when a project depends on CBLAS

2015-09-29 Thread Felix Salfelder
On Tue, Sep 29, 2015 at 05:49:50PM +0100, Ghislain Vaillant wrote: > >what is wrong with a builddep on libopenblas-dev|someotherblas-dev? > > > >do you want to discard the second option in case the first is available > >(don't know how to do that)? > > If I use say libopenblas-dev | libatlas-dev,

Re: Proper package relationships when a project depends on CBLAS

2015-09-29 Thread Felix Salfelder
On Tue, Sep 29, 2015 at 12:01:26PM +0100, Ghislain Vaillant wrote: > At the moment, I am building against libopenblas-dev, but the latter > is not available on all architectures and therefore restricts the > build of the source package (ArrayFire) to the restricted set that > provides it. > [..] >