- Fix BLIS_VERSION and LAPACK_VERSION constants.
- Change the version of BLIS to be downloaded to 1.0.
- Change the version of LAPCK to be downloaded to 3.11.0.
- Refactor codes and configs with RuboCop.
- Change the version of BLIS to be downloaded to 0.9.0.
- Changed to use generic CPU type when installing on Apple M1 mac.
- Fixed a typo on threading method detection process.
- Introduced conventional commits.
-
Added enable-threading option to specify the threding method of BLIS.
$ gem install numo-blis -- --enable-threading=openmp
-
Changed to detect threading method automatically when the enable-threading option is not given.
- Initial release