0

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 ?

Miro Iliaš
  • 349
  • 3
  • 12

1 Answers1

0

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.

Miro Iliaš
  • 349
  • 3
  • 12