mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/SPQR: Fixed dep information
This commit is contained in:
parent
641cfe3b2c
commit
9a1aa6754a
2 changed files with 1 additions and 3 deletions
|
@ -6,5 +6,3 @@ architectures. It can obtain a substantial fraction of the
|
||||||
theoretical peak performance of a multicore computer.
|
theoretical peak performance of a multicore computer.
|
||||||
|
|
||||||
This package is part of SuiteSparse.
|
This package is part of SuiteSparse.
|
||||||
|
|
||||||
Requires BLAS, LAPACK, UFconfig, CHOLMOD, and libtbb.
|
|
||||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://www.cise.ufl.edu/research/sparse/SPQR/SPQR-1.2.2.tar.gz"
|
||||||
MD5SUM="4ea91c05bc3c207ffa9039a4896e42f5"
|
MD5SUM="4ea91c05bc3c207ffa9039a4896e42f5"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="CHOLMOD UFconfig blas lapack"
|
REQUIRES="CHOLMOD"
|
||||||
MAINTAINER="Kyle Guinn"
|
MAINTAINER="Kyle Guinn"
|
||||||
EMAIL="elyk03@gmail.com"
|
EMAIL="elyk03@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue