ShadenSmith/splatt

Compile options matlab

Closed this issue · 1 comments

Hi Shaden

The compilation in Matlab seems to work now on the master branch, after you fix a configure error. The README.md file suggests

./configure --blas-int=int64_t

while the types.cmake file expects either 32 or 64. Configuring with --blas-int=64 seems to work.

Cheers

Nico

Thanks! Fixed.