Bundler icon indicating copy to clipboard operation
Bundler copied to clipboard

minor erro fixed when build in Ubuntu 13.10

Open HaiyangXu opened this issue 10 years ago • 0 comments

1.change the construtor error. 2.using BLAS to conquer this error: liblapack.so: undefined reference to symbol 'dgemm_'

according to https://code.google.com/p/m-a-d-n-e-s-s/issues/detail?id=46 CBLAS, which is a library that provides a C interface for BLAS functions, is not required by MADNESS. Try using "-lblas" (without the quotes) instead of "-lcblas."

HaiyangXu avatar May 17 '14 03:05 HaiyangXu