xtensor-blas icon indicating copy to clipboard operation
xtensor-blas copied to clipboard

conflict with open3d lib which depend on eigen

Open youngday opened this issue 2 years ago • 0 comments

in cmake file,  add lib  (Open3D::Open3D  xtensor xtensor-blas) ,call function "linalge.lstsq()" compiled ok, but run failed, with lapack error.
when add lib (xtensor xtensor-blas Open3D::Open3D) ,run ok. 
if eigen and xtensor-blas have confict ?

youngday avatar Sep 26 '23 14:09 youngday