Closed jdavid closed 2 years ago
By the way tests in iron-array fail, though it's maybe unrelated to the above:
$ ./tests
[...]
TEST 187/451 expression_eval:int32_iterblosc_superchunk_min [FAIL]
TEST 188/451 expression_eval:int32_iterblosc_superchunk_max Segmentation fault (core dumped)
This is because you need LLVM>=13 at least for min/max (intrinsics)
Yes, now iron-array tests are ok, after upgrading to llvm 13
But test_oindex still fails.
Yep. I can reproduce that locally. We will look into that.