Fan Jiang

Results 140 comments of Fan Jiang

It costed me 3 hours to debug this issue, but anyway the solution is simple: ``` brew unlink suitesparse pip3 install cvxpy # or ecos if you only want that...

It does work with clang, compiling MUMPS on my machine with Clang absolutely works. Also it seems that all these environment modifications are not necessary - here is my `Makefile.inc`:...

The `RPATH` issue can be solved with `install_name_tool` after libs are built, btw.

Another idea is to have a configuration file just like in `esp-wifi`: https://github.com/esp-rs/esp-wifi/blob/main/esp-wifi/docs/tuning.md

And https://github.com/rust-lang/portable-simd

Manually adding the required lines: ``` 84...0+00000000 85...0+00000000 86...0+00000000 ``` Fixes this issue :)

Like this: ``` 110001+000000.0 21.324+28600560 22.324+13021260 31...0+00001848 51....+0000+034 84...0+00000000 85...0+00000000 86...0+00000000 87...0+00000000 88....+00000000 ``` insert these columns to the tops file

Same here, I guess the best way out is to fork this library

Hi @zero9178 thank you for the project again! I tried one more time with your fix of #1 , there is still one problem related with Mach-O codegen: ``` Assertion...

Commenting out both `switchToPointerAlignedReadOnly(os, printer);` appears to make the error disappear and let the compiler go to the linking stage, which then fails with some linking errors: ``` [100%] Linking...