Masahiro TANAKA
Masahiro TANAKA
I would appreciate if you could show me a sample code to reproduce this crash.
I got same crash, but this is due to a problem in ruby 2.5.x.: https://bugs.ruby-lang.org/issues/15200 Possible solutions: 1. Use ruby 2.6. 2. Apply patch to numo-linalg: https://github.com/ruby-numo/numo-linalg/commit/87732cab8c5fa3dbffd0dbdaf206c6076053a17e 3. Unuse 'bootsnap'...
If libopenblas.so does not include LAPACKE API, it needs to load liblapacke.so. The following is not tested on Ubuntu but probably works. ```ruby Fiddle.dlopen("/usr/lib/libopenblas.so") Numo::Linalg::Lapack.dlopen("/usr/lib/liblapacke.so") ```
Does this short name cause an error on Ubuntu? ``` Numo::Linalg::Lapack.dlopen("liblapacke.so") ```
numo-linalg 0.1.2 will work with version suffix.
I have also checked loading openblas without configuration on MSYS2. I have not checked it on Mac.
The error is because "liblapacke" package is not installed. Please add it to config file.
Drawing dashed line is a matter of Gnuplot version and terminal types. See http://www.ss.scphys.kyoto-u.ac.jp/person/yonezawa/contents/program/gnuplot/dashtype.html Gnuplot ver 5 seems support `dt` option. I do not know which terminal does not support...
Thank you for reporting. I fixed this problem and released it as version 0.9.7.
I have removed -E option from racc command line. https://github.com/masa16/phys-units/commit/ce3c549b019ed18d6092b23d4ba34718ecd32c42