fatal error: 'stan/math/fwd/scal.hpp' file not found

Issue #29 closed
yurivict created an issue

stanmath-4.1.0 doesn’t install such file.

Comments (2)

  1. Matthew Parno

    Currently MUQ can only leverage older versions of stanmath (version 3.0.0) because of the TBB dependency that was added. Eventually we would like to update this, but we do not currently have anyone working on the update. We may also decide to swtich to a diffferent AD package in the fiture.

    Note that MUQ will internally install v2.18.0 if stan is not found. I’ve also added a new compile check that will force internal stan compilation with v2.18.0 if a newer version is found (see commit 34f6896), which will be merged into master soon.

  2. Log in to comment