Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Commit

Permalink
BLD Fix distribution of source
Browse files Browse the repository at this point in the history
Previously, the distribution was not actually buildable.

I have now been able to build on a Mac OS X.
  • Loading branch information
luispedro committed Feb 14, 2013
1 parent 761dc41 commit 3f86b7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,3 +1,6 @@
Version 0.5.1+
* Fix distribution of Eigen with source

Version 0.5.1 2013-01-11 by luispedro
* Add subspace projection kNN
* Export ``pdist`` in milk namespace
Expand Down
1 change: 1 addition & 0 deletions get-eigen.sh
Expand Up @@ -2,5 +2,6 @@
wget http://bitbucket.org/eigen/eigen/get/3.1.2.tar.bz2
tar xjf 3.1.2.tar.bz2
cd eigen-eigen-5097c01bcdc4
mkdir -p ../milk/supervised/eigen3
cp -r Eigen ../milk/supervised/eigen3

0 comments on commit 3f86b7a

Please sign in to comment.