mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/lapack: Updated for version 3.3.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
4f98c71e04
commit
bfb15ba07a
3 changed files with 11 additions and 11 deletions
|
@ -3,7 +3,7 @@ equations, least-squares solutions of linear systems of equations,
|
|||
eigenvalue problems, and singular value problems.
|
||||
|
||||
Install an optimized BLAS instead of the reference BLAS from Netlib if you
|
||||
wish to improve LAPACK's performance. Otherwise, use the BLAS build script
|
||||
wish to improve LAPACK's performance. Otherwise, use the BLAS build script
|
||||
provided at Slackbuilds.org. You may also build your own tuned lapack library
|
||||
with ATLAS.
|
||||
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
# Slackware build script for LAPACK libraries.
|
||||
|
||||
# Written by Eugene Suter <easuter@gmail.com>
|
||||
# Thanks to Pablo Santamaria <pablosantamaria@gmail.com> for fixing the
|
||||
# Thanks to Pablo Santamaria <pablosantamaria@gmail.com> for fixing the
|
||||
# shared library version problem (major version consistency between updates)
|
||||
|
||||
PRGNAM=lapack
|
||||
VERSION=${VERSION:-3.3.0}
|
||||
VERSION=${VERSION:-3.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -23,7 +23,7 @@ fi
|
|||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
|
@ -43,11 +43,11 @@ fi
|
|||
|
||||
set -e # Exit on most errors
|
||||
|
||||
rm -rf $PKG
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM.tgz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tgz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
@ -63,7 +63,7 @@ sed "s%@LIBDIR@%/usr/lib${LIBDIRSUFFIX}%" $CWD/make.inc > make.inc
|
|||
make cleanlib
|
||||
make OPTS="$SLKCFLAGS" NOOPT="$NOOPTFLAGS" lapacklib
|
||||
|
||||
# Build dynamic libraries (it would be really nice for the netlib folks to
|
||||
# Build dynamic libraries (it would be really nice for the netlib folks to
|
||||
# include this already...)
|
||||
|
||||
# LAPACK only. We assume blas is already installed in /usr/lib${LIBDIRSUFFIX}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="lapack"
|
||||
VERSION="3.3.0"
|
||||
VERSION="3.3.1"
|
||||
HOMEPAGE="http://www.netlib.org/lapack/"
|
||||
DOWNLOAD="http://www.netlib.org/lapack/lapack-3.3.0.tgz"
|
||||
MD5SUM="84213fca70936cc5f1b59a7b1bf71697"
|
||||
DOWNLOAD="http://www.netlib.org/lapack/lapack-3.3.1.tgz"
|
||||
MD5SUM="d0d533ec9a5b74933c2a1e84eedc58b4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Eugene Suter"
|
||||
EMAIL="easuter@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue