Closed AlexUser97 closed 1 year ago
Dear Alex,
sorry for our late reply.
According to your error, your CMake cannot find the openblas library.
It might simply be that your line:
"link_directories(/C/Users/Alexandr/Documents/GitHub/OpenBLAS/lib)" points to the wrong file.
For example we often point to:
"link_directories(../OpenBLAS/build/lib)"
where the .. are representative of the path to the OpenBLAS folder. So in your case it might be something like
"link_directories(/C/Users/Alexandr/Documents/GitHub/OpenBLAS/build/lib)"
At the moment I cannot see another issue with your code provided.
Best regards and happy holidays
I try to perform step number 5 in intsallation guide, but receive this error
The CMakeLists file in D:\PyFrac\TI_Kernel folder looks like: