kthohr / mcmc

A C++ library of Markov Chain Monte Carlo (MCMC) methods
https://mcmclib.readthedocs.io/en/latest/
Apache License 2.0
166 stars 45 forks source link

header-only configure gives 'src/mcmc_algos.cpp' missing error #10

Closed MarcToussaint closed 10 months ago

MarcToussaint commented 10 months ago

When trying to install the header-only version, I get this error:

mtoussai@riley2:~/git/mcmc> ./configure --header-only-version sed: can't read /home/mtoussai/git/mcmc/src/mcmc_algos.cpp: No such file or directory

kthohr commented 10 months ago

Oops. Should be fixed now. Thanks for flagging.

skiptoniam commented 8 months ago

I had this same issue too, thanks for fixing