GeometryCollective / boundary-first-flattening

MIT License
768 stars 96 forks source link

Cannot open <cblas.h> #74

Closed Goodhao closed 1 year ago

Goodhao commented 3 years ago

In DenseMatrix.inl, the compiler said it cannot open . I have added the path of the file cblas.h under deps\openblas-windows to the Visual Studio. But it doesn't work.

I have successfully configured the SuiteSparse_DIR and LAPACK_DIR in CMakeLists.txt

Any help is appreciated.

AprilYH commented 3 years ago

I solved the same problem, you can refer to my article https://blog.csdn.net/weixin_38980073/article/details/121541937

Goodhao commented 3 years ago

I solved the same problem, you can refer to my article https://blog.csdn.net/weixin_38980073/article/details/121541937

Can you leave your email or QQ? I am still getting stuck in some errors.

AprilYH commented 3 years ago

you can send messages to me at CSDN

rohan-sawhney commented 1 year ago

Instructions can also be found here.