Siu Kwan Lam
Siu Kwan Lam
> However, it should be in theory, since I think any path reaching raise block can be ignored? Yes, that's right. In other words, we pretend that the raise block...
Bumping this to 0.43.0 milestone. @gmarkall did https://github.com/conda-forge/llvmlite-feedstock/pull/79 for 0.42.0rc1.
Revisiting this for llvmlite0.40.1 release. On the buildfarm, the `base` conda environment has an effect to the build---if it has `libxml2`, it gets picked up. The randomness of `libxml2` requirement...
In the case that we are not going to fix it soon, i'd suggest deleting `setup_conda_environment.cmd` to avoid confusion
``` cc1: fatal error: /home/vsts/miniconda3/envs/cienv/lib/python3.8/site-packages/llvmlite/tests/a.c: No such file or directory ``` see error log at https://dev.azure.com/numba/numba/_build/results?buildId=14315&view=logs&j=fd18f1e2-1ae3-5f4d-9319-996752c1f67c&t=85c24074-1b78-5ee7-1f6d-6e0b210c5911&l=27 You'll need to add the .c files as package data. They are not being...
Note for https://github.com/numba/llvmlite/pull/902/commits/269cd6d713d00be8cf77d856d8c967029bf3e2ea The Anaconda build of Python 3.9 is using a hardcoded path for `llvm-ar` from the build environment. I tested it on conda-forge build of Python 3.9 and...
In numba, we have been doing integration testing in this repo: https://github.com/numba/numba-integration-testing using CircleCI which is triggered on a CRON schedule. @esc made a tool, called [texasbbq](https://github.com/numba/texasbbq/blob/master/texasbbq.py), to simplify it....
linking to https://numba.discourse.group/t/add-support-for-compiler-rt/1780. @testhound has been working on compiler-rt lately
Closing. suggested changes were implemented in PRs noted above.
The buildfarm has never fully finish running this PR due to interruptions from unstable machines and the release. It has passed enough linux tests, but i'm still trying to get...