Stan development repository. The master branch contains the current release. The develop branch contains the latest stable development. See the Developer Process Wiki for details.
[x] Declare copyright holder and open-source license: see below
Summary
This PR follows the work in the Math library to allow users to provide external dependencies for Stan (instead of the bundled rapidjson and stan_math).
The PR introduces the following makeflags:
MATH_INC
RAPIDJSON_INC
Which can be used to provide paths to external dependencies
Intended Effect
Allow for increased portability and future options for packaging with homebrew and linux repos
Submission Checklist
./runTests.py src/test/unit
make cpplint
Summary
This PR follows the work in the Math library to allow users to provide external dependencies for Stan (instead of the bundled
rapidjson
andstan_math
).The PR introduces the following makeflags:
MATH_INC
RAPIDJSON_INC
Which can be used to provide paths to external dependencies
Intended Effect
Allow for increased portability and future options for packaging with homebrew and linux repos
How to Verify
Install
rapidjson
:Homebrew
Debian/Ubuntu
Add to
make/local
:Homebrew
Debian/Ubuntu
Side Effects
N/A
Documentation
N/A
Copyright and Licensing
Please list the copyright holder for the work you are submitting (this will be you or your assignee, such as a university or company): Andrew Johnson
By submitting this pull request, the copyright holder is agreeing to license the submitted work under the following licenses: