[PHP-DEV] Re: PHP support for matrix operations - BLAS, LAPACK.

2023-01-04 Thread j adams
I have supplied this information as issue #34 on the github project that appears to maintain the tensor extension. https://github.com/RubixML/Tensor/issues/34 I had commented on issue #33, where someone attempts to fix tensor for php 8.2 about 3 weeks ago, but there have been no responses: https:/

[PHP-DEV] Re: PHP support for matrix operations - BLAS, LAPACK.

2022-12-17 Thread j adams
Christopher: I have carefully followed the instructions under 'Manually compiling the extension' in your first link[1]. When I attempted `make`, it failed, ending with the following errors. I'll be filing an issue. /home/jaith/biz/machine-learning/tensor/Tensor/ext/kernel/main.c: In function ‘zep

[PHP-DEV] Re: PHP support for matrix operations - BLAS, LAPACK.

2022-12-06 Thread Christoph M. Becker
On 05.12.2022 at 20:05, j adams wrote: > Christoph, thanks for this tip. > > Unfortunately, pecl refuses to install Tensor either on my Macbook Pro or > on my Ubuntu 20 workstation. Both machines complain about being unable to > find cblas.h. I ran 'sudo pecl install tensor' which has quite a bit

[PHP-DEV] Re: PHP support for matrix operations - BLAS, LAPACK.

2022-12-05 Thread Christoph M. Becker
On 05.12.2022 at 00:43, j adams wrote: > I apologize if I have the wrong mailing list here. I'm hoping ot ask the > PHP developer community if there's any appetite for functions to handle > matrix operations and scientific computing. > > I took a course on machine learning which had us code soluti