Reputation: 428
I have the travis-ci testing script where one have to install system blas+lapack, atlas and openblas:
libblas-dev, liblapack-dev, libatlas-base-dev, libopenblas-base , libopenblas-dev
All mentioned packages are not working at once; bringing in the libopenblas packages are messing things up for virtual linux servers of travis-ci.
Has someone similar experience with Linux and these packges ?
Upvotes: 1
Views: 417
Reputation: 428
OK, I sorted it out with travis-ci: libblas-dev and libopenblas-dev can be together. The libopenblas package can not "withstand" liblapack, libatlas packages.
Upvotes: 1