diff options
author | Niels Horn <niels.horn@gmail.com> | 2013-04-23 20:47:33 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-04-28 12:28:37 -0300 |
commit | 5fcc1eb184214cd2a976869a02610a34baea20de (patch) | |
tree | 0f3b03722e88c0c8d4f1496030d51ed07e968080 /libraries | |
parent | e7967c54a78b7f88f752e9651c993b23f8862a79 (diff) |
libraries/eigen3: Updated for version 3.1.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/eigen3/eigen3.SlackBuild | 9 | ||||
-rw-r--r-- | libraries/eigen3/eigen3.info | 6 | ||||
-rw-r--r-- | libraries/eigen3/slack-desc | 10 |
3 files changed, 13 insertions, 12 deletions
diff --git a/libraries/eigen3/eigen3.SlackBuild b/libraries/eigen3/eigen3.SlackBuild index 7e10d6b8b8b8..363f35b7acd4 100644 --- a/libraries/eigen3/eigen3.SlackBuild +++ b/libraries/eigen3/eigen3.SlackBuild @@ -2,7 +2,7 @@ # Copyright 2007, 2008 Robby Workman, Northport, Alabama, USA # Copyright 2008, 2009 Patrick J. Volkerding, Sebeka, MN, USA -# Copyright 2012 Niels Horn, Rio de Janeiro, RJ, Brazil +# Copyright 2012-2013 Niels Horn, Rio de Janeiro, RJ, Brazil # All rights reserved. # Redistribution and use of this script, with or without modification, is @@ -22,13 +22,14 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# revision date: 2013/03/30 PRGNAM=eigen3 -VERSION=${VERSION:-3.0.4} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.1.2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -TARVERSION=eigen-13a11181fc5a +TARVERSION=eigen-5097c01bcdc4 if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/libraries/eigen3/eigen3.info b/libraries/eigen3/eigen3.info index 35c3c205b43d..c7c2320acb9d 100644 --- a/libraries/eigen3/eigen3.info +++ b/libraries/eigen3/eigen3.info @@ -1,8 +1,8 @@ PRGNAM="eigen3" -VERSION="3.0.4" +VERSION="3.1.2" HOMEPAGE="http://eigen.tuxfamily.org" -DOWNLOAD="http://bitbucket.org/eigen/eigen/get/3.0.4.tar.bz2" -MD5SUM="c4a403660311ad8d62a28c118883310f" +DOWNLOAD="http://bitbucket.org/eigen/eigen/get/3.1.2.tar.bz2" +MD5SUM="e9c081360dde5e7dcb8eba3c8430fde2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/libraries/eigen3/slack-desc b/libraries/eigen3/slack-desc index 989b43520f09..50e1446adf03 100644 --- a/libraries/eigen3/slack-desc +++ b/libraries/eigen3/slack-desc @@ -1,9 +1,9 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| eigen3: Eigen3 (c++ math library) |