mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/eigen3: Updated for version 3.1.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
e7967c54a7
commit
5fcc1eb184
3 changed files with 13 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Copyright 2007, 2008 Robby Workman, Northport, Alabama, USA
|
# Copyright 2007, 2008 Robby Workman, Northport, Alabama, USA
|
||||||
# Copyright 2008, 2009 Patrick J. Volkerding, Sebeka, MN, 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.
|
# All rights reserved.
|
||||||
|
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# 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
|
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
|
# revision date: 2013/03/30
|
||||||
|
|
||||||
PRGNAM=eigen3
|
PRGNAM=eigen3
|
||||||
VERSION=${VERSION:-3.0.4}
|
VERSION=${VERSION:-3.1.2}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
TARVERSION=eigen-13a11181fc5a
|
TARVERSION=eigen-5097c01bcdc4
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="eigen3"
|
PRGNAM="eigen3"
|
||||||
VERSION="3.0.4"
|
VERSION="3.1.2"
|
||||||
HOMEPAGE="http://eigen.tuxfamily.org"
|
HOMEPAGE="http://eigen.tuxfamily.org"
|
||||||
DOWNLOAD="http://bitbucket.org/eigen/eigen/get/3.0.4.tar.bz2"
|
DOWNLOAD="http://bitbucket.org/eigen/eigen/get/3.1.2.tar.bz2"
|
||||||
MD5SUM="c4a403660311ad8d62a28c118883310f"
|
MD5SUM="e9c081360dde5e7dcb8eba3c8430fde2"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# HOW TO EDIT THIS FILE:
|
# HOW TO EDIT THIS FILE:
|
||||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
# The "handy ruler" below makes it easier to edit a package description.
|
||||||
# up the first '|' above the ':' following the base package name, and the '|'
|
# Line up the first '|' above the ':' following the base package name, and
|
||||||
# on the right side marks the last column you can put a character in. You must
|
# the '|' on the right side marks the last column you can put a character in.
|
||||||
# make exactly 11 lines for the formatting to be correct. It's also
|
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||||
# customary to leave one space after the ':'.
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
eigen3: Eigen3 (c++ math library)
|
eigen3: Eigen3 (c++ math library)
|
||||||
|
|
Loading…
Reference in a new issue