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/suitesparse.SlackBuild | |
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/suitesparse.SlackBuild')
-rw-r--r-- | academic/suitesparse/suitesparse.SlackBuild | 10 |
1 files changed, 5 insertions, 5 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" |