update Eigen to 3.2.9

This commit is contained in:
Connor Olding 2016-09-03 05:46:03 -07:00
parent d3a3d69d7e
commit 1df52ef75f
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Copyright (C) 2013-2015 Connor Olding
Copyright (C) 2013-2016 Connor Olding
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation

View File

@ -1,9 +1,9 @@
#!/usr/bin/env bash
set -e
a='eigen-eigen-b30b87236a1b'
a='eigen-eigen-dc6cfdf9bcec'
gz="${a}.tar.gz"
url='https://bitbucket.org/eigen/eigen/get/3.2.7.tar.gz'
url='https://bitbucket.org/eigen/eigen/get/3.2.9.tar.gz'
SRCDIR="$(readlink -f "$(dirname "$0")" )"
cd "$SRCDIR"