diff options
author | Pablo Santamaria <pablosantamaria@gmail.com> | 2014-01-24 08:18:58 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:12 -0600 |
commit | fa4efbaac22c313ca75514610e9e768371c54a97 (patch) | |
tree | 34b76c3d1900c016a278e7bdadce40f4d5504f69 /academic/suitesparse | |
parent | 466aca53daff2223bc988fbb6439adf7e6ddd8f2 (diff) | |
download | slackbuilds-fa4efbaac22c313ca75514610e9e768371c54a97.tar.gz |
academic/suitesparse: Updated for version 4.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/suitesparse')
-rw-r--r-- | academic/suitesparse/suitesparse.SlackBuild | 10 | ||||
-rw-r--r-- | academic/suitesparse/suitesparse.info | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/academic/suitesparse/suitesparse.SlackBuild b/academic/suitesparse/suitesparse.SlackBuild index 9f301dab6b..dacae9e709 100644 --- a/academic/suitesparse/suitesparse.SlackBuild +++ b/academic/suitesparse/suitesparse.SlackBuild @@ -5,7 +5,7 @@ # Written by Pablo Santamaria (pablosantamaria@gmail.com) PRGNAM=suitesparse -VERSION=${VERSION:-4.0.2} +VERSION=${VERSION:-4.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -47,10 +47,10 @@ tar xvf $CWD/SuiteSparse-$VERSION.tar.gz cd SuiteSparse chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; for lib in SuiteSparse_config AMD CAMD COLAMD BTF KLU LDL CCOLAMD UMFPACK CHOLMOD CXSparse SPQR RBio; do make -C $lib library CFLAGS="$SLKCFLAGS -DNPARTITION" diff --git a/academic/suitesparse/suitesparse.info b/academic/suitesparse/suitesparse.info index 3383f2b4ba..a3125411bc 100644 --- a/academic/suitesparse/suitesparse.info +++ b/academic/suitesparse/suitesparse.info @@ -1,8 +1,8 @@ PRGNAM="suitesparse" -VERSION="4.0.2" +VERSION="4.2.1" HOMEPAGE="http://www.cise.ufl.edu/research/sparse/SuiteSparse/" -DOWNLOAD="http://www.cise.ufl.edu/research/sparse/SuiteSparse/SuiteSparse-4.0.2.tar.gz" -MD5SUM="efe53b7ef2b529d54727815231a5a6a9" +DOWNLOAD="http://www.cise.ufl.edu/research/sparse/SuiteSparse/SuiteSparse-4.2.1.tar.gz" +MD5SUM="4628df9eeae10ae5f0c486f1ac982fce" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lapack" |