academic/armadillo: Updated for version 7.100.3.

Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
David Spencer 2016-06-01 21:22:09 +01:00 committed by Willy Sudiarto Raharjo
parent c141aa93fe
commit 8d7bf0297e
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 5 additions and 19 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=armadillo
VERSION=${VERSION:-4.650.2}
VERSION=${VERSION:-7.100.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -56,27 +56,13 @@ else
LIBDIRSUFFIX=""
fi
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View File

@ -1,8 +1,8 @@
PRGNAM="armadillo"
VERSION="4.650.2"
VERSION="7.100.3"
HOMEPAGE="http://arma.sourceforge.net/"
DOWNLOAD="http://sourceforge.net/projects/arma/files/armadillo-4.650.2.tar.gz"
MD5SUM="c8e5c94e5d3753fa5cdb2080598ccdfb"
DOWNLOAD="http://sourceforge.net/projects/arma/files/armadillo-7.100.3.tar.xz"
MD5SUM="d047c1c24f4031e0e9374a7104e33ec0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""