Skip to content

craigching/prophet-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pre-requisites

$ brew install catch2

Building

Make sure and clone with submodules

git clone --recursive https://github.com/craigching/prophet-cpp.git

Build cmdstan

$ cd cmdstan
$ make stan-update
$ make build
$ cd ..

Build prophet

$ mkdir build && cd build
$ cmake ..
$ cmake --build .
$ cd ..

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors