Shubhamkar Ayare

Results 239 comments of Shubhamkar Ayare

I just tested this on aarch64 via AnLinux (proot) on Termux on Android: ``` root@localhost:~# uname -a Linux localhost 4.14.190-26178195-abT865XXS6DWH1 #2 SMP PREEMPT Thu Aug 3 10:33:12 KST 2023 aarch64...

Okay, great! And thanks for your reports, I will issue the fixes soon. > Well, this is interesting. I installed SBCL, and py4cl2-cffi loads without a hitch. I couldn’t run...

> I couldn’t run the tests though. I tried git clone https://github.com/digikar99/py4cl2-cffi-tests in the quicklsp local-distributions directory, and got the result at the end of this message. I have split...

Okay, a very simple cause and fix. https://github.com/digikar99/py4cl2-cffi/commit/44f07842827350418d2337f5c34d8d8e3a62d5a7: Mask all the float traps while loading numpy. [Tests pass now!](https://github.com/digikar99/py4cl2-cffi/actions/runs/8884238239/job/24392873289) (This is on the macos branch. I will merge into master...

> Still getting problems with the compile of py4cl-numpy-utils.c not finding the right (arm64) libraries. I think this is a configuration problem. Is the config-darwin.lisp actually loading? It should be...

> This does appear to be executing. NB: I think this (and any other lop level form) should be wrapped in a (eval-when (:compile-toplevel :load-toplevel :execute) … ) Ah, this...

>> This does appear to be executing. NB: I think this (and any other lop level form) should be wrapped in a (eval-when (:compile-toplevel :load-toplevel :execute) … ) > Ah,...

> I believe config-darwin is loading. Could you manually evaluate `(py4cl2-cffi/config-darwin::configure)` to see if the configuration variables are incorrect. (I assume you are at the latest commit of macos branch.)

You might need to pull with the `-f` flag though.

> Maybe not, actually: :Darwin is on *features* but the config-darrwin file does not seem to be getting loaded… Okay, with 58bfb349429d926e31cc665e9552fb28311bd819, config-darwin should load unconditionally now. There are other...