l/libatlas: Upgraded to libatlas-3.10.2.

This commit is contained in:
Damien Goutte-Gattat 2016-07-05 12:37:03 +02:00
parent 61616a2b45
commit 6c05063041
5 changed files with 6 additions and 6 deletions

View File

@ -0,0 +1 @@
f1f883e201d70ff60d54a2af016b4afc83a2499b atlas3.10.2.tar.bz2

View File

@ -1 +0,0 @@
24fbcfb32fadd226f7c7ec262cbc979deeb9e883 atlas3.9.35.tar.bz2

View File

@ -1 +0,0 @@
3ce437e05f0e9a3c8148ec41922f6efeef0ebdac lapack-3.3.1.tgz

View File

@ -0,0 +1 @@
c115223ac1bac9ab971aae865d3e95442bc979bc lapack-3.4.1.tgz

View File

@ -1,6 +1,6 @@
#!/bin/bash
# Build script for Slackware
# Copyright (C) 2008,2009,2010,2011,2013 Damien Goutte-Gattat
# Copyright (C) 2008,2009,2010,2011,2013,2016 Damien Goutte-Gattat
#
# Redistribution and use of this script, with or without modifications,
# is permitted provided that the following conditions are met:
@ -40,19 +40,19 @@
# Source packages infos
ATLAS_NAMESRC=${ATLAS_NAMESRC:-atlas}
ATLAS_VERSION=${ATLAS_VERSION:-3.9.35}
ATLAS_VERSION=${ATLAS_VERSION:-3.10.2}
ATLAS_ARCHIVE=${ATLAS_ARCHIVE:-${ATLAS_NAMESRC}$ATLAS_VERSION.tar.bz2}
ATLAS_URL=${ATLAS_URL:-http://downloads.sourceforge.net/math-atlas}
LAPACK_NAMESRC=${LAPACK_NAMESRC:-lapack}
LAPACK_VERSION=${LAPACK_VERSION:-3.3.1}
LAPACK_VERSION=${LAPACK_VERSION:-3.4.1}
LAPACK_ARCHIVE=${LAPACK_ARCHIVE:-$LAPACK_NAMESRC-$LAPACK_VERSION.tgz}
LAPACK_URL=${LAPACK_URL:-http://www.netlib.org/lapack}
# Build infos
NAMEPKG=${NAMEPKG:-libatlas}
VERSION=${VERSION:-$ATLAS_VERSION}
BUILD=${BUILD:-2GGD}
BUILD=${BUILD:-1GGD}
ARCH=${ARCH:-$(uname -m | sed 's/^i.86$/i486/;s/^arm.*/arm/')}
EXT=${EXT:-txz}