Skip to content

Commit

Permalink
Remove eigen 3.2.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
seantalts committed Jun 15, 2017
1 parent 87ec15a commit dead56d
Show file tree
Hide file tree
Showing 477 changed files with 3 additions and 112,571 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Required Libraries
Stan Math depends on three libraries:

- Boost (version 1.62.0): [Boost Home Page](http://www.boost.org)
- Eigen (version 3.2.9): [Eigen Home Page](http://eigen.tuxfamily.org/index.php?title=Main_Page)
- Eigen (version 3.3.3): [Eigen Home Page](http://eigen.tuxfamily.org/index.php?title=Main_Page)
- Cvodes (version 2.9.0): [Sundials Home Page](http://computation.llnl.gov/projects/sundials/sundials-software)

These are distributed under the `lib/` subdirectory. Only these three versions of the dependent libraries have been tested with Stan Math.
Expand Down Expand Up @@ -52,10 +52,10 @@ The `-I` includes provide paths pointing to the four necessary includes:
Note that the paths should *not* include the final directories `stan`, `Eigen`, or `boost` on the paths. An example of a real instantiation:

```
clang++ -I ~/stan-dev/math -I ~/stan-dev/math/lib/eigen_3.2.9/ -I ~/stan-dev/math/lib/boost_1.62.0/ -I ~/stan-dev/math/lib/cvodes_2.9.0/include foo.cpp
clang++ -I ~/stan-dev/math -I ~/stan-dev/math/lib/eigen_3.3.3/ -I ~/stan-dev/math/lib/boost_1.62.0/ -I ~/stan-dev/math/lib/cvodes_2.9.0/include foo.cpp
```

The following directories all exist below the links given to `-I`: `~/stan-dev/math/stan` and `~/stan-dev/math/lib/eigen_3.2.9/Eigen` and `~stan-dev/math/lib/boost_1.62.0/boost` and `~stan-dev/math/lib/cvodes_2.9.0/include`.
The following directories all exist below the links given to `-I`: `~/stan-dev/math/stan` and `~/stan-dev/math/lib/eigen_3.3.3/Eigen` and `~stan-dev/math/lib/boost_1.62.0/boost` and `~stan-dev/math/lib/cvodes_2.9.0/include`.

Other Compilers
---------------
Expand Down
11 changes: 0 additions & 11 deletions lib/eigen_3.2.9/Eigen/Array

This file was deleted.

19 changes: 0 additions & 19 deletions lib/eigen_3.2.9/Eigen/CMakeLists.txt

This file was deleted.

32 changes: 0 additions & 32 deletions lib/eigen_3.2.9/Eigen/Cholesky

This file was deleted.

45 changes: 0 additions & 45 deletions lib/eigen_3.2.9/Eigen/CholmodSupport

This file was deleted.

Loading

0 comments on commit dead56d

Please sign in to comment.