nathoze / Rsero

A R package to estimate the annual force of infection using serological data
5 stars 7 forks source link

Added additional flags to Makevars to allow compilation on Mac #3

Closed jameshay218 closed 1 year ago

jameshay218 commented 1 year ago

I assume this is similar to Wes' update for the windows Makevars. Added flags to solve two errors: one which shows that the validate_dims member cannot be found (-DUSE_STANC3) and another which shows that the lgamma functions from the boost(?) library cannot be found (-DUSE_DARWIN_C_SOURCE and -D_REENTRANT).