mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/spqr: Renamed and moved from libraries.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
a5f3ad0ee6
commit
0755cd685e
6 changed files with 18 additions and 17 deletions
|
@ -6,14 +6,14 @@
|
|||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
SPQR: SuiteSparseQR (sparse matrix factoring routines)
|
||||
SPQR:
|
||||
SPQR: SuiteSparseQR is an implementation of the multifrontal sparse QR
|
||||
SPQR: factorization method. Parallelism is exploited both in the BLAS
|
||||
SPQR: and across different frontal matrices using Intel's Threading
|
||||
SPQR: Building Blocks, a shared-memory programming model for modern
|
||||
SPQR: multicore architectures. It can obtain a substantial fraction of
|
||||
SPQR: the theoretical peak performance of a multicore computer.
|
||||
SPQR:
|
||||
SPQR:
|
||||
SPQR:
|
||||
spqr: SuiteSparseQR (sparse matrix factoring routines)
|
||||
spqr:
|
||||
spqr: SuiteSparseQR is an implementation of the multifrontal sparse QR
|
||||
spqr: factorization method. Parallelism is exploited both in the BLAS
|
||||
spqr: and across different frontal matrices using Intel's Threading
|
||||
spqr: Building Blocks, a shared-memory programming model for modern
|
||||
spqr: multicore architectures. It can obtain a substantial fraction of
|
||||
spqr: the theoretical peak performance of a multicore computer.
|
||||
spqr:
|
||||
spqr:
|
||||
spqr:
|
|
@ -22,7 +22,8 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=SPQR
|
||||
PRGNAM=spqr
|
||||
SRCNAM=SPQR
|
||||
VERSION=${VERSION:-1.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -64,9 +65,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM
|
||||
rm -rf $SRCNAM
|
||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||
cd $SRCNAM
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="SPQR"
|
||||
PRGNAM="spqr"
|
||||
VERSION="1.3.1"
|
||||
HOMEPAGE="https://www.cise.ufl.edu/research/sparse/SPQR/"
|
||||
DOWNLOAD="https://www.cise.ufl.edu/research/sparse/SPQR/SPQR-1.3.1.tar.gz"
|
||||
MD5SUM="c1a55e7ac6208f7657186aa01356c8f2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="blas lapack SuiteSparse_config CHOLMOD tbb"
|
||||
REQUIRES="blas lapack suitesparseconfig cholmod tbb"
|
||||
MAINTAINER="Kyle Guinn"
|
||||
EMAIL="elyk03@gmail.com"
|
Loading…
Reference in a new issue