update Eigen to 3.2.9
This commit is contained in:
parent
d3a3d69d7e
commit
1df52ef75f
2 changed files with 3 additions and 3 deletions
2
LICENSE
2
LICENSE
|
@ -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
|
Permission is hereby granted, free of charge, to any person
|
||||||
obtaining a copy of this software and associated documentation
|
obtaining a copy of this software and associated documentation
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
a='eigen-eigen-b30b87236a1b'
|
a='eigen-eigen-dc6cfdf9bcec'
|
||||||
gz="${a}.tar.gz"
|
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")" )"
|
SRCDIR="$(readlink -f "$(dirname "$0")" )"
|
||||||
cd "$SRCDIR"
|
cd "$SRCDIR"
|
||||||
|
|
Loading…
Add table
Reference in a new issue