JuliaLinearAlgebra / BlockBandedMatrices.jl

A Julia package for representing block-banded matrices and banded-block-banded matrices
https://julialinearalgebra.github.io/BlockBandedMatrices.jl/
MIT License
56 stars 13 forks source link

don't import libblas #133

Closed jishnub closed 2 years ago

jishnub commented 2 years ago

BLAS.libblas is imported into this package, but it's not used anywhere. This leads to a failure on Julia nightly, as libblas has been removed.

codecov[bot] commented 2 years ago

Codecov Report

Merging #133 (40fa95d) into master (b23c5d5) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #133   +/-   ##
=======================================
  Coverage   86.90%   86.90%           
=======================================
  Files          10       10           
  Lines        1191     1191           
=======================================
  Hits         1035     1035           
  Misses        156      156           
Impacted Files Coverage Δ
src/BlockBandedMatrices.jl 0.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.