JuliaSmoothOptimizers / ShiftedProximalOperators.jl

Proximal operators for use with RegularizedOptimization
Other
7 stars 8 forks source link

Update Project.toml -- remove OpenBLAS32_jll dependency #97

Open amontoison opened 1 year ago

amontoison commented 1 year ago

Julia already ships an ILP64 BLAS / LAPACK with OpenBLAS_jll. We only need to load a LP64 for artifacts compiled with Int32 integers such as MUMPS or Ipopt.

codecov[bot] commented 1 year ago

Codecov Report

Base: 61.79% // Head: 61.71% // Decreases project coverage by -0.08% :warning:

Coverage data is based on head (356f0a0) compared to base (0b94cfa). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #97 +/- ## ========================================== - Coverage 61.79% 61.71% -0.09% ========================================== Files 22 22 Lines 657 653 -4 ========================================== - Hits 406 403 -3 + Misses 251 250 -1 ``` | [Impacted Files](https://codecov.io/gh/JuliaSmoothOptimizers/ShiftedProximalOperators.jl/pull/97?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers) | Coverage Δ | | |---|---|---| | [src/ShiftedProximalOperators.jl](https://codecov.io/gh/JuliaSmoothOptimizers/ShiftedProximalOperators.jl/pull/97?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers#diff-c3JjL1NoaWZ0ZWRQcm94aW1hbE9wZXJhdG9ycy5qbA==) | `67.74% <ø> (-0.83%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.