Replies: 1 comment
-
hi @dion-w . I'm not familiar with msys2, but the However, I can see that msys2 has both sundials (https://packages.msys2.org/base/mingw-w64-sundials) and suitesparse (https://packages.msys2.org/package/mingw-w64-x86_64-suitesparse) as possible packages to install, so you might be able to get away with: I'm not sure why you are getting your error about not finding openblas, and it looks like a few other libraries that should be built by the script (amd, colamd) are not being built. My guess is that the CMake files that come bundled in suitesparse do not support your particular environment, and you might have luck looking at the suitesparse documentation (https://github.com/DrTimothyAldenDavis/SuiteSparse) Hope this helps |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
i want to install the IDAKLUsolver on my windows 10 system because of issue #1902 with the CasadiSolver. I found a guide in the pybamm documentation although i don't have WSL available and can't actovate it. I guess this is due to me working on a company laptop (although i have admin rights to install software).
So i tried to install the basics through msys2. I was able to install compilers and start up the convenience script "install_KLU_Sundials.py" but everytime when it comes to the compilation of the libraries it throws a cmake error that it doesn't find "OpenBLAS" (error log see below, detailed version in the attached .log document). So i downloaded and built OpenBLAS and put it in the pybamm directory directly next to the scripts and pybind11 folder but to no avail.
I even put the generated library files of "OpenBLAS" in different places (like mentioned here for building scipy) but as i'm not proficient in these installations, it was more of a trial and error fueled by my internet research.
So does somebody of you has experience with these problem or know how to deal with them?
detailed error log:
error_noBLAS.txt
Beta Was this translation helpful? Give feedback.
All reactions