stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

Upgrade OpenBLAS dependency to 0.3.27

Open rreusser opened this issue 1 year ago • 0 comments

Resolves #2228

Description

What is the purpose of this pull request?

make install-deps-openblas fails because the OpenBLAS dependency is eight years out of date. By upgrading to OpenBLAS 0.3.27 (latest), the command now succeeds. Though the error can perhaps be ignored, it's nice to minimize friction and failures in the various setup steps.

This pull request:

  • upgrades the openblas version
  • points to the new repository location (OpenMathLib org)
  • updates the checksum
  • adds some missing AVX512 build config

Related Issues

Does this pull request have any related issues?

This pull request:

  • resolves #2228

Questions

Are there migration concerns?

No, I think. OpenBLAS support has always been experimental.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

rreusser avatar May 07 '24 17:05 rreusser