Skip to content

Commit

Permalink
remove Eigen deps, close odlgroup#2
Browse files Browse the repository at this point in the history
  • Loading branch information
adler-j committed Nov 17, 2015
1 parent cc5794b commit 9196001
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 87 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ Current external dependencies are
#####Python
The building block of ODL, ODLpp needs access to both python and numpy header files and compiled files to link against.

#####Eigen
A C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms. The version tested for is the dev-branch, but any 3.* should work.

[Eigen webpage](http://eigen.tuxfamily.org)

#####Boost
General library with C++ code. This project specifically uses [Boost.Python](http://www.boost.org/doc/libs/1_58_0/libs/python/doc/index.html) to handle the python bindings.

Expand Down Expand Up @@ -131,4 +126,4 @@ Main developers
---------------

- Jonas Adler (jonas-<ätt>-kth-<dot>-se)
- Holger Kohr (kohr-<ätt>-kth-<dot>-se)
- Holger Kohr (kohr-<ätt>-kth-<dot>-se)
81 changes: 0 additions & 81 deletions cmake/FindEigen3.cmake

This file was deleted.

0 comments on commit 9196001

Please sign in to comment.