Smit Lunagariya
Smit Lunagariya
I am trying to compile `scipy/linalg/src/id_dist/src/idz_house.f`, but fails with the following error: ``` % lfortran --show-asr --implicit-typing --fixed-form --allow-implicit-interface scipy/linalg/src/id_dist/src/idz_house.f semantic error: Arguments do not match for any generic procedure,...
> @Smit-create Do you want someone to take this over? Yeah, that is okay. I'm not exactly aware of the `save` usage.
Fixing this will help us compile to ASR for these files: 1. `scipy/linalg/src/id_dist/src/id_rand.f` 2. `scipy/linalg/src/id_dist/src/idz_qrpiv.f` 3. `scipy/linalg/src/id_dist/src/idd_qrpiv.f`
@certik @czgdp1807 One of the scipy file uses `complex (16)`, but I see that LLVM backend just supports `4` and `8` kind, so is this the expected behavior or do...
The PR looks ready for the first review.
In this PR, I'm trying to generate ASR for `scipy/stats/statlib/swilk.f`
On this PR, I get the following error after the above 4 fixes: ``` semantic error: Function 'dexp' not found or not implemented yet (if it is intrinsic) --> scipy/stats/statlib/swilk.f:253:17...
After two minor changes in the file, I was able to generate the ASR. ```diff diff --git a/scipy/stats/statlib/swilk.f b/scipy/stats/statlib/swilk.f index 3f926b4f3..49fc86611 100644 --- a/scipy/stats/statlib/swilk.f +++ b/scipy/stats/statlib/swilk.f @@ -250,7 +250,7 @@...
The CI has started to fail because of this: ``` CMake Error at /usr/local/Cellar/cmake/3.24.0/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find ZLIB (missing: ZLIB_LIBRARY) (found version "1.2.11") Call Stack (most recent call first):...
> Perfect! Can you now please send small PRs of out this one, with tests? > > I also made progress on other files. Yeah, will do them