gpstuff-dev / gpstuff

GPstuff - Gaussian process models for Bayesian analysis
http://research.cs.aalto.fi/pml/software/gpstuff/
GNU General Public License v3.0
169 stars 61 forks source link

Many functions cannot be compiled properly in Mac OS #39

Closed lijing-lin closed 4 years ago

lijing-lin commented 6 years ago

matlab_install('SuiteSparseOn')

Warnings produced such as:

mc/linuxCsource/bbmean.c:39:10: warning: incompatible pointer types assigning to 'const int ' from 'const mwSize ' (aka 'const unsigned long *') [-Wincompatible-pointer-types] dims = mxGetDimensions(prhs[0]); ^ ~~~~~~~~

bbmean.m contains only:

error('No mex-file for this architecture. See Matlab help and convert.m in ./linuxCsource or ./winCsource for help.')

Is it not meant to be used in Mac OS?

jpvanhat commented 6 years ago

GPstuff has been built for Linux and Windows and we have not tested it with Mac OS.